-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdesignautomation.sln
41 lines (41 loc) · 2.23 KB
/
designautomation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "forgesample", "forgesample\forgesample.csproj", "{AFBF1E9B-9949-4DFC-8D5E-9EF8D5347AC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProOptimizerAutomation", "ProOptimizerAutomation\ProOptimizerAutomation.csproj", "{FE45C541-D216-4792-983D-3100BA9F3F4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFBF1E9B-9949-4DFC-8D5E-9EF8D5347AC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFBF1E9B-9949-4DFC-8D5E-9EF8D5347AC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFBF1E9B-9949-4DFC-8D5E-9EF8D5347AC1}.Debug|x64.ActiveCfg = Debug|x64
{AFBF1E9B-9949-4DFC-8D5E-9EF8D5347AC1}.Debug|x64.Build.0 = Debug|x64
{AFBF1E9B-9949-4DFC-8D5E-9EF8D5347AC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFBF1E9B-9949-4DFC-8D5E-9EF8D5347AC1}.Release|Any CPU.Build.0 = Release|Any CPU
{AFBF1E9B-9949-4DFC-8D5E-9EF8D5347AC1}.Release|x64.ActiveCfg = Release|Any CPU
{AFBF1E9B-9949-4DFC-8D5E-9EF8D5347AC1}.Release|x64.Build.0 = Release|Any CPU
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Debug|x64.ActiveCfg = Debug|x64
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Debug|x64.Build.0 = Debug|x64
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Release|Any CPU.Build.0 = Release|Any CPU
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Release|x64.ActiveCfg = Release|Any CPU
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {05F5CC9C-321D-41C1-9E7A-F799CF2B1EED}
EndGlobalSection
EndGlobal