-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsample-windows-service.sln
50 lines (50 loc) · 2.96 KB
/
sample-windows-service.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.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleService", "SampleService\SampleService.csproj", "{E9FCE1C8-A320-458E-8327-0AD31256518B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AFDCFF35-0DAA-41F5-B6FB-B1646C57518F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsole", "TestConsole\TestConsole.csproj", "{8FAC6FC3-F887-4DD7-B63D-9C18DB19716B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APISample", "APISample\APISample.csproj", "{549F0B75-6FA4-4769-B93B-D85E65F932F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{3332319B-44A0-4C79-8843-3B8B27A27B36}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SampleServiceSetup", "SampleServiceSetup\SampleServiceSetup.vdproj", "{AAF17FA5-AFC7-4F67-85CE-630C92F71A14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9FCE1C8-A320-458E-8327-0AD31256518B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9FCE1C8-A320-458E-8327-0AD31256518B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9FCE1C8-A320-458E-8327-0AD31256518B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9FCE1C8-A320-458E-8327-0AD31256518B}.Release|Any CPU.Build.0 = Release|Any CPU
{8FAC6FC3-F887-4DD7-B63D-9C18DB19716B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FAC6FC3-F887-4DD7-B63D-9C18DB19716B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FAC6FC3-F887-4DD7-B63D-9C18DB19716B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FAC6FC3-F887-4DD7-B63D-9C18DB19716B}.Release|Any CPU.Build.0 = Release|Any CPU
{549F0B75-6FA4-4769-B93B-D85E65F932F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{549F0B75-6FA4-4769-B93B-D85E65F932F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{549F0B75-6FA4-4769-B93B-D85E65F932F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{549F0B75-6FA4-4769-B93B-D85E65F932F2}.Release|Any CPU.Build.0 = Release|Any CPU
{3332319B-44A0-4C79-8843-3B8B27A27B36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3332319B-44A0-4C79-8843-3B8B27A27B36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3332319B-44A0-4C79-8843-3B8B27A27B36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3332319B-44A0-4C79-8843-3B8B27A27B36}.Release|Any CPU.Build.0 = Release|Any CPU
{AAF17FA5-AFC7-4F67-85CE-630C92F71A14}.Debug|Any CPU.ActiveCfg = Debug
{AAF17FA5-AFC7-4F67-85CE-630C92F71A14}.Release|Any CPU.ActiveCfg = Release
{AAF17FA5-AFC7-4F67-85CE-630C92F71A14}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal