This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathBicepNet.sln
42 lines (42 loc) · 2.27 KB
/
BicepNet.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.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BicepNet.Core", "BicepNet.Core\BicepNet.Core.csproj", "{2FE677B0-9877-479E-A602-B63E9C5F3F1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BicepNet.PS", "BicepNet.PS\BicepNet.PS.csproj", "{B1EDAC69-3368-470B-BC23-815922CA4205}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8A866D8B-8046-403D-89BD-BC580240DA8C}"
ProjectSection(SolutionItems) = preProject
scripts\build.ps1 = scripts\build.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BicepNet.CLI", "BicepNet.CLI\BicepNet.CLI.csproj", "{09B0AABB-A6EE-41C3-88BF-8719B86C90EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2FE677B0-9877-479E-A602-B63E9C5F3F1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FE677B0-9877-479E-A602-B63E9C5F3F1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FE677B0-9877-479E-A602-B63E9C5F3F1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FE677B0-9877-479E-A602-B63E9C5F3F1E}.Release|Any CPU.Build.0 = Release|Any CPU
{B1EDAC69-3368-470B-BC23-815922CA4205}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1EDAC69-3368-470B-BC23-815922CA4205}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1EDAC69-3368-470B-BC23-815922CA4205}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1EDAC69-3368-470B-BC23-815922CA4205}.Release|Any CPU.Build.0 = Release|Any CPU
{09B0AABB-A6EE-41C3-88BF-8719B86C90EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09B0AABB-A6EE-41C3-88BF-8719B86C90EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09B0AABB-A6EE-41C3-88BF-8719B86C90EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09B0AABB-A6EE-41C3-88BF-8719B86C90EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A088BA9D-74EA-4A19-A418-9AEE6B3F809D}
EndGlobalSection
EndGlobal