This repository was archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathAutodesk.Forge.sln
53 lines (53 loc) · 3.28 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
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", "src\Autodesk.Forge\Autodesk.Forge.csproj", "{1F96C009-0C16-429F-A3A9-1A96ECEA1F93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autodesk.Forge.Test", "src\Autodesk.Forge.Test\Autodesk.Forge.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "Sample\Sample.csproj", "{3325CBED-9138-48C8-85B9-41D4AC4B4FB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DirectS3", "DirectS3\DirectS3.csproj", "{0E8F8C7D-D7F3-4661-B517-B73C6A583755}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A5C78EEB-0665-45E5-BCB7-F863F3B7A28F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DirectS3Advanced", "DirectS3Advanced\DirectS3Advanced.csproj", "{1F5CF48C-ACF3-420A-835D-609DA4B8C6C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F96C009-0C16-429F-A3A9-1A96ECEA1F93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F96C009-0C16-429F-A3A9-1A96ECEA1F93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F96C009-0C16-429F-A3A9-1A96ECEA1F93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F96C009-0C16-429F-A3A9-1A96ECEA1F93}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.Build.0 = Release|Any CPU
{3325CBED-9138-48C8-85B9-41D4AC4B4FB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3325CBED-9138-48C8-85B9-41D4AC4B4FB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3325CBED-9138-48C8-85B9-41D4AC4B4FB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3325CBED-9138-48C8-85B9-41D4AC4B4FB8}.Release|Any CPU.Build.0 = Release|Any CPU
{0E8F8C7D-D7F3-4661-B517-B73C6A583755}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E8F8C7D-D7F3-4661-B517-B73C6A583755}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E8F8C7D-D7F3-4661-B517-B73C6A583755}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E8F8C7D-D7F3-4661-B517-B73C6A583755}.Release|Any CPU.Build.0 = Release|Any CPU
{1F5CF48C-ACF3-420A-835D-609DA4B8C6C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F5CF48C-ACF3-420A-835D-609DA4B8C6C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F5CF48C-ACF3-420A-835D-609DA4B8C6C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F5CF48C-ACF3-420A-835D-609DA4B8C6C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1D896B0-0599-4130-903F-B45FC040A541}
EndGlobalSection
EndGlobal