-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSystem.ServiceProcess.sln
70 lines (70 loc) · 3.89 KB
/
System.ServiceProcess.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.ServiceProcess.Core", "System.ServiceProcess.Core\System.ServiceProcess.Core.csproj", "{96856076-B5F2-43A5-8AAE-4AB0C0E31FAB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B2B8B3B5-1641-4CF2-A662-B42519058FEB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
nuget_deploy.cmd = nuget_deploy.cmd
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{4C8636ED-0D8B-48E8-91B6-5E8FE92631F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{DC604E95-B4CB-48B8-8F4B-637DE99683C1}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.ServiceProcess.Core.Tests", "System.ServiceProcess.Core.Tests\System.ServiceProcess.Core.Tests.csproj", "{188294E6-2E95-4BAC-999E-ADEDED939B79}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96856076-B5F2-43A5-8AAE-4AB0C0E31FAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96856076-B5F2-43A5-8AAE-4AB0C0E31FAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96856076-B5F2-43A5-8AAE-4AB0C0E31FAB}.Debug|x64.ActiveCfg = Debug|Any CPU
{96856076-B5F2-43A5-8AAE-4AB0C0E31FAB}.Debug|x64.Build.0 = Debug|Any CPU
{96856076-B5F2-43A5-8AAE-4AB0C0E31FAB}.Debug|x86.ActiveCfg = Debug|Any CPU
{96856076-B5F2-43A5-8AAE-4AB0C0E31FAB}.Debug|x86.Build.0 = Debug|Any CPU
{96856076-B5F2-43A5-8AAE-4AB0C0E31FAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96856076-B5F2-43A5-8AAE-4AB0C0E31FAB}.Release|Any CPU.Build.0 = Release|Any CPU
{96856076-B5F2-43A5-8AAE-4AB0C0E31FAB}.Release|x64.ActiveCfg = Release|Any CPU
{96856076-B5F2-43A5-8AAE-4AB0C0E31FAB}.Release|x64.Build.0 = Release|Any CPU
{96856076-B5F2-43A5-8AAE-4AB0C0E31FAB}.Release|x86.ActiveCfg = Release|Any CPU
{96856076-B5F2-43A5-8AAE-4AB0C0E31FAB}.Release|x86.Build.0 = Release|Any CPU
{188294E6-2E95-4BAC-999E-ADEDED939B79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{188294E6-2E95-4BAC-999E-ADEDED939B79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{188294E6-2E95-4BAC-999E-ADEDED939B79}.Debug|x64.ActiveCfg = Debug|Any CPU
{188294E6-2E95-4BAC-999E-ADEDED939B79}.Debug|x64.Build.0 = Debug|Any CPU
{188294E6-2E95-4BAC-999E-ADEDED939B79}.Debug|x86.ActiveCfg = Debug|Any CPU
{188294E6-2E95-4BAC-999E-ADEDED939B79}.Debug|x86.Build.0 = Debug|Any CPU
{188294E6-2E95-4BAC-999E-ADEDED939B79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{188294E6-2E95-4BAC-999E-ADEDED939B79}.Release|Any CPU.Build.0 = Release|Any CPU
{188294E6-2E95-4BAC-999E-ADEDED939B79}.Release|x64.ActiveCfg = Release|Any CPU
{188294E6-2E95-4BAC-999E-ADEDED939B79}.Release|x64.Build.0 = Release|Any CPU
{188294E6-2E95-4BAC-999E-ADEDED939B79}.Release|x86.ActiveCfg = Release|Any CPU
{188294E6-2E95-4BAC-999E-ADEDED939B79}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4C8636ED-0D8B-48E8-91B6-5E8FE92631F3} = {B2B8B3B5-1641-4CF2-A662-B42519058FEB}
{DC604E95-B4CB-48B8-8F4B-637DE99683C1} = {4C8636ED-0D8B-48E8-91B6-5E8FE92631F3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB1C6560-1AFD-4683-8267-6D1E20AD313E}
EndGlobalSection
EndGlobal