-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPeterPiper.sln
39 lines (39 loc) · 1.88 KB
/
PeterPiper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PeterPiper", "PeterPiper\PeterPiper.csproj", "{25AB1577-FF72-4F41-B1E4-5E3ADE7995EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CC3C1D92-FBF7-4E87-B3A3-29E0CD2A3BCE}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestPeterPiper", "TestPeterPiper\TestPeterPiper.csproj", "{1DE12433-6E94-441E-82CC-23429D0FD443}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25AB1577-FF72-4F41-B1E4-5E3ADE7995EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25AB1577-FF72-4F41-B1E4-5E3ADE7995EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25AB1577-FF72-4F41-B1E4-5E3ADE7995EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25AB1577-FF72-4F41-B1E4-5E3ADE7995EA}.Release|Any CPU.Build.0 = Release|Any CPU
{1DE12433-6E94-441E-82CC-23429D0FD443}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DE12433-6E94-441E-82CC-23429D0FD443}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DE12433-6E94-441E-82CC-23429D0FD443}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DE12433-6E94-441E-82CC-23429D0FD443}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D7C202E-61B2-401A-A98B-933D7D4B4DFA}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = PeterPiper.vsmdi
EndGlobalSection
EndGlobal