-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAlgorithm.sln
More file actions
97 lines (97 loc) · 5.86 KB
/
Copy pathAlgorithm.sln
File metadata and controls
97 lines (97 loc) · 5.86 KB
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
87
88
89
90
91
92
93
94
95
96
97
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Algorithm", "Algorithm\Algorithm.csproj", "{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AlgorithmCPP", "AlgorithmCPP\AlgorithmCPP.vcxproj", "{9E24B78A-5ED7-426D-A764-2646F9032E9B}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "AlgorithmWS", "AlgorithmWS\", "{F7E69638-31D2-4CE4-9658-0422F5B96CE5}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/AlgorithmWS"
Debug.AspNetCompiler.PhysicalPath = "AlgorithmWS\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\AlgorithmWS\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/AlgorithmWS"
Release.AspNetCompiler.PhysicalPath = "AlgorithmWS\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\AlgorithmWS\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "29481"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Debug|Any CPU.ActiveCfg = Debug|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Debug|Mixed Platforms.Build.0 = Debug|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Debug|Win32.ActiveCfg = Debug|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Debug|Win32.Build.0 = Debug|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Debug|x64.ActiveCfg = Debug|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Debug|x64.Build.0 = Debug|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Debug|x86.ActiveCfg = Debug|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Debug|x86.Build.0 = Debug|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Release|Any CPU.ActiveCfg = Release|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Release|Mixed Platforms.ActiveCfg = Release|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Release|Mixed Platforms.Build.0 = Release|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Release|Win32.ActiveCfg = Release|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Release|Win32.Build.0 = Release|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Release|x64.ActiveCfg = Release|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Release|x86.ActiveCfg = Release|x86
{B78180A5-163E-4E83-A8B2-DF53D8DDBCE3}.Release|x86.Build.0 = Release|x86
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Debug|Any CPU.ActiveCfg = Debug|Win32
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Debug|Win32.ActiveCfg = Debug|Win32
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Debug|Win32.Build.0 = Debug|Win32
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Debug|x64.ActiveCfg = Debug|x64
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Debug|x64.Build.0 = Debug|x64
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Debug|x86.ActiveCfg = Debug|Win32
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Debug|x86.Build.0 = Debug|Win32
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Release|Any CPU.ActiveCfg = Release|Win32
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Release|Mixed Platforms.Build.0 = Release|Win32
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Release|Win32.ActiveCfg = Release|Win32
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Release|Win32.Build.0 = Release|Win32
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Release|x64.ActiveCfg = Release|x64
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Release|x64.Build.0 = Release|x64
{9E24B78A-5ED7-426D-A764-2646F9032E9B}.Release|x86.ActiveCfg = Release|Win32
{F7E69638-31D2-4CE4-9658-0422F5B96CE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7E69638-31D2-4CE4-9658-0422F5B96CE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7E69638-31D2-4CE4-9658-0422F5B96CE5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F7E69638-31D2-4CE4-9658-0422F5B96CE5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F7E69638-31D2-4CE4-9658-0422F5B96CE5}.Debug|Win32.ActiveCfg = Debug|Any CPU
{F7E69638-31D2-4CE4-9658-0422F5B96CE5}.Debug|x64.ActiveCfg = Debug|Any CPU
{F7E69638-31D2-4CE4-9658-0422F5B96CE5}.Debug|x86.ActiveCfg = Debug|Any CPU
{F7E69638-31D2-4CE4-9658-0422F5B96CE5}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{F7E69638-31D2-4CE4-9658-0422F5B96CE5}.Release|Any CPU.Build.0 = Debug|Any CPU
{F7E69638-31D2-4CE4-9658-0422F5B96CE5}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F7E69638-31D2-4CE4-9658-0422F5B96CE5}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
{F7E69638-31D2-4CE4-9658-0422F5B96CE5}.Release|Win32.ActiveCfg = Debug|Any CPU
{F7E69638-31D2-4CE4-9658-0422F5B96CE5}.Release|x64.ActiveCfg = Debug|Any CPU
{F7E69638-31D2-4CE4-9658-0422F5B96CE5}.Release|x86.ActiveCfg = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Algorithm\Algorithm.csproj
EndGlobalSection
EndGlobal