-
Notifications
You must be signed in to change notification settings - Fork 10
/
Utinni.sln
79 lines (79 loc) · 5.02 KB
/
Utinni.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Launcher", "Launcher\Launcher.vcxproj", "{E1923E12-B8CB-4C7E-8A12-68877DC01E5C}"
ProjectSection(ProjectDependencies) = postProject
{39AB8A43-B916-4C6E-87DD-928B438CAE68} = {39AB8A43-B916-4C6E-87DD-928B438CAE68}
{AEFED7F6-4BA9-44FC-A353-71A463A82FDE} = {AEFED7F6-4BA9-44FC-A353-71A463A82FDE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UtinniCore", "UtinniCore\UtinniCore.vcxproj", "{AEFED7F6-4BA9-44FC-A353-71A463A82FDE}"
ProjectSection(ProjectDependencies) = postProject
{88A2EDD9-FBE1-4D66-A867-6359B31566D3} = {88A2EDD9-FBE1-4D66-A867-6359B31566D3}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UtinniCoreDotNet", "UtinniCoreDotNet\UtinniCoreDotNet.csproj", "{39AB8A43-B916-4C6E-87DD-928B438CAE68}"
ProjectSection(ProjectDependencies) = postProject
{10EA6136-AAA0-4F1D-8117-07081C785E5B} = {10EA6136-AAA0-4F1D-8117-07081C785E5B}
{AEFED7F6-4BA9-44FC-A353-71A463A82FDE} = {AEFED7F6-4BA9-44FC-A353-71A463A82FDE}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UtinniCoreDotNetGen", "UtinniCoreDotNetGen\UtinniCoreDotNetGen.csproj", "{88A2EDD9-FBE1-4D66-A867-6359B31566D3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UtINI", "UtINI\UtINI.vcxproj", "{5F903813-E62A-49F6-8B3E-0443DECADB5D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UtinniCore-Symbols", "UtinniCore-Symbols\UtinniCore-Symbols.vcxproj", "{10EA6136-AAA0-4F1D-8117-07081C785E5B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
RelWithDbgInfo|x86 = RelWithDbgInfo|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1923E12-B8CB-4C7E-8A12-68877DC01E5C}.Debug|x86.ActiveCfg = Debug|Win32
{E1923E12-B8CB-4C7E-8A12-68877DC01E5C}.Debug|x86.Build.0 = Debug|Win32
{E1923E12-B8CB-4C7E-8A12-68877DC01E5C}.Release|x86.ActiveCfg = Release|Win32
{E1923E12-B8CB-4C7E-8A12-68877DC01E5C}.Release|x86.Build.0 = Release|Win32
{E1923E12-B8CB-4C7E-8A12-68877DC01E5C}.RelWithDbgInfo|x86.ActiveCfg = RelWithDbgInfo|Win32
{E1923E12-B8CB-4C7E-8A12-68877DC01E5C}.RelWithDbgInfo|x86.Build.0 = RelWithDbgInfo|Win32
{AEFED7F6-4BA9-44FC-A353-71A463A82FDE}.Debug|x86.ActiveCfg = Debug|Win32
{AEFED7F6-4BA9-44FC-A353-71A463A82FDE}.Debug|x86.Build.0 = Debug|Win32
{AEFED7F6-4BA9-44FC-A353-71A463A82FDE}.Release|x86.ActiveCfg = Release|Win32
{AEFED7F6-4BA9-44FC-A353-71A463A82FDE}.Release|x86.Build.0 = Release|Win32
{AEFED7F6-4BA9-44FC-A353-71A463A82FDE}.RelWithDbgInfo|x86.ActiveCfg = RelWithDbgInfo|Win32
{AEFED7F6-4BA9-44FC-A353-71A463A82FDE}.RelWithDbgInfo|x86.Build.0 = RelWithDbgInfo|Win32
{39AB8A43-B916-4C6E-87DD-928B438CAE68}.Debug|x86.ActiveCfg = Debug|x86
{39AB8A43-B916-4C6E-87DD-928B438CAE68}.Debug|x86.Build.0 = Debug|x86
{39AB8A43-B916-4C6E-87DD-928B438CAE68}.Release|x86.ActiveCfg = Release|x86
{39AB8A43-B916-4C6E-87DD-928B438CAE68}.Release|x86.Build.0 = Release|x86
{39AB8A43-B916-4C6E-87DD-928B438CAE68}.RelWithDbgInfo|x86.ActiveCfg = RelWithDbgInfo|x86
{39AB8A43-B916-4C6E-87DD-928B438CAE68}.RelWithDbgInfo|x86.Build.0 = RelWithDbgInfo|x86
{88A2EDD9-FBE1-4D66-A867-6359B31566D3}.Debug|x86.ActiveCfg = Debug|x86
{88A2EDD9-FBE1-4D66-A867-6359B31566D3}.Debug|x86.Build.0 = Debug|x86
{88A2EDD9-FBE1-4D66-A867-6359B31566D3}.Release|x86.ActiveCfg = Release|x86
{88A2EDD9-FBE1-4D66-A867-6359B31566D3}.Release|x86.Build.0 = Release|x86
{88A2EDD9-FBE1-4D66-A867-6359B31566D3}.RelWithDbgInfo|x86.ActiveCfg = RelWithDbgInfo|Any CPU
{88A2EDD9-FBE1-4D66-A867-6359B31566D3}.RelWithDbgInfo|x86.Build.0 = RelWithDbgInfo|Any CPU
{5F903813-E62A-49F6-8B3E-0443DECADB5D}.Debug|x86.ActiveCfg = Debug|Win32
{5F903813-E62A-49F6-8B3E-0443DECADB5D}.Debug|x86.Build.0 = Debug|Win32
{5F903813-E62A-49F6-8B3E-0443DECADB5D}.Release|x86.ActiveCfg = Release|Win32
{5F903813-E62A-49F6-8B3E-0443DECADB5D}.Release|x86.Build.0 = Release|Win32
{5F903813-E62A-49F6-8B3E-0443DECADB5D}.RelWithDbgInfo|x86.ActiveCfg = RelWithDbgInfo|Win32
{5F903813-E62A-49F6-8B3E-0443DECADB5D}.RelWithDbgInfo|x86.Build.0 = RelWithDbgInfo|Win32
{10EA6136-AAA0-4F1D-8117-07081C785E5B}.Debug|x86.ActiveCfg = Debug|Win32
{10EA6136-AAA0-4F1D-8117-07081C785E5B}.Debug|x86.Build.0 = Debug|Win32
{10EA6136-AAA0-4F1D-8117-07081C785E5B}.Release|x86.ActiveCfg = Release|Win32
{10EA6136-AAA0-4F1D-8117-07081C785E5B}.Release|x86.Build.0 = Release|Win32
{10EA6136-AAA0-4F1D-8117-07081C785E5B}.RelWithDbgInfo|x86.ActiveCfg = RelWithDbgInfo|Win32
{10EA6136-AAA0-4F1D-8117-07081C785E5B}.RelWithDbgInfo|x86.Build.0 = RelWithDbgInfo|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {37589E42-20E2-43DA-98B7-0C65B696C260}
EndGlobalSection
EndGlobal