This repository was archived by the owner on Oct 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLeetCodeSolving.sln
More file actions
37 lines (37 loc) · 2.09 KB
/
Copy pathLeetCodeSolving.sln
File metadata and controls
37 lines (37 loc) · 2.09 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.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeetCodeSolving", "LeetCodeSolving\LeetCodeSolving.csproj", "{53220E95-6AF4-4B0F-A3DE-06BC1F49AB67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeetCodeSolving.Tests", "LeetCodeSolving.Tests\LeetCodeSolving.Tests.csproj", "{4F6296D7-9E85-4A59-87D7-97A288A05CE1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeetCodeSolving.CMD", "LeetCodeSolving.CMD\LeetCodeSolving.CMD.csproj", "{E04C11A3-251F-4F00-B413-84869EF21B02}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53220E95-6AF4-4B0F-A3DE-06BC1F49AB67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53220E95-6AF4-4B0F-A3DE-06BC1F49AB67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53220E95-6AF4-4B0F-A3DE-06BC1F49AB67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53220E95-6AF4-4B0F-A3DE-06BC1F49AB67}.Release|Any CPU.Build.0 = Release|Any CPU
{4F6296D7-9E85-4A59-87D7-97A288A05CE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F6296D7-9E85-4A59-87D7-97A288A05CE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F6296D7-9E85-4A59-87D7-97A288A05CE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F6296D7-9E85-4A59-87D7-97A288A05CE1}.Release|Any CPU.Build.0 = Release|Any CPU
{E04C11A3-251F-4F00-B413-84869EF21B02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E04C11A3-251F-4F00-B413-84869EF21B02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E04C11A3-251F-4F00-B413-84869EF21B02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E04C11A3-251F-4F00-B413-84869EF21B02}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9C67E65B-5B8D-4D89-9E48-6AE695B7796A}
EndGlobalSection
EndGlobal