-
Notifications
You must be signed in to change notification settings - Fork 14
/
CoreSource.sln
42 lines (42 loc) · 2.73 KB
/
CoreSource.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 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "E2eTests_CoreSource", "tests\e2e\E2eTests_CoreSource.csproj", "{F84A60DB-F4F2-438F-8F67-D54B89760932}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autodesk.Forge.Core", "..\Autodesk.Forge.Core\src\Autodesk.Forge.Core\Autodesk.Forge.Core.csproj", "{63D8EB20-6D31-4981-A1B0-47D66DFC3125}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autodesk.Forge.Core.E2eTestHelpers", "..\Autodesk.Forge.Core\src\Autodesk.Forge.Core.E2eTestHelpers\Autodesk.Forge.Core.E2eTestHelpers.csproj", "{848C6D69-E8F1-418C-97C8-98770A33C753}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autodesk.Forge.DesignAutomation_CoreSource", "src\Autodesk.Forge.DesignAutomation\Autodesk.Forge.DesignAutomation_CoreSource.csproj", "{7EBD137A-2D07-4A26-96B5-1B7DA093FF53}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F84A60DB-F4F2-438F-8F67-D54B89760932}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F84A60DB-F4F2-438F-8F67-D54B89760932}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F84A60DB-F4F2-438F-8F67-D54B89760932}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F84A60DB-F4F2-438F-8F67-D54B89760932}.Release|Any CPU.Build.0 = Release|Any CPU
{63D8EB20-6D31-4981-A1B0-47D66DFC3125}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63D8EB20-6D31-4981-A1B0-47D66DFC3125}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63D8EB20-6D31-4981-A1B0-47D66DFC3125}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63D8EB20-6D31-4981-A1B0-47D66DFC3125}.Release|Any CPU.Build.0 = Release|Any CPU
{848C6D69-E8F1-418C-97C8-98770A33C753}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{848C6D69-E8F1-418C-97C8-98770A33C753}.Debug|Any CPU.Build.0 = Debug|Any CPU
{848C6D69-E8F1-418C-97C8-98770A33C753}.Release|Any CPU.ActiveCfg = Release|Any CPU
{848C6D69-E8F1-418C-97C8-98770A33C753}.Release|Any CPU.Build.0 = Release|Any CPU
{7EBD137A-2D07-4A26-96B5-1B7DA093FF53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EBD137A-2D07-4A26-96B5-1B7DA093FF53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EBD137A-2D07-4A26-96B5-1B7DA093FF53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EBD137A-2D07-4A26-96B5-1B7DA093FF53}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B21ADE9-E62A-45C4-8080-C21D4FA8E7C6}
EndGlobalSection
EndGlobal