-
Notifications
You must be signed in to change notification settings - Fork 0
/
Problems.sln
58 lines (58 loc) · 3.31 KB
/
Problems.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
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.62
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProblemNet", "ProblemNet\ProblemNet.csproj", "{6BE6F4B6-CAB8-41C4-AF05-1592E9C80FB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{260FA22C-1B52-4852-B048-08819A286A10}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample2_2", "samples\Sample2_2\Sample2_2.csproj", "{3BB65195-C229-456E-AA41-F6A14F5E928A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{23452DFA-33C0-416B-88AF-11516108CE01}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EDE29E76-1149-4FC6-A603-6B8AE0F54CB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProblemNet.Tests", "tests\ProblemNet.Tests\ProblemNet.Tests.csproj", "{E1C99388-F6F9-4325-829E-7483190562B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample3_1", "samples\Sample3_1\Sample3_1.csproj", "{F87E24D6-80C9-4FC0-A1A5-41125AABAC69}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6BE6F4B6-CAB8-41C4-AF05-1592E9C80FB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BE6F4B6-CAB8-41C4-AF05-1592E9C80FB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BE6F4B6-CAB8-41C4-AF05-1592E9C80FB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BE6F4B6-CAB8-41C4-AF05-1592E9C80FB9}.Release|Any CPU.Build.0 = Release|Any CPU
{3BB65195-C229-456E-AA41-F6A14F5E928A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BB65195-C229-456E-AA41-F6A14F5E928A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BB65195-C229-456E-AA41-F6A14F5E928A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BB65195-C229-456E-AA41-F6A14F5E928A}.Release|Any CPU.Build.0 = Release|Any CPU
{E1C99388-F6F9-4325-829E-7483190562B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1C99388-F6F9-4325-829E-7483190562B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1C99388-F6F9-4325-829E-7483190562B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1C99388-F6F9-4325-829E-7483190562B1}.Release|Any CPU.Build.0 = Release|Any CPU
{F87E24D6-80C9-4FC0-A1A5-41125AABAC69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F87E24D6-80C9-4FC0-A1A5-41125AABAC69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F87E24D6-80C9-4FC0-A1A5-41125AABAC69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F87E24D6-80C9-4FC0-A1A5-41125AABAC69}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3BB65195-C229-456E-AA41-F6A14F5E928A} = {260FA22C-1B52-4852-B048-08819A286A10}
{E1C99388-F6F9-4325-829E-7483190562B1} = {EDE29E76-1149-4FC6-A603-6B8AE0F54CB9}
{F87E24D6-80C9-4FC0-A1A5-41125AABAC69} = {260FA22C-1B52-4852-B048-08819A286A10}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A148FC8A-EC84-4770-A0D3-1FA9C13D9DDD}
EndGlobalSection
EndGlobal