-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJudge0.DotNet.sln
40 lines (40 loc) · 2.05 KB
/
Judge0.DotNet.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
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{313D3EA6-D57F-46D1-9396-51454058D24F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "judge0-dotnet", "src\judge0-dotnet\judge0-dotnet.csproj", "{FEC5554F-6040-4FE9-AEA2-FFCCAE2A9CC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "judge0-dotnet-tests", "src\judge0-dotnet-tests\judge0-dotnet-tests.csproj", "{F7DCE33E-F3B6-4716-BD3D-592704D387E7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{131F9E55-2728-4C74-BF7C-A0CD5AF6C2E8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FEC5554F-6040-4FE9-AEA2-FFCCAE2A9CC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEC5554F-6040-4FE9-AEA2-FFCCAE2A9CC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEC5554F-6040-4FE9-AEA2-FFCCAE2A9CC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEC5554F-6040-4FE9-AEA2-FFCCAE2A9CC3}.Release|Any CPU.Build.0 = Release|Any CPU
{F7DCE33E-F3B6-4716-BD3D-592704D387E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7DCE33E-F3B6-4716-BD3D-592704D387E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7DCE33E-F3B6-4716-BD3D-592704D387E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7DCE33E-F3B6-4716-BD3D-592704D387E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FEC5554F-6040-4FE9-AEA2-FFCCAE2A9CC3} = {313D3EA6-D57F-46D1-9396-51454058D24F}
{F7DCE33E-F3B6-4716-BD3D-592704D387E7} = {313D3EA6-D57F-46D1-9396-51454058D24F}
EndGlobalSection
EndGlobal