-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLeetCode.sln
31 lines (31 loc) · 1.53 KB
/
LeetCode.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeetCode", "LeetCode\LeetCode.csproj", "{DAF125C8-63CB-4F07-A8F9-FF1B48926D15}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "UnitTest\UnitTest.csproj", "{EEE09E4D-1BE4-4EE2-85B2-D441ED0690EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DAF125C8-63CB-4F07-A8F9-FF1B48926D15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAF125C8-63CB-4F07-A8F9-FF1B48926D15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAF125C8-63CB-4F07-A8F9-FF1B48926D15}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{DAF125C8-63CB-4F07-A8F9-FF1B48926D15}.Release|Any CPU.Build.0 = Debug|Any CPU
{EEE09E4D-1BE4-4EE2-85B2-D441ED0690EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEE09E4D-1BE4-4EE2-85B2-D441ED0690EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEE09E4D-1BE4-4EE2-85B2-D441ED0690EB}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{EEE09E4D-1BE4-4EE2-85B2-D441ED0690EB}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2CED2949-2006-401C-90F2-5E2640851E56}
EndGlobalSection
EndGlobal