-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMyWindowsServiceDemo.sln
37 lines (37 loc) · 2.1 KB
/
MyWindowsServiceDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.779
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyAffirmationServiceLib", "MyAffirmationServiceLib\MyAffirmationServiceLib.csproj", "{28D6AEC9-AE26-4300-B4F1-5FEEA5F249B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PositiveAffirmationsHost", "PositiveAffirmationsHost\PositiveAffirmationsHost.csproj", "{5F4CFFD6-A0A2-4220-89F1-434046EC74F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClientGUI", "TestClientGUI\TestClientGUI.csproj", "{87F46C17-1A9A-4F56-8939-DDBEFA7A0D5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28D6AEC9-AE26-4300-B4F1-5FEEA5F249B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28D6AEC9-AE26-4300-B4F1-5FEEA5F249B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28D6AEC9-AE26-4300-B4F1-5FEEA5F249B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28D6AEC9-AE26-4300-B4F1-5FEEA5F249B7}.Release|Any CPU.Build.0 = Release|Any CPU
{5F4CFFD6-A0A2-4220-89F1-434046EC74F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F4CFFD6-A0A2-4220-89F1-434046EC74F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F4CFFD6-A0A2-4220-89F1-434046EC74F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F4CFFD6-A0A2-4220-89F1-434046EC74F9}.Release|Any CPU.Build.0 = Release|Any CPU
{87F46C17-1A9A-4F56-8939-DDBEFA7A0D5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87F46C17-1A9A-4F56-8939-DDBEFA7A0D5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87F46C17-1A9A-4F56-8939-DDBEFA7A0D5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87F46C17-1A9A-4F56-8939-DDBEFA7A0D5C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8B52FEF1-BED5-4F70-ACCE-2A0F06239C44}
EndGlobalSection
EndGlobal