forked from ttu/dotnet-fake-json-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FakeServer.sln
44 lines (44 loc) · 2.04 KB
/
FakeServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeServer", "FakeServer\FakeServer.csproj", "{3542C4CA-6C96-4869-808F-58CE25E42BDA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FD96C51E-4ED4-4793-8860-4E094B132ECA}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.travis.yml = .travis.yml
CHANGELOG.md = CHANGELOG.md
docs\CreateJSON.md = docs\CreateJSON.md
docs\developer_notes.md = docs\developer_notes.md
Dockerfile = Dockerfile
README.md = README.md
release.bat = release.bat
release.sh = release.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeServer.Test", "FakeServer.Test\FakeServer.Test.csproj", "{746E6041-664F-4DC0-A570-1B2CABEB1669}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3542C4CA-6C96-4869-808F-58CE25E42BDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3542C4CA-6C96-4869-808F-58CE25E42BDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3542C4CA-6C96-4869-808F-58CE25E42BDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3542C4CA-6C96-4869-808F-58CE25E42BDA}.Release|Any CPU.Build.0 = Release|Any CPU
{746E6041-664F-4DC0-A570-1B2CABEB1669}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{746E6041-664F-4DC0-A570-1B2CABEB1669}.Debug|Any CPU.Build.0 = Debug|Any CPU
{746E6041-664F-4DC0-A570-1B2CABEB1669}.Release|Any CPU.ActiveCfg = Release|Any CPU
{746E6041-664F-4DC0-A570-1B2CABEB1669}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82502A54-DE72-4DE5-866E-F646A457CD2F}
EndGlobalSection
EndGlobal