-
Notifications
You must be signed in to change notification settings - Fork 14
/
Stubbery.sln
50 lines (50 loc) · 2.43 KB
/
Stubbery.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
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{81A2D4BF-5C42-4DB9-8BC9-A1F1FCA7E009}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stubbery", "src\Stubbery\Stubbery.csproj", "{BAA6A4A3-FFA0-4EAE-9D64-D6E24CF8B3E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8DC01ED2-E4BF-4051-993E-6BCD60FCA453}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AED33289-E986-401A-8013-DD0F725FCD3D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
coverage.sh = coverage.sh
coveralls.sh = coveralls.sh
LICENSE = LICENSE
README.md = README.md
releaseDocs.sh = releaseDocs.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stubbery.IntegrationTests", "test\Stubbery.IntegrationTests\Stubbery.IntegrationTests.csproj", "{A3B909DA-A6DF-4FC6-9CAF-228E932916E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAA6A4A3-FFA0-4EAE-9D64-D6E24CF8B3E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAA6A4A3-FFA0-4EAE-9D64-D6E24CF8B3E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAA6A4A3-FFA0-4EAE-9D64-D6E24CF8B3E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAA6A4A3-FFA0-4EAE-9D64-D6E24CF8B3E8}.Release|Any CPU.Build.0 = Release|Any CPU
{A3B909DA-A6DF-4FC6-9CAF-228E932916E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3B909DA-A6DF-4FC6-9CAF-228E932916E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3B909DA-A6DF-4FC6-9CAF-228E932916E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3B909DA-A6DF-4FC6-9CAF-228E932916E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BAA6A4A3-FFA0-4EAE-9D64-D6E24CF8B3E8} = {81A2D4BF-5C42-4DB9-8BC9-A1F1FCA7E009}
{A3B909DA-A6DF-4FC6-9CAF-228E932916E7} = {8DC01ED2-E4BF-4051-993E-6BCD60FCA453}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3EA4D782-4734-421D-9896-411F4D23DA9A}
EndGlobalSection
EndGlobal