-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Autodesk.Forge.Oss.sln
42 lines (42 loc) · 2.17 KB
/
Autodesk.Forge.Oss.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 Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autodesk.Forge.Oss", "Autodesk.Forge.Oss\Autodesk.Forge.Oss.csproj", "{54AC7247-0A9C-4A56-835B-D1790800647B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "Build\Build.csproj", "{1DD39B58-E188-40B3-8AC6-3F4046775503}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{D62567F0-6FCF-4C5B-B139-B2B219D51FDF}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autodesk.Forge.Oss.Tests", "Autodesk.Forge.Oss.Tests\Autodesk.Forge.Oss.Tests.csproj", "{6CF07E6C-9623-4B4E-A549-59ABDC74537D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54AC7247-0A9C-4A56-835B-D1790800647B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54AC7247-0A9C-4A56-835B-D1790800647B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54AC7247-0A9C-4A56-835B-D1790800647B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54AC7247-0A9C-4A56-835B-D1790800647B}.Release|Any CPU.Build.0 = Release|Any CPU
{1DD39B58-E188-40B3-8AC6-3F4046775503}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DD39B58-E188-40B3-8AC6-3F4046775503}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CF07E6C-9623-4B4E-A549-59ABDC74537D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CF07E6C-9623-4B4E-A549-59ABDC74537D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CF07E6C-9623-4B4E-A549-59ABDC74537D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CF07E6C-9623-4B4E-A549-59ABDC74537D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E3C9F2D-CD31-4D39-B8D7-78CF24BB3B17}
EndGlobalSection
EndGlobal