-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathAutodesk.Forge.DesignAutomation.sln
39 lines (39 loc) · 1.95 KB
/
Autodesk.Forge.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autodesk.Forge.DesignAutomation", "src\Autodesk.Forge.DesignAutomation\Autodesk.Forge.DesignAutomation.csproj", "{813FF5FC-8614-4568-9DEE-B00D9E975DCD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "E2eTests", "tests\e2e\E2eTests.csproj", "{6A199257-D122-454F-9FD6-8DD9AB5DD8C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{861BA6AC-10DC-4015-8D22-5F0DB383E363}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.swagger-codegen-ignore = .swagger-codegen-ignore
CHANGELOG.md = CHANGELOG.md
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{813FF5FC-8614-4568-9DEE-B00D9E975DCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{813FF5FC-8614-4568-9DEE-B00D9E975DCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{813FF5FC-8614-4568-9DEE-B00D9E975DCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{813FF5FC-8614-4568-9DEE-B00D9E975DCD}.Release|Any CPU.Build.0 = Release|Any CPU
{6A199257-D122-454F-9FD6-8DD9AB5DD8C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A199257-D122-454F-9FD6-8DD9AB5DD8C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A199257-D122-454F-9FD6-8DD9AB5DD8C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A199257-D122-454F-9FD6-8DD9AB5DD8C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7AB98DB9-6F7D-4152-A904-812988587B92}
EndGlobalSection
EndGlobal