-
Notifications
You must be signed in to change notification settings - Fork 14
/
ContentExporter_2019.sln
39 lines (39 loc) · 2.28 KB
/
ContentExporter_2019.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImportFBX", "ImportFBX\ImportFBX2019.vcxproj", "{A831840E-93D9-48E4-866C-1F024B3D44FC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExportObjects", "ExportObjects\ExportObjects2019.vcxproj", "{6AFA24FB-37B3-49D3-9832-F7EA3DE3CA2E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XATGFileWriter", "XATGFileWriter\XATGFileWriter2019.vcxproj", "{3F3D7892-A3F4-43A9-87BF-B9C28E9069E8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDKMeshFileWriter", "SDKMeshFileWriter\SDKMeshFileWriter2019.vcxproj", "{85495119-FC0E-4F85-8357-8823B6164F9E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A831840E-93D9-48E4-866C-1F024B3D44FC}.Debug|x64.ActiveCfg = Debug|x64
{A831840E-93D9-48E4-866C-1F024B3D44FC}.Debug|x64.Build.0 = Debug|x64
{A831840E-93D9-48E4-866C-1F024B3D44FC}.Release|x64.ActiveCfg = Release|x64
{A831840E-93D9-48E4-866C-1F024B3D44FC}.Release|x64.Build.0 = Release|x64
{6AFA24FB-37B3-49D3-9832-F7EA3DE3CA2E}.Debug|x64.ActiveCfg = Debug|x64
{6AFA24FB-37B3-49D3-9832-F7EA3DE3CA2E}.Debug|x64.Build.0 = Debug|x64
{6AFA24FB-37B3-49D3-9832-F7EA3DE3CA2E}.Release|x64.ActiveCfg = Release|x64
{6AFA24FB-37B3-49D3-9832-F7EA3DE3CA2E}.Release|x64.Build.0 = Release|x64
{3F3D7892-A3F4-43A9-87BF-B9C28E9069E8}.Debug|x64.ActiveCfg = Debug|x64
{3F3D7892-A3F4-43A9-87BF-B9C28E9069E8}.Debug|x64.Build.0 = Debug|x64
{3F3D7892-A3F4-43A9-87BF-B9C28E9069E8}.Release|x64.ActiveCfg = Release|x64
{3F3D7892-A3F4-43A9-87BF-B9C28E9069E8}.Release|x64.Build.0 = Release|x64
{85495119-FC0E-4F85-8357-8823B6164F9E}.Debug|x64.ActiveCfg = Debug|x64
{85495119-FC0E-4F85-8357-8823B6164F9E}.Debug|x64.Build.0 = Debug|x64
{85495119-FC0E-4F85-8357-8823B6164F9E}.Release|x64.ActiveCfg = Release|x64
{85495119-FC0E-4F85-8357-8823B6164F9E}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal