forked from GZTimeWalker/GZCTF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GZCTF.sln
47 lines (47 loc) · 2.3 KB
/
GZCTF.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D270C86C-F293-4A9C-97C7-2A10404E8283}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Dockerfile = Dockerfile
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CTFServer", "GZCTF\CTFServer.csproj", "{9AAEFC0F-73F3-44F0-B8AC-140640792603}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CTFServer.Test", "GZCTF.Test\CTFServer.Test.csproj", "{A2B5B2F3-0861-4503-9AE4-2152701726DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
GenAPI|Any CPU = GenAPI|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9AAEFC0F-73F3-44F0-B8AC-140640792603}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AAEFC0F-73F3-44F0-B8AC-140640792603}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AAEFC0F-73F3-44F0-B8AC-140640792603}.GenAPI|Any CPU.ActiveCfg = GenAPI|Any CPU
{9AAEFC0F-73F3-44F0-B8AC-140640792603}.GenAPI|Any CPU.Build.0 = GenAPI|Any CPU
{9AAEFC0F-73F3-44F0-B8AC-140640792603}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AAEFC0F-73F3-44F0-B8AC-140640792603}.Release|Any CPU.Build.0 = Release|Any CPU
{A2B5B2F3-0861-4503-9AE4-2152701726DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2B5B2F3-0861-4503-9AE4-2152701726DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2B5B2F3-0861-4503-9AE4-2152701726DF}.GenAPI|Any CPU.ActiveCfg = GenAPI|Any CPU
{A2B5B2F3-0861-4503-9AE4-2152701726DF}.GenAPI|Any CPU.Build.0 = GenAPI|Any CPU
{A2B5B2F3-0861-4503-9AE4-2152701726DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2B5B2F3-0861-4503-9AE4-2152701726DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.13.1
EndGlobalSection
EndGlobal