-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathACE.sln
42 lines (42 loc) · 2.33 KB
/
ACE.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.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6A9F70C1-5847-4260-9F92-9FEAC5773B8B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "azure-cost-estimator-generator", "ace-generator\azure-cost-estimator-generator.csproj", "{29E06D28-7839-418E-B261-0FE9F3D78DB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "azure-cost-estimator", "ace\azure-cost-estimator.csproj", "{4D5DFE1A-2AC4-4218-98A7-238FE78AE799}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "azure-cost-estimator-tests", "ace-tests\azure-cost-estimator-tests.csproj", "{75EF9C17-E2AA-4E54-88A9-B6F7C6F7B53F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29E06D28-7839-418E-B261-0FE9F3D78DB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29E06D28-7839-418E-B261-0FE9F3D78DB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29E06D28-7839-418E-B261-0FE9F3D78DB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29E06D28-7839-418E-B261-0FE9F3D78DB5}.Release|Any CPU.Build.0 = Release|Any CPU
{4D5DFE1A-2AC4-4218-98A7-238FE78AE799}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D5DFE1A-2AC4-4218-98A7-238FE78AE799}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D5DFE1A-2AC4-4218-98A7-238FE78AE799}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D5DFE1A-2AC4-4218-98A7-238FE78AE799}.Release|Any CPU.Build.0 = Release|Any CPU
{75EF9C17-E2AA-4E54-88A9-B6F7C6F7B53F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75EF9C17-E2AA-4E54-88A9-B6F7C6F7B53F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75EF9C17-E2AA-4E54-88A9-B6F7C6F7B53F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75EF9C17-E2AA-4E54-88A9-B6F7C6F7B53F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F02A721D-4113-4537-9EE5-5DE996EDEFD0}
EndGlobalSection
EndGlobal