-
Notifications
You must be signed in to change notification settings - Fork 0
/
IAPDemo.sln
29 lines (28 loc) · 1.49 KB
/
IAPDemo.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{D8C7451A-E2FB-A7AD-D7D9-9C0AF9A94CE7}") = "IAPDemo", "Assembly-CSharp-firstpass.csproj", "{78DE7086-24D0-043B-E8A6-89786E9DA69B}"
EndProject
Project("{D8C7451A-E2FB-A7AD-D7D9-9C0AF9A94CE7}") = "IAPDemo", "Assembly-CSharp-Editor-firstpass.csproj", "{EFDF2076-702B-D770-DD82-DC2AD63DC3B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78DE7086-24D0-043B-E8A6-89786E9DA69B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78DE7086-24D0-043B-E8A6-89786E9DA69B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78DE7086-24D0-043B-E8A6-89786E9DA69B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78DE7086-24D0-043B-E8A6-89786E9DA69B}.Release|Any CPU.Build.0 = Release|Any CPU
{EFDF2076-702B-D770-DD82-DC2AD63DC3B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFDF2076-702B-D770-DD82-DC2AD63DC3B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFDF2076-702B-D770-DD82-DC2AD63DC3B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFDF2076-702B-D770-DD82-DC2AD63DC3B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal