forked from GrumpyBusted/Grumpy.ServiceBase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGrumpy.ServiceBase.sln
More file actions
51 lines (51 loc) · 2.72 KB
/
Grumpy.ServiceBase.sln
File metadata and controls
51 lines (51 loc) · 2.72 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grumpy.ServiceBase", "Grumpy.ServiceBase\Grumpy.ServiceBase.csproj", "{B3341849-1652-4177-A6B5-F6F02BF71950}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3BAE66EE-32EE-4BAD-BC16-6B295EA02806}"
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", "{43470B1A-5E97-48CE-A062-7502B881B235}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grumpy.ServiceBase.UnitTests", "Grumpy.ServiceBase.UnitTests\Grumpy.ServiceBase.UnitTests.csproj", "{C62349F9-8DA3-4FFC-A3BF-80FD3D52E2AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grumpy.ServiceBase.Tester", "Grumpy.ServiceBase.Tester\Grumpy.ServiceBase.Tester.csproj", "{8D1D4206-2316-409B-82EB-94F601091F6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3341849-1652-4177-A6B5-F6F02BF71950}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3341849-1652-4177-A6B5-F6F02BF71950}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3341849-1652-4177-A6B5-F6F02BF71950}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3341849-1652-4177-A6B5-F6F02BF71950}.Release|Any CPU.Build.0 = Release|Any CPU
{C62349F9-8DA3-4FFC-A3BF-80FD3D52E2AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C62349F9-8DA3-4FFC-A3BF-80FD3D52E2AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C62349F9-8DA3-4FFC-A3BF-80FD3D52E2AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C62349F9-8DA3-4FFC-A3BF-80FD3D52E2AD}.Release|Any CPU.Build.0 = Release|Any CPU
{8D1D4206-2316-409B-82EB-94F601091F6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D1D4206-2316-409B-82EB-94F601091F6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D1D4206-2316-409B-82EB-94F601091F6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D1D4206-2316-409B-82EB-94F601091F6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C62349F9-8DA3-4FFC-A3BF-80FD3D52E2AD} = {43470B1A-5E97-48CE-A062-7502B881B235}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5269E60B-4941-4752-B83F-47A76DD54741}
EndGlobalSection
EndGlobal