-
Notifications
You must be signed in to change notification settings - Fork 9
/
PSRule.Monitor.sln
42 lines (42 loc) · 2.3 KB
/
PSRule.Monitor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32804.467
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSRule.Monitor", "src\PSRule.Monitor\PSRule.Monitor.csproj", "{BC87E736-4B87-48C2-AC35-3686C86C13A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSRule.Monitor.Tests", "tests\PSRule.Monitor.Tests\PSRule.Monitor.Tests.csproj", "{22BF9268-67E2-4C43-B254-1C43262CDDCC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SDK", "src\SDK\SDK.csproj", "{C1FF4377-DC4E-4FE4-83FE-23912B039523}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4358238F-5467-4B8F-B93F-28639447B031}"
ProjectSection(SolutionItems) = preProject
src\PSRule.Common.props = src\PSRule.Common.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC87E736-4B87-48C2-AC35-3686C86C13A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC87E736-4B87-48C2-AC35-3686C86C13A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC87E736-4B87-48C2-AC35-3686C86C13A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC87E736-4B87-48C2-AC35-3686C86C13A7}.Release|Any CPU.Build.0 = Release|Any CPU
{22BF9268-67E2-4C43-B254-1C43262CDDCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22BF9268-67E2-4C43-B254-1C43262CDDCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22BF9268-67E2-4C43-B254-1C43262CDDCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22BF9268-67E2-4C43-B254-1C43262CDDCC}.Release|Any CPU.Build.0 = Release|Any CPU
{C1FF4377-DC4E-4FE4-83FE-23912B039523}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1FF4377-DC4E-4FE4-83FE-23912B039523}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1FF4377-DC4E-4FE4-83FE-23912B039523}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1FF4377-DC4E-4FE4-83FE-23912B039523}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5CD3A314-1976-4F0D-BB7A-FE0EF45968FC}
EndGlobalSection
EndGlobal