-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSharpLeetCode.sln
43 lines (43 loc) · 2.71 KB
/
CSharpLeetCode.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6E26392E-70D4-4CBB-87ED-F9C4FD7450C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpLeetCode.Benchmarks.Console", "src\CSharpLeetCode.Benchmarks.Console\CSharpLeetCode.Benchmarks.Console.csproj", "{9352306D-F6C4-45AA-83BB-27A9F784EB84}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpLeetCode.Solutions.Library", "src\CSharpLeetCode.Solutions.Library\CSharpLeetCode.Solutions.Library.csproj", "{D7DD1273-8D46-4B33-8552-36506E1EBF9A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{B16343A8-1218-4A50-BADD-39943C2C5844}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpLeetCode.Solutions.Library.UnitTest", "test\CSharpLeetCode.Solutions.Library.UnitTest\CSharpLeetCode.Solutions.Library.UnitTest.csproj", "{26F54734-A53D-4F24-AC45-1A3E1CC99528}"
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
{9352306D-F6C4-45AA-83BB-27A9F784EB84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9352306D-F6C4-45AA-83BB-27A9F784EB84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9352306D-F6C4-45AA-83BB-27A9F784EB84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9352306D-F6C4-45AA-83BB-27A9F784EB84}.Release|Any CPU.Build.0 = Release|Any CPU
{D7DD1273-8D46-4B33-8552-36506E1EBF9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7DD1273-8D46-4B33-8552-36506E1EBF9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7DD1273-8D46-4B33-8552-36506E1EBF9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7DD1273-8D46-4B33-8552-36506E1EBF9A}.Release|Any CPU.Build.0 = Release|Any CPU
{26F54734-A53D-4F24-AC45-1A3E1CC99528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26F54734-A53D-4F24-AC45-1A3E1CC99528}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26F54734-A53D-4F24-AC45-1A3E1CC99528}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26F54734-A53D-4F24-AC45-1A3E1CC99528}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9352306D-F6C4-45AA-83BB-27A9F784EB84} = {6E26392E-70D4-4CBB-87ED-F9C4FD7450C0}
{D7DD1273-8D46-4B33-8552-36506E1EBF9A} = {6E26392E-70D4-4CBB-87ED-F9C4FD7450C0}
{26F54734-A53D-4F24-AC45-1A3E1CC99528} = {B16343A8-1218-4A50-BADD-39943C2C5844}
EndGlobalSection
EndGlobal