-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFlubuCore.Azure.sln
43 lines (43 loc) · 2.6 KB
/
FlubuCore.Azure.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlubuCore.Azure.Generator", "FlubuCore.Azure.Generator\FlubuCore.Azure.Generator.csproj", "{4C521868-6470-43E2-8B5C-21D0067F7CEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlubuCore.Azure.Generator.Tests", "FlubuCore.Azure.Generator.Tests\FlubuCore.Azure.Generator.Tests.csproj", "{04214730-F125-4D7D-B65F-AE431B6A1CDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlubuCore.Azure", "FlubuCore.Azure\FlubuCore.Azure.csproj", "{88378413-AF5D-48A6-AA9A-679D7F6E552E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildScript", "BuildScript\BuildScript.csproj", "{04F5483D-461A-488F-BAB5-E53A5D3309F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C521868-6470-43E2-8B5C-21D0067F7CEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C521868-6470-43E2-8B5C-21D0067F7CEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C521868-6470-43E2-8B5C-21D0067F7CEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C521868-6470-43E2-8B5C-21D0067F7CEB}.Release|Any CPU.Build.0 = Release|Any CPU
{04214730-F125-4D7D-B65F-AE431B6A1CDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04214730-F125-4D7D-B65F-AE431B6A1CDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04214730-F125-4D7D-B65F-AE431B6A1CDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04214730-F125-4D7D-B65F-AE431B6A1CDE}.Release|Any CPU.Build.0 = Release|Any CPU
{88378413-AF5D-48A6-AA9A-679D7F6E552E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88378413-AF5D-48A6-AA9A-679D7F6E552E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88378413-AF5D-48A6-AA9A-679D7F6E552E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88378413-AF5D-48A6-AA9A-679D7F6E552E}.Release|Any CPU.Build.0 = Release|Any CPU
{04F5483D-461A-488F-BAB5-E53A5D3309F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04F5483D-461A-488F-BAB5-E53A5D3309F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04F5483D-461A-488F-BAB5-E53A5D3309F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04F5483D-461A-488F-BAB5-E53A5D3309F2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CAF4BCF7-F69C-4D93-91B8-A63C54A1A47A}
EndGlobalSection
EndGlobal