-
Notifications
You must be signed in to change notification settings - Fork 0
/
show.sln
57 lines (57 loc) · 3.11 KB
/
show.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29403.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "io2d", "io2d\io2d.vcxproj", "{666B7110-5287-4820-AFF5-45F40C5A5FAB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "show", "show\show.vcxproj", "{F544E582-56A2-4E19-BD4A-F8F76E2EEDFD}"
ProjectSection(ProjectDependencies) = postProject
{666B7110-5287-4820-AFF5-45F40C5A5FAB} = {666B7110-5287-4820-AFF5-45F40C5A5FAB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Geometry", "Geometry\Geometry.vcxproj", "{5D6C0754-5A7D-4AC0-822D-080DC66CDBBA}"
ProjectSection(ProjectDependencies) = postProject
{F544E582-56A2-4E19-BD4A-F8F76E2EEDFD} = {F544E582-56A2-4E19-BD4A-F8F76E2EEDFD}
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
{666B7110-5287-4820-AFF5-45F40C5A5FAB}.Debug|x64.ActiveCfg = Debug|x64
{666B7110-5287-4820-AFF5-45F40C5A5FAB}.Debug|x64.Build.0 = Debug|x64
{666B7110-5287-4820-AFF5-45F40C5A5FAB}.Debug|x86.ActiveCfg = Debug|Win32
{666B7110-5287-4820-AFF5-45F40C5A5FAB}.Debug|x86.Build.0 = Debug|Win32
{666B7110-5287-4820-AFF5-45F40C5A5FAB}.Release|x64.ActiveCfg = Release|x64
{666B7110-5287-4820-AFF5-45F40C5A5FAB}.Release|x64.Build.0 = Release|x64
{666B7110-5287-4820-AFF5-45F40C5A5FAB}.Release|x86.ActiveCfg = Release|Win32
{666B7110-5287-4820-AFF5-45F40C5A5FAB}.Release|x86.Build.0 = Release|Win32
{F544E582-56A2-4E19-BD4A-F8F76E2EEDFD}.Debug|x64.ActiveCfg = Debug|x64
{F544E582-56A2-4E19-BD4A-F8F76E2EEDFD}.Debug|x64.Build.0 = Debug|x64
{F544E582-56A2-4E19-BD4A-F8F76E2EEDFD}.Debug|x86.ActiveCfg = Debug|Win32
{F544E582-56A2-4E19-BD4A-F8F76E2EEDFD}.Debug|x86.Build.0 = Debug|Win32
{F544E582-56A2-4E19-BD4A-F8F76E2EEDFD}.Release|x64.ActiveCfg = Release|x64
{F544E582-56A2-4E19-BD4A-F8F76E2EEDFD}.Release|x64.Build.0 = Release|x64
{F544E582-56A2-4E19-BD4A-F8F76E2EEDFD}.Release|x86.ActiveCfg = Release|Win32
{F544E582-56A2-4E19-BD4A-F8F76E2EEDFD}.Release|x86.Build.0 = Release|Win32
{5D6C0754-5A7D-4AC0-822D-080DC66CDBBA}.Debug|x64.ActiveCfg = Debug|x64
{5D6C0754-5A7D-4AC0-822D-080DC66CDBBA}.Debug|x64.Build.0 = Debug|x64
{5D6C0754-5A7D-4AC0-822D-080DC66CDBBA}.Debug|x86.ActiveCfg = Debug|Win32
{5D6C0754-5A7D-4AC0-822D-080DC66CDBBA}.Debug|x86.Build.0 = Debug|Win32
{5D6C0754-5A7D-4AC0-822D-080DC66CDBBA}.Release|x64.ActiveCfg = Release|x64
{5D6C0754-5A7D-4AC0-822D-080DC66CDBBA}.Release|x64.Build.0 = Release|x64
{5D6C0754-5A7D-4AC0-822D-080DC66CDBBA}.Release|x86.ActiveCfg = Release|Win32
{5D6C0754-5A7D-4AC0-822D-080DC66CDBBA}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {358CBDE2-251C-4272-B38A-E8711A9DB448}
EndGlobalSection
EndGlobal