-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAutodesk.Forge.Oss.DesignAutomation.sln
55 lines (55 loc) · 3.43 KB
/
Autodesk.Forge.Oss.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autodesk.Forge.Oss.DesignAutomation", "Autodesk.Forge.Oss.DesignAutomation\Autodesk.Forge.Oss.DesignAutomation.csproj", "{B2289CA1-B106-49B3-9077-6C4F28F0F50C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "Build\Build.csproj", "{72B1702D-5E47-4100-97B4-9829A851D449}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{515EBC53-0951-4B74-90A2-BB78830725AC}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autodesk.Forge.Oss.DesignAutomation.Tests", "Autodesk.Forge.Oss.DesignAutomation.Tests\Autodesk.Forge.Oss.DesignAutomation.Tests.csproj", "{F6F94337-FC3F-4183-A332-A22198E55EE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autodesk.Forge.Oss.DesignAutomation.Samples", "Autodesk.Forge.Oss.DesignAutomation.Samples\Autodesk.Forge.Oss.DesignAutomation.Samples.csproj", "{FCCAD1CB-BE59-40A5-AFC1-C97B63531B82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autodesk.Forge.Oss.DesignAutomation.App", "Autodesk.Forge.Oss.DesignAutomation.App\Autodesk.Forge.Oss.DesignAutomation.App.csproj", "{4CE6201C-DE04-437F-AF4B-5745B9F43C32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2289CA1-B106-49B3-9077-6C4F28F0F50C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2289CA1-B106-49B3-9077-6C4F28F0F50C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2289CA1-B106-49B3-9077-6C4F28F0F50C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2289CA1-B106-49B3-9077-6C4F28F0F50C}.Release|Any CPU.Build.0 = Release|Any CPU
{72B1702D-5E47-4100-97B4-9829A851D449}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72B1702D-5E47-4100-97B4-9829A851D449}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6F94337-FC3F-4183-A332-A22198E55EE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6F94337-FC3F-4183-A332-A22198E55EE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6F94337-FC3F-4183-A332-A22198E55EE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6F94337-FC3F-4183-A332-A22198E55EE4}.Release|Any CPU.Build.0 = Release|Any CPU
{FCCAD1CB-BE59-40A5-AFC1-C97B63531B82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCCAD1CB-BE59-40A5-AFC1-C97B63531B82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCCAD1CB-BE59-40A5-AFC1-C97B63531B82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCCAD1CB-BE59-40A5-AFC1-C97B63531B82}.Release|Any CPU.Build.0 = Release|Any CPU
{4CE6201C-DE04-437F-AF4B-5745B9F43C32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CE6201C-DE04-437F-AF4B-5745B9F43C32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CE6201C-DE04-437F-AF4B-5745B9F43C32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CE6201C-DE04-437F-AF4B-5745B9F43C32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9AD400A1-F137-4621-A050-4738D820B4D6}
EndGlobalSection
EndGlobal