-
Notifications
You must be signed in to change notification settings - Fork 18
/
Bimangle.ForgeAuthor.Samples.sln
49 lines (49 loc) · 3.27 KB
/
Bimangle.ForgeAuthor.Samples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bimangle.ForgeAuthor.Inspector", "Bimangle.ForgeAuthor.Inspector\Bimangle.ForgeAuthor.Inspector.csproj", "{B08F9AD8-4771-43BA-A1A7-D53C6634FCE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bimangle.ForgeAuthor.Merger", "Bimangle.ForgeAuthor.Merger\Bimangle.ForgeAuthor.Merger.csproj", "{25C780A6-2C2C-4E6A-9AE4-EA5754BB85FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bimangle.ForgeAuthor.Differ", "Bimangle.ForgeAuthor.Differ\Bimangle.ForgeAuthor.Differ.csproj", "{DA63E60D-8FAB-43D0-AE98-65896EC49DC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bimangle.ForgeAuthor.ConvertSvfToGltf", "Bimangle.ForgeAuthor.ConvertSvfToGltf\Bimangle.ForgeAuthor.ConvertSvfToGltf.csproj", "{C1D6C5E8-D7A9-4A81-92C1-57BD04D77056}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bimangle.ForgeAuthor.ExtractBuildingShell", "Bimangle.ForgeAuthor.ExtractBuildingShell\Bimangle.ForgeAuthor.ExtractBuildingShell.csproj", "{9B7D9564-9756-4F86-AB70-0B73543C6F9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B08F9AD8-4771-43BA-A1A7-D53C6634FCE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B08F9AD8-4771-43BA-A1A7-D53C6634FCE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B08F9AD8-4771-43BA-A1A7-D53C6634FCE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B08F9AD8-4771-43BA-A1A7-D53C6634FCE6}.Release|Any CPU.Build.0 = Release|Any CPU
{25C780A6-2C2C-4E6A-9AE4-EA5754BB85FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25C780A6-2C2C-4E6A-9AE4-EA5754BB85FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25C780A6-2C2C-4E6A-9AE4-EA5754BB85FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25C780A6-2C2C-4E6A-9AE4-EA5754BB85FF}.Release|Any CPU.Build.0 = Release|Any CPU
{DA63E60D-8FAB-43D0-AE98-65896EC49DC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA63E60D-8FAB-43D0-AE98-65896EC49DC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA63E60D-8FAB-43D0-AE98-65896EC49DC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA63E60D-8FAB-43D0-AE98-65896EC49DC1}.Release|Any CPU.Build.0 = Release|Any CPU
{C1D6C5E8-D7A9-4A81-92C1-57BD04D77056}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1D6C5E8-D7A9-4A81-92C1-57BD04D77056}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1D6C5E8-D7A9-4A81-92C1-57BD04D77056}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1D6C5E8-D7A9-4A81-92C1-57BD04D77056}.Release|Any CPU.Build.0 = Release|Any CPU
{9B7D9564-9756-4F86-AB70-0B73543C6F9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B7D9564-9756-4F86-AB70-0B73543C6F9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B7D9564-9756-4F86-AB70-0B73543C6F9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B7D9564-9756-4F86-AB70-0B73543C6F9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF5D20E8-D770-4466-9CC8-8F2F88B799B9}
EndGlobalSection
EndGlobal