-
Notifications
You must be signed in to change notification settings - Fork 0
/
LeetCode.sln
40 lines (40 loc) · 2.65 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeetCode", "LeetCode\LeetCode.csproj", "{ABD2A67D-F40A-4BD4-888A-547C6B2AE1B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeetCode.UnitTests", "LeetCode.UnitTests\LeetCode.UnitTests.csproj", "{E6746DE0-2E01-46DB-BA0C-ADB568994597}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeForcesTests", "CodeForcesTests\CodeForcesTests.csproj", "{230B7A74-B2B6-4967-9140-E5D20033E209}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeForces", "CodeForces\CodeForces.csproj", "{E6B6959E-BA9F-4B09-B6B3-9ECFE1C7C214}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yandex", "Yandex\Yandex.csproj", "{477BD7C9-7105-4C8D-95E6-AE16D54B3BB1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABD2A67D-F40A-4BD4-888A-547C6B2AE1B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABD2A67D-F40A-4BD4-888A-547C6B2AE1B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABD2A67D-F40A-4BD4-888A-547C6B2AE1B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABD2A67D-F40A-4BD4-888A-547C6B2AE1B8}.Release|Any CPU.Build.0 = Release|Any CPU
{E6746DE0-2E01-46DB-BA0C-ADB568994597}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6746DE0-2E01-46DB-BA0C-ADB568994597}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6746DE0-2E01-46DB-BA0C-ADB568994597}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6746DE0-2E01-46DB-BA0C-ADB568994597}.Release|Any CPU.Build.0 = Release|Any CPU
{230B7A74-B2B6-4967-9140-E5D20033E209}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{230B7A74-B2B6-4967-9140-E5D20033E209}.Debug|Any CPU.Build.0 = Debug|Any CPU
{230B7A74-B2B6-4967-9140-E5D20033E209}.Release|Any CPU.ActiveCfg = Release|Any CPU
{230B7A74-B2B6-4967-9140-E5D20033E209}.Release|Any CPU.Build.0 = Release|Any CPU
{E6B6959E-BA9F-4B09-B6B3-9ECFE1C7C214}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6B6959E-BA9F-4B09-B6B3-9ECFE1C7C214}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6B6959E-BA9F-4B09-B6B3-9ECFE1C7C214}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6B6959E-BA9F-4B09-B6B3-9ECFE1C7C214}.Release|Any CPU.Build.0 = Release|Any CPU
{477BD7C9-7105-4C8D-95E6-AE16D54B3BB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{477BD7C9-7105-4C8D-95E6-AE16D54B3BB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{477BD7C9-7105-4C8D-95E6-AE16D54B3BB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{477BD7C9-7105-4C8D-95E6-AE16D54B3BB1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal