-
Notifications
You must be signed in to change notification settings - Fork 0
/
LeetCode.sln
49 lines (49 loc) · 3.03 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
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeetCode", "LeetCode\LeetCode.csproj", "{EDC37BF4-4908-49F2-B5DB-601A5B49C716}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddTwoNumbers", "AddTwoNumbers\AddTwoNumbers.csproj", "{3595D1B5-7140-4CC2-AD64-06F74FCFCA98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LongestSubstringWithoutRepeating", "LongestSubstringWithoutRepeating\LongestSubstringWithoutRepeating.csproj", "{B69D75B1-D9E9-4292-97C2-60D46AFD87E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RomanToInt", "RomanToInt\RomanToInt.csproj", "{8F1541CA-654D-44F6-8615-2B81566CAE44}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeetcodeTasks", "LeetcodeTasks\LeetcodeTasks.csproj", "{074BA7FF-86C3-4BDC-981F-7A715A2A6B1F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDC37BF4-4908-49F2-B5DB-601A5B49C716}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDC37BF4-4908-49F2-B5DB-601A5B49C716}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDC37BF4-4908-49F2-B5DB-601A5B49C716}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDC37BF4-4908-49F2-B5DB-601A5B49C716}.Release|Any CPU.Build.0 = Release|Any CPU
{3595D1B5-7140-4CC2-AD64-06F74FCFCA98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3595D1B5-7140-4CC2-AD64-06F74FCFCA98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3595D1B5-7140-4CC2-AD64-06F74FCFCA98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3595D1B5-7140-4CC2-AD64-06F74FCFCA98}.Release|Any CPU.Build.0 = Release|Any CPU
{B69D75B1-D9E9-4292-97C2-60D46AFD87E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B69D75B1-D9E9-4292-97C2-60D46AFD87E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B69D75B1-D9E9-4292-97C2-60D46AFD87E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B69D75B1-D9E9-4292-97C2-60D46AFD87E8}.Release|Any CPU.Build.0 = Release|Any CPU
{8F1541CA-654D-44F6-8615-2B81566CAE44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F1541CA-654D-44F6-8615-2B81566CAE44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F1541CA-654D-44F6-8615-2B81566CAE44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F1541CA-654D-44F6-8615-2B81566CAE44}.Release|Any CPU.Build.0 = Release|Any CPU
{074BA7FF-86C3-4BDC-981F-7A715A2A6B1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{074BA7FF-86C3-4BDC-981F-7A715A2A6B1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{074BA7FF-86C3-4BDC-981F-7A715A2A6B1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{074BA7FF-86C3-4BDC-981F-7A715A2A6B1F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1EEF180B-546B-4184-9AA6-753919570D5E}
EndGlobalSection
EndGlobal