-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPulumi.Azure.Constants Solution.sln
42 lines (42 loc) · 1.97 KB
/
Pulumi.Azure.Constants Solution.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 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BA564CB5-1908-41F9-A32A-3535BBE0E8C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A86EFFD3-A604-4591-B5CA-4E778CCFC081}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{845A8FA6-E56E-4BB4-AD92-29093BB2CA09}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{01DFE66D-E850-4ADC-A0FC-A3A13B896CDA}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
GitHubReleaseNotes.txt = GitHubReleaseNotes.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pulumi.Azure.Constants", "src\Pulumi.Azure.Constants\Pulumi.Azure.Constants.csproj", "{C6F2E3E7-05CE-4409-AC94-A0557B5B8C56}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6F2E3E7-05CE-4409-AC94-A0557B5B8C56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6F2E3E7-05CE-4409-AC94-A0557B5B8C56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6F2E3E7-05CE-4409-AC94-A0557B5B8C56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6F2E3E7-05CE-4409-AC94-A0557B5B8C56}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C6F2E3E7-05CE-4409-AC94-A0557B5B8C56} = {BA564CB5-1908-41F9-A32A-3535BBE0E8C6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FC1E6DF8-EC39-439B-ABF0-EE3786C5C0F6}
EndGlobalSection
EndGlobal