-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlaytesters.API.sln
More file actions
42 lines (42 loc) · 1.96 KB
/
Playtesters.API.sln
File metadata and controls
42 lines (42 loc) · 1.96 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36705.20
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playtesters.API", "src\Playtesters.API.csproj", "{DA60B407-5CDF-4525-9735-946A7DC0E6BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playtesters.API.Tests", "tests\Playtesters.API.Tests.csproj", "{FFEF4BED-BF82-4DAD-8BE3-6EED79C427B4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.env = .env
.env.example = .env.example
.gitignore = .gitignore
Dockerfile = Dockerfile
sql\playtesters.sql = sql\playtesters.sql
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA60B407-5CDF-4525-9735-946A7DC0E6BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA60B407-5CDF-4525-9735-946A7DC0E6BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA60B407-5CDF-4525-9735-946A7DC0E6BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA60B407-5CDF-4525-9735-946A7DC0E6BD}.Release|Any CPU.Build.0 = Release|Any CPU
{FFEF4BED-BF82-4DAD-8BE3-6EED79C427B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFEF4BED-BF82-4DAD-8BE3-6EED79C427B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFEF4BED-BF82-4DAD-8BE3-6EED79C427B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFEF4BED-BF82-4DAD-8BE3-6EED79C427B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49C4A007-A955-4AD3-8502-866240F73CF1}
EndGlobalSection
EndGlobal