-
Notifications
You must be signed in to change notification settings - Fork 0
/
MyNihongo.Leetcode.sln
31 lines (31 loc) · 1.63 KB
/
MyNihongo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyNihongo.Leetcode", "src\algorithms_concurrency\MyNihongo.Leetcode.csproj", "{41127A83-2A70-4B17-A2E3-63D93186AC42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyNihongo.Leetcode.Tests", "tests\MyNihongo.Leetcode.Tests\MyNihongo.Leetcode.Tests.csproj", "{815BDA2A-5A07-4524-BC2B-65A22F37658A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41127A83-2A70-4B17-A2E3-63D93186AC42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41127A83-2A70-4B17-A2E3-63D93186AC42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41127A83-2A70-4B17-A2E3-63D93186AC42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41127A83-2A70-4B17-A2E3-63D93186AC42}.Release|Any CPU.Build.0 = Release|Any CPU
{815BDA2A-5A07-4524-BC2B-65A22F37658A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{815BDA2A-5A07-4524-BC2B-65A22F37658A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{815BDA2A-5A07-4524-BC2B-65A22F37658A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{815BDA2A-5A07-4524-BC2B-65A22F37658A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D7AE129-3200-41CC-9FDD-6C5C442B9671}
EndGlobalSection
EndGlobal