-
Notifications
You must be signed in to change notification settings - Fork 0
/
LeetCode.sln
46 lines (46 loc) · 2.58 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeetCode", "LeetCode\LeetCode.csproj", "{8C5F869E-4783-4420-B7A7-FD1D0EDD968E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeetCode.Common", "LeetCode.Common\LeetCode.Common.csproj", "{366BBBF2-30E8-4B27-8E2C-22BF01D8983E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{97767ED6-47CC-41B8-B067-89807DA4B9F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{7462883B-F645-4040-B4F5-3E44F33313C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeetCode.Tests", "LeetCode.Tests\LeetCode.Tests.csproj", "{E40B5CC2-0A28-48F0-A8BB-6E6B714745AF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C5F869E-4783-4420-B7A7-FD1D0EDD968E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C5F869E-4783-4420-B7A7-FD1D0EDD968E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C5F869E-4783-4420-B7A7-FD1D0EDD968E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C5F869E-4783-4420-B7A7-FD1D0EDD968E}.Release|Any CPU.Build.0 = Release|Any CPU
{366BBBF2-30E8-4B27-8E2C-22BF01D8983E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{366BBBF2-30E8-4B27-8E2C-22BF01D8983E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{366BBBF2-30E8-4B27-8E2C-22BF01D8983E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{366BBBF2-30E8-4B27-8E2C-22BF01D8983E}.Release|Any CPU.Build.0 = Release|Any CPU
{E40B5CC2-0A28-48F0-A8BB-6E6B714745AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E40B5CC2-0A28-48F0-A8BB-6E6B714745AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E40B5CC2-0A28-48F0-A8BB-6E6B714745AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E40B5CC2-0A28-48F0-A8BB-6E6B714745AF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8C5F869E-4783-4420-B7A7-FD1D0EDD968E} = {97767ED6-47CC-41B8-B067-89807DA4B9F9}
{366BBBF2-30E8-4B27-8E2C-22BF01D8983E} = {97767ED6-47CC-41B8-B067-89807DA4B9F9}
{E40B5CC2-0A28-48F0-A8BB-6E6B714745AF} = {7462883B-F645-4040-B4F5-3E44F33313C7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D4D73FB-4354-47E6-A357-753832812BBF}
EndGlobalSection
EndGlobal