-
Notifications
You must be signed in to change notification settings - Fork 0
/
Judge0.sln
43 lines (43 loc) · 2.37 KB
/
Judge0.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Judge0", "src\Judge0\Judge0.csproj", "{85794101-3408-4710-B0A9-0DE770B8BC5F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5DEA8E99-AF0A-4097-B356-C530B288F2A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark.Base", "test\Benchmark.Base\Benchmark.Base.csproj", "{90D60264-C79A-4B07-BAB5-D6C3CFB10AE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Base", "test\Test.Base\Test.Base.csproj", "{2A9225C8-0E4A-400D-A6E5-237B84899695}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{85794101-3408-4710-B0A9-0DE770B8BC5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85794101-3408-4710-B0A9-0DE770B8BC5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85794101-3408-4710-B0A9-0DE770B8BC5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85794101-3408-4710-B0A9-0DE770B8BC5F}.Release|Any CPU.Build.0 = Release|Any CPU
{90D60264-C79A-4B07-BAB5-D6C3CFB10AE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90D60264-C79A-4B07-BAB5-D6C3CFB10AE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90D60264-C79A-4B07-BAB5-D6C3CFB10AE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90D60264-C79A-4B07-BAB5-D6C3CFB10AE2}.Release|Any CPU.Build.0 = Release|Any CPU
{2A9225C8-0E4A-400D-A6E5-237B84899695}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A9225C8-0E4A-400D-A6E5-237B84899695}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A9225C8-0E4A-400D-A6E5-237B84899695}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A9225C8-0E4A-400D-A6E5-237B84899695}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{90D60264-C79A-4B07-BAB5-D6C3CFB10AE2} = {5DEA8E99-AF0A-4097-B356-C530B288F2A7}
{2A9225C8-0E4A-400D-A6E5-237B84899695} = {5DEA8E99-AF0A-4097-B356-C530B288F2A7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A786B76-EFFF-4F5D-92B4-EBA21136E06D}
EndGlobalSection
EndGlobal