generated from eyamenko/dotnet-template-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLeetCode.sln
More file actions
36 lines (36 loc) · 1.9 KB
/
LeetCode.sln
File metadata and controls
36 lines (36 loc) · 1.9 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EADD8FE4-5977-4B13-A70F-5EB1C516BF91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeetCode", "src\LeetCode\LeetCode.csproj", "{9A754441-433B-44FD-B12B-2E6D45F3FC08}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{47B29E2A-3725-47E0-A36D-B633E53C24EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeetCode.Tests", "test\LeetCode.Tests\LeetCode.Tests.csproj", "{DF7C7168-60BC-410F-A341-D490C8C01D35}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A754441-433B-44FD-B12B-2E6D45F3FC08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A754441-433B-44FD-B12B-2E6D45F3FC08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A754441-433B-44FD-B12B-2E6D45F3FC08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A754441-433B-44FD-B12B-2E6D45F3FC08}.Release|Any CPU.Build.0 = Release|Any CPU
{DF7C7168-60BC-410F-A341-D490C8C01D35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF7C7168-60BC-410F-A341-D490C8C01D35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF7C7168-60BC-410F-A341-D490C8C01D35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF7C7168-60BC-410F-A341-D490C8C01D35}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9A754441-433B-44FD-B12B-2E6D45F3FC08} = {EADD8FE4-5977-4B13-A70F-5EB1C516BF91}
{DF7C7168-60BC-410F-A341-D490C8C01D35} = {47B29E2A-3725-47E0-A36D-B633E53C24EF}
EndGlobalSection
EndGlobal