-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall.sln
69 lines (69 loc) · 4.26 KB
/
all.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{83F9A2DA-3AB7-4A71-92EC-2AD80035AF32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground.Cli", "src\cli\Playground.Cli.csproj", "{DD3D03C0-6875-45D3-B23D-62658F14FAF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground", "src\playground\Playground.csproj", "{F7D7DF79-5553-474F-8EB0-2D7C4D345BFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "eng", "eng", "{0654FA0C-AB89-4130-B677-003A8C7F87C8}"
ProjectSection(SolutionItems) = preProject
stylecop.json = stylecop.json
eng\Versions.props = eng\Versions.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Resources.MissingTypes", "src\azure-sdk-missing-types\Azure.ResourceManager.Resources.MissingTypes.csproj", "{EA1E49FB-D697-4E19-BF45-B952DC2433F0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "transpilers", "transpilers", "{4CFDB878-AA16-40DC-90BD-B5EC4264006A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playgroud.Transpiler.Bicep", "src\transpilers\bicep\Playgroud.Transpiler.Bicep.csproj", "{34EDD156-B79C-4963-B757-C0074F0DFA47}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C88329C3-EC24-44E9-9856-430CEDE7C97D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playground.Tests", "test\playground\Playground.Tests.csproj", "{0A6C85A6-A3E3-43E7-9C84-1CC04787F4DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD3D03C0-6875-45D3-B23D-62658F14FAF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD3D03C0-6875-45D3-B23D-62658F14FAF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD3D03C0-6875-45D3-B23D-62658F14FAF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD3D03C0-6875-45D3-B23D-62658F14FAF0}.Release|Any CPU.Build.0 = Release|Any CPU
{F7D7DF79-5553-474F-8EB0-2D7C4D345BFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7D7DF79-5553-474F-8EB0-2D7C4D345BFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7D7DF79-5553-474F-8EB0-2D7C4D345BFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7D7DF79-5553-474F-8EB0-2D7C4D345BFD}.Release|Any CPU.Build.0 = Release|Any CPU
{EA1E49FB-D697-4E19-BF45-B952DC2433F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA1E49FB-D697-4E19-BF45-B952DC2433F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA1E49FB-D697-4E19-BF45-B952DC2433F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA1E49FB-D697-4E19-BF45-B952DC2433F0}.Release|Any CPU.Build.0 = Release|Any CPU
{34EDD156-B79C-4963-B757-C0074F0DFA47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34EDD156-B79C-4963-B757-C0074F0DFA47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34EDD156-B79C-4963-B757-C0074F0DFA47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34EDD156-B79C-4963-B757-C0074F0DFA47}.Release|Any CPU.Build.0 = Release|Any CPU
{0A6C85A6-A3E3-43E7-9C84-1CC04787F4DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A6C85A6-A3E3-43E7-9C84-1CC04787F4DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A6C85A6-A3E3-43E7-9C84-1CC04787F4DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A6C85A6-A3E3-43E7-9C84-1CC04787F4DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DD3D03C0-6875-45D3-B23D-62658F14FAF0} = {83F9A2DA-3AB7-4A71-92EC-2AD80035AF32}
{F7D7DF79-5553-474F-8EB0-2D7C4D345BFD} = {83F9A2DA-3AB7-4A71-92EC-2AD80035AF32}
{EA1E49FB-D697-4E19-BF45-B952DC2433F0} = {83F9A2DA-3AB7-4A71-92EC-2AD80035AF32}
{4CFDB878-AA16-40DC-90BD-B5EC4264006A} = {83F9A2DA-3AB7-4A71-92EC-2AD80035AF32}
{34EDD156-B79C-4963-B757-C0074F0DFA47} = {4CFDB878-AA16-40DC-90BD-B5EC4264006A}
{0A6C85A6-A3E3-43E7-9C84-1CC04787F4DC} = {C88329C3-EC24-44E9-9856-430CEDE7C97D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {84F77A92-9F7D-4B75-A18E-8C7CAE5F93E8}
EndGlobalSection
EndGlobal