-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSandboxContainer.sln
49 lines (49 loc) · 2.71 KB
/
SandboxContainer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "conprep", "Projects\conprep\conprep.vcxproj", "{F7BD2BCE-3E41-4E9C-8539-7C173DB01F40}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "constart", "Projects\constart\constart.vcxproj", "{78CD4ABC-6BE3-4F56-AF9C-74610A0A2956}"
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
{F7BD2BCE-3E41-4E9C-8539-7C173DB01F40}.Debug|x64.ActiveCfg = Debug|x64
{F7BD2BCE-3E41-4E9C-8539-7C173DB01F40}.Debug|x64.Build.0 = Debug|x64
{F7BD2BCE-3E41-4E9C-8539-7C173DB01F40}.Debug|x64.Deploy.0 = Debug|x64
{F7BD2BCE-3E41-4E9C-8539-7C173DB01F40}.Debug|x86.ActiveCfg = Debug|Win32
{F7BD2BCE-3E41-4E9C-8539-7C173DB01F40}.Debug|x86.Build.0 = Debug|Win32
{F7BD2BCE-3E41-4E9C-8539-7C173DB01F40}.Debug|x86.Deploy.0 = Debug|Win32
{F7BD2BCE-3E41-4E9C-8539-7C173DB01F40}.Release|x64.ActiveCfg = Release|x64
{F7BD2BCE-3E41-4E9C-8539-7C173DB01F40}.Release|x64.Build.0 = Release|x64
{F7BD2BCE-3E41-4E9C-8539-7C173DB01F40}.Release|x64.Deploy.0 = Release|x64
{F7BD2BCE-3E41-4E9C-8539-7C173DB01F40}.Release|x86.ActiveCfg = Release|Win32
{F7BD2BCE-3E41-4E9C-8539-7C173DB01F40}.Release|x86.Build.0 = Release|Win32
{F7BD2BCE-3E41-4E9C-8539-7C173DB01F40}.Release|x86.Deploy.0 = Release|Win32
{78CD4ABC-6BE3-4F56-AF9C-74610A0A2956}.Debug|x64.ActiveCfg = Debug|x64
{78CD4ABC-6BE3-4F56-AF9C-74610A0A2956}.Debug|x64.Build.0 = Debug|x64
{78CD4ABC-6BE3-4F56-AF9C-74610A0A2956}.Debug|x64.Deploy.0 = Debug|x64
{78CD4ABC-6BE3-4F56-AF9C-74610A0A2956}.Debug|x86.ActiveCfg = Debug|Win32
{78CD4ABC-6BE3-4F56-AF9C-74610A0A2956}.Debug|x86.Build.0 = Debug|Win32
{78CD4ABC-6BE3-4F56-AF9C-74610A0A2956}.Debug|x86.Deploy.0 = Debug|Win32
{78CD4ABC-6BE3-4F56-AF9C-74610A0A2956}.Release|x64.ActiveCfg = Release|x64
{78CD4ABC-6BE3-4F56-AF9C-74610A0A2956}.Release|x64.Build.0 = Release|x64
{78CD4ABC-6BE3-4F56-AF9C-74610A0A2956}.Release|x64.Deploy.0 = Release|x64
{78CD4ABC-6BE3-4F56-AF9C-74610A0A2956}.Release|x86.ActiveCfg = Release|Win32
{78CD4ABC-6BE3-4F56-AF9C-74610A0A2956}.Release|x86.Build.0 = Release|Win32
{78CD4ABC-6BE3-4F56-AF9C-74610A0A2956}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {031B8884-5215-4054-8482-3E729E08D116}
EndGlobalSection
EndGlobal