-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathleetcode.sln
37 lines (37 loc) · 2.02 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "leetcode", "leetcode\leetcode.csproj", "{8A4DACAC-B67C-4E36-B7DA-1D85741EEE11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "xUnitTests", "xUnitTests\xUnitTests.csproj", "{3E2E3949-5E93-4D6D-911E-2F11E39BA7CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Interview", "MultithreadingFun\Interview.csproj", "{3699EB0E-CFCF-43D3-85D0-B429EECE41B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A4DACAC-B67C-4E36-B7DA-1D85741EEE11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A4DACAC-B67C-4E36-B7DA-1D85741EEE11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A4DACAC-B67C-4E36-B7DA-1D85741EEE11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A4DACAC-B67C-4E36-B7DA-1D85741EEE11}.Release|Any CPU.Build.0 = Release|Any CPU
{3E2E3949-5E93-4D6D-911E-2F11E39BA7CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E2E3949-5E93-4D6D-911E-2F11E39BA7CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E2E3949-5E93-4D6D-911E-2F11E39BA7CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E2E3949-5E93-4D6D-911E-2F11E39BA7CD}.Release|Any CPU.Build.0 = Release|Any CPU
{3699EB0E-CFCF-43D3-85D0-B429EECE41B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3699EB0E-CFCF-43D3-85D0-B429EECE41B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3699EB0E-CFCF-43D3-85D0-B429EECE41B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3699EB0E-CFCF-43D3-85D0-B429EECE41B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C20425A4-2F7C-4163-9DFD-4652A6190CAA}
EndGlobalSection
EndGlobal