-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLeetCode.sln
More file actions
37 lines (37 loc) · 2.03 KB
/
LeetCode.sln
File metadata and controls
37 lines (37 loc) · 2.03 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36401.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeetCode", "LeetCode.csproj", "{D5B60562-8143-474E-A915-33FE3206FC98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleLeetCode", "ConsoleLeetCode\ConsoleLeetCode.csproj", "{80F80A38-17DB-4D94-8B57-FC475D02FE7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeetCode.Test", "..\LeetCode.Test\LeetCode.Test.csproj", "{EE02F2A7-DA45-4E51-85AD-597E28893468}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5B60562-8143-474E-A915-33FE3206FC98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5B60562-8143-474E-A915-33FE3206FC98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5B60562-8143-474E-A915-33FE3206FC98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5B60562-8143-474E-A915-33FE3206FC98}.Release|Any CPU.Build.0 = Release|Any CPU
{80F80A38-17DB-4D94-8B57-FC475D02FE7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80F80A38-17DB-4D94-8B57-FC475D02FE7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80F80A38-17DB-4D94-8B57-FC475D02FE7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80F80A38-17DB-4D94-8B57-FC475D02FE7E}.Release|Any CPU.Build.0 = Release|Any CPU
{EE02F2A7-DA45-4E51-85AD-597E28893468}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE02F2A7-DA45-4E51-85AD-597E28893468}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE02F2A7-DA45-4E51-85AD-597E28893468}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE02F2A7-DA45-4E51-85AD-597E28893468}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2CE1869E-66B0-4725-8E19-D8BA0E2EA77D}
EndGlobalSection
EndGlobal