-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathAutodesk.Forge.sln
58 lines (58 loc) · 3.22 KB
/
Autodesk.Forge.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autodesk.Forge.Core", "src\Autodesk.Forge.Core\Autodesk.Forge.Core.csproj", "{E59655EF-C1BF-4318-B344-B2C6B67E1A74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autodesk.Forge.Core.Test", "tests\Autodesk.Forge.Core.Test\Autodesk.Forge.Core.Test.csproj", "{B52C434A-3AA1-4CA7-9F88-39AA2C208A67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autodesk.Forge.Core.E2eTestHelpers", "src\Autodesk.Forge.Core.E2eTestHelpers\Autodesk.Forge.Core.E2eTestHelpers.csproj", "{66694EE2-D632-476D-B533-589AC9B975F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{BC49E389-CECC-489D-ACE8-BB97869391B9}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3E0D0E6A-0664-491F-93E8-0290B21C3D09}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6E857E79-2F5E-4B70-996D-A42A445F67B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E59655EF-C1BF-4318-B344-B2C6B67E1A74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E59655EF-C1BF-4318-B344-B2C6B67E1A74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E59655EF-C1BF-4318-B344-B2C6B67E1A74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E59655EF-C1BF-4318-B344-B2C6B67E1A74}.Release|Any CPU.Build.0 = Release|Any CPU
{B52C434A-3AA1-4CA7-9F88-39AA2C208A67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B52C434A-3AA1-4CA7-9F88-39AA2C208A67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B52C434A-3AA1-4CA7-9F88-39AA2C208A67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B52C434A-3AA1-4CA7-9F88-39AA2C208A67}.Release|Any CPU.Build.0 = Release|Any CPU
{66694EE2-D632-476D-B533-589AC9B975F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66694EE2-D632-476D-B533-589AC9B975F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66694EE2-D632-476D-B533-589AC9B975F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66694EE2-D632-476D-B533-589AC9B975F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E59655EF-C1BF-4318-B344-B2C6B67E1A74} = {3E0D0E6A-0664-491F-93E8-0290B21C3D09}
{B52C434A-3AA1-4CA7-9F88-39AA2C208A67} = {6E857E79-2F5E-4B70-996D-A42A445F67B4}
{66694EE2-D632-476D-B533-589AC9B975F3} = {3E0D0E6A-0664-491F-93E8-0290B21C3D09}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D05CFF55-5724-433F-9941-337DC508F5FE}
EndGlobalSection
EndGlobal