-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJamma.sln
86 lines (86 loc) · 4.65 KB
/
Jamma.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
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Jamma", "Jamma\Jamma.vcxproj", "{0000000A-0000-0000-0000-000000000000}"
ProjectSection(ProjectDependencies) = postProject
{92321565-166E-4317-B9C2-E4722E519F0E} = {92321565-166E-4317-B9C2-E4722E519F0E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JammaLib", "JammaLib\JammaLib.vcxproj", "{92321565-166E-4317-B9C2-E4722E519F0E}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "documentation", "doc\", "{220FA475-5923-4ED6-BB39-10C95D3F74DA}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_59546"
Debug.AspNetCompiler.PhysicalPath = "doc\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_59546\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_59546"
Release.AspNetCompiler.PhysicalPath = "doc\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_59546\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "59546"
SlnRelativePath = "doc\"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JammaLib.Tests", "test\JammaLib.Tests\JammaLib.Tests.vcxproj", "{E6B8BEEF-9241-48AD-9655-36E81C25D576}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{22C8AA3E-38FC-439C-A71B-2FD294F47A2C}"
ProjectSection(SolutionItems) = preProject
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0000000A-0000-0000-0000-000000000000}.Debug|x64.ActiveCfg = Debug|x64
{0000000A-0000-0000-0000-000000000000}.Debug|x64.Build.0 = Debug|x64
{0000000A-0000-0000-0000-000000000000}.Debug|x86.ActiveCfg = Debug|Win32
{0000000A-0000-0000-0000-000000000000}.Debug|x86.Build.0 = Debug|Win32
{0000000A-0000-0000-0000-000000000000}.Release|x64.ActiveCfg = Release|x64
{0000000A-0000-0000-0000-000000000000}.Release|x64.Build.0 = Release|x64
{0000000A-0000-0000-0000-000000000000}.Release|x86.ActiveCfg = Release|Win32
{0000000A-0000-0000-0000-000000000000}.Release|x86.Build.0 = Release|Win32
{92321565-166E-4317-B9C2-E4722E519F0E}.Debug|x64.ActiveCfg = Debug|x64
{92321565-166E-4317-B9C2-E4722E519F0E}.Debug|x64.Build.0 = Debug|x64
{92321565-166E-4317-B9C2-E4722E519F0E}.Debug|x86.ActiveCfg = Debug|Win32
{92321565-166E-4317-B9C2-E4722E519F0E}.Debug|x86.Build.0 = Debug|Win32
{92321565-166E-4317-B9C2-E4722E519F0E}.Release|x64.ActiveCfg = Release|x64
{92321565-166E-4317-B9C2-E4722E519F0E}.Release|x64.Build.0 = Release|x64
{92321565-166E-4317-B9C2-E4722E519F0E}.Release|x86.ActiveCfg = Release|Win32
{92321565-166E-4317-B9C2-E4722E519F0E}.Release|x86.Build.0 = Release|Win32
{220FA475-5923-4ED6-BB39-10C95D3F74DA}.Debug|x64.ActiveCfg = Debug|Any CPU
{220FA475-5923-4ED6-BB39-10C95D3F74DA}.Debug|x86.ActiveCfg = Debug|Any CPU
{220FA475-5923-4ED6-BB39-10C95D3F74DA}.Release|x64.ActiveCfg = Debug|Any CPU
{220FA475-5923-4ED6-BB39-10C95D3F74DA}.Release|x64.Build.0 = Debug|Any CPU
{220FA475-5923-4ED6-BB39-10C95D3F74DA}.Release|x86.ActiveCfg = Debug|Any CPU
{220FA475-5923-4ED6-BB39-10C95D3F74DA}.Release|x86.Build.0 = Debug|Any CPU
{E6B8BEEF-9241-48AD-9655-36E81C25D576}.Debug|x64.ActiveCfg = Debug|x64
{E6B8BEEF-9241-48AD-9655-36E81C25D576}.Debug|x64.Build.0 = Debug|x64
{E6B8BEEF-9241-48AD-9655-36E81C25D576}.Debug|x86.ActiveCfg = Debug|Win32
{E6B8BEEF-9241-48AD-9655-36E81C25D576}.Debug|x86.Build.0 = Debug|Win32
{E6B8BEEF-9241-48AD-9655-36E81C25D576}.Release|x64.ActiveCfg = Release|x64
{E6B8BEEF-9241-48AD-9655-36E81C25D576}.Release|x64.Build.0 = Release|x64
{E6B8BEEF-9241-48AD-9655-36E81C25D576}.Release|x86.ActiveCfg = Release|Win32
{E6B8BEEF-9241-48AD-9655-36E81C25D576}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A00E61C8-7FF0-44DB-AAB2-53E3A9EB662D}
EndGlobalSection
EndGlobal