-
Notifications
You must be signed in to change notification settings - Fork 8
/
GraniResource.sln
44 lines (44 loc) · 2.3 KB
/
GraniResource.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Root", "Root", "{F6C2E1B5-DC94-4C03-B801-B2292E338EDD}"
ProjectSection(SolutionItems) = preProject
GraniResource.psd1 = GraniResource.psd1
New-GraniResourceManifest.ps1 = New-GraniResourceManifest.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Designer", "Designer\Designer.csproj", "{A58D3D3C-FF82-4099-8435-177DB8241579}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DSCResources", "DSCResources\DSCResources.csproj", "{25DD5BA3-6264-42FB-B09B-6BDDBE9E70A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{AB277373-293E-4143-8B56-F47AF7EDF315}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A58D3D3C-FF82-4099-8435-177DB8241579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A58D3D3C-FF82-4099-8435-177DB8241579}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A58D3D3C-FF82-4099-8435-177DB8241579}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A58D3D3C-FF82-4099-8435-177DB8241579}.Release|Any CPU.Build.0 = Release|Any CPU
{25DD5BA3-6264-42FB-B09B-6BDDBE9E70A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25DD5BA3-6264-42FB-B09B-6BDDBE9E70A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25DD5BA3-6264-42FB-B09B-6BDDBE9E70A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25DD5BA3-6264-42FB-B09B-6BDDBE9E70A9}.Release|Any CPU.Build.0 = Release|Any CPU
{AB277373-293E-4143-8B56-F47AF7EDF315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB277373-293E-4143-8B56-F47AF7EDF315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB277373-293E-4143-8B56-F47AF7EDF315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB277373-293E-4143-8B56-F47AF7EDF315}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D9E53D9F-FEFC-49C9-A119-804AB2B2A095}
EndGlobalSection
EndGlobal