-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRunneR.sln
45 lines (45 loc) · 2.32 KB
/
RunneR.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RunneR", "src\RunneR.csproj", "{9FE634AE-0E51-4614-9413-EA15ADC24E2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RunneR.TestBench", "tests\RunneR.TestBench.csproj", "{E94961A1-8520-41D1-8B54-7EC1772B04A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{56925AAB-48FE-4BB1-ACC7-95784367C206}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{355FBADB-4D03-45BD-A5BD-22F0710E6F65}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "readme", "readme", "{EB52F854-59A5-48EC-91DA-9976C24CC4F9}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "changelog", "changelog", "{3EADFEB8-63CF-4053-9BA6-4C0685F94EAE}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "license", "license", "{D3D5028A-7597-4D7A-B5A2-B5C147A2A9A1}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FE634AE-0E51-4614-9413-EA15ADC24E2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FE634AE-0E51-4614-9413-EA15ADC24E2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FE634AE-0E51-4614-9413-EA15ADC24E2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FE634AE-0E51-4614-9413-EA15ADC24E2C}.Release|Any CPU.Build.0 = Release|Any CPU
{E94961A1-8520-41D1-8B54-7EC1772B04A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E94961A1-8520-41D1-8B54-7EC1772B04A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E94961A1-8520-41D1-8B54-7EC1772B04A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E94961A1-8520-41D1-8B54-7EC1772B04A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9FE634AE-0E51-4614-9413-EA15ADC24E2C} = {56925AAB-48FE-4BB1-ACC7-95784367C206}
{E94961A1-8520-41D1-8B54-7EC1772B04A3} = {355FBADB-4D03-45BD-A5BD-22F0710E6F65}
EndGlobalSection
EndGlobal