-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGrumpy.Common.sln
More file actions
52 lines (52 loc) · 2.79 KB
/
Grumpy.Common.sln
File metadata and controls
52 lines (52 loc) · 2.79 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
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{75182175-7784-4F34-B5CB-0E216A1C93AF}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BEF1B4D8-BFF0-4C70-A1F2-C6A90DB7F13C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grumpy.Common", "Grumpy.Common\Grumpy.Common.csproj", "{049EA377-48D9-4B06-82B9-0F3F35C47915}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grumpy.Common.UnitTests", "Grumpy.Common.UnitTests\Grumpy.Common.UnitTests.csproj", "{34EBC115-7C14-4129-B94D-2E95E9AFA46D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grumpy.Common.IntegrationTests", "Grumpy.Common.IntegrationTests\Grumpy.Common.IntegrationTests.csproj", "{46D9E517-0D60-4763-9CB8-A872291D9074}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{049EA377-48D9-4B06-82B9-0F3F35C47915}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{049EA377-48D9-4B06-82B9-0F3F35C47915}.Debug|Any CPU.Build.0 = Debug|Any CPU
{049EA377-48D9-4B06-82B9-0F3F35C47915}.Release|Any CPU.ActiveCfg = Release|Any CPU
{049EA377-48D9-4B06-82B9-0F3F35C47915}.Release|Any CPU.Build.0 = Release|Any CPU
{34EBC115-7C14-4129-B94D-2E95E9AFA46D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34EBC115-7C14-4129-B94D-2E95E9AFA46D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34EBC115-7C14-4129-B94D-2E95E9AFA46D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34EBC115-7C14-4129-B94D-2E95E9AFA46D}.Release|Any CPU.Build.0 = Release|Any CPU
{46D9E517-0D60-4763-9CB8-A872291D9074}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46D9E517-0D60-4763-9CB8-A872291D9074}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46D9E517-0D60-4763-9CB8-A872291D9074}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46D9E517-0D60-4763-9CB8-A872291D9074}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{34EBC115-7C14-4129-B94D-2E95E9AFA46D} = {BEF1B4D8-BFF0-4C70-A1F2-C6A90DB7F13C}
{46D9E517-0D60-4763-9CB8-A872291D9074} = {BEF1B4D8-BFF0-4C70-A1F2-C6A90DB7F13C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90D5055D-AADA-4F97-8D7A-9FD596654436}
EndGlobalSection
EndGlobal