This repository was archived by the owner on May 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREstomp.sln
More file actions
46 lines (46 loc) · 2.61 KB
/
REstomp.sln
File metadata and controls
46 lines (46 loc) · 2.61 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
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5EA9FF47-8F30-482D-B6F4-63D763F9512D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D27E3C30-CE70-4DD3-ACC9-97A654B2E372}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "REstomp", "src\REstomp\REstomp.csproj", "{7F04800A-0B72-4E20-A8BD-0134E51E8C25}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "REstomp.Runner", "src\REstomp.Runner\REstomp.Runner.csproj", "{B55F44D1-B034-43FE-BF00-7FDF0F25BCD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "REstomp.Test", "test\REstomp.Test\REstomp.Test.csproj", "{6A08A7C2-3AB9-4879-AC7C-DE55B062279B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F04800A-0B72-4E20-A8BD-0134E51E8C25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F04800A-0B72-4E20-A8BD-0134E51E8C25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F04800A-0B72-4E20-A8BD-0134E51E8C25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F04800A-0B72-4E20-A8BD-0134E51E8C25}.Release|Any CPU.Build.0 = Release|Any CPU
{B55F44D1-B034-43FE-BF00-7FDF0F25BCD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B55F44D1-B034-43FE-BF00-7FDF0F25BCD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B55F44D1-B034-43FE-BF00-7FDF0F25BCD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B55F44D1-B034-43FE-BF00-7FDF0F25BCD6}.Release|Any CPU.Build.0 = Release|Any CPU
{6A08A7C2-3AB9-4879-AC7C-DE55B062279B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A08A7C2-3AB9-4879-AC7C-DE55B062279B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A08A7C2-3AB9-4879-AC7C-DE55B062279B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A08A7C2-3AB9-4879-AC7C-DE55B062279B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7F04800A-0B72-4E20-A8BD-0134E51E8C25} = {5EA9FF47-8F30-482D-B6F4-63D763F9512D}
{B55F44D1-B034-43FE-BF00-7FDF0F25BCD6} = {5EA9FF47-8F30-482D-B6F4-63D763F9512D}
{6A08A7C2-3AB9-4879-AC7C-DE55B062279B} = {D27E3C30-CE70-4DD3-ACC9-97A654B2E372}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {174AEFF1-2288-44F0-976A-688406FC30FC}
EndGlobalSection
EndGlobal