Index: .gitignore =================================================================== --- .gitignore +++ .gitignore @@ -3,3 +3,342 @@ lib/libFColladaSD.a lib/libFColladaSR.a +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ +# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true +**/wwwroot/lib/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + Index: src/FCollada/FCollada.sln =================================================================== --- src/FCollada/FCollada.sln +++ src/FCollada/FCollada.sln @@ -1,16 +1,12 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual C++ Express 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FCollada", "FCollada.vcproj", "{FF956BB3-F377-43A8-AB31-633299BDF6C6}" - ProjectSection(ProjectDependencies) = postProject - {5A441CC6-F281-4A83-8BC4-323D4148C7C0} = {5A441CC6-F281-4A83-8BC4-323D4148C7C0} - EndProjectSection +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.168 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FCollada", "FCollada.vcxproj", "{FF956BB3-F377-43A8-AB31-633299BDF6C6}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FColladaTest", "FColladaTest\FColladaTest.vcproj", "{93F9B125-C28F-47E3-B087-F14B0E191B8E}" - ProjectSection(ProjectDependencies) = postProject - {FF956BB3-F377-43A8-AB31-633299BDF6C6} = {FF956BB3-F377-43A8-AB31-633299BDF6C6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FColladaTest", "FColladaTest\FColladaTest.vcxproj", "{93F9B125-C28F-47E3-B087-F14B0E191B8E}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FArchiveXML", "..\FColladaPlugins\FArchiveXML\FArchiveXML.vcproj", "{5A441CC6-F281-4A83-8BC4-323D4148C7C0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FArchiveXML", "..\FColladaPlugins\FArchiveXML\FArchiveXML.vcxproj", "{5A441CC6-F281-4A83-8BC4-323D4148C7C0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -168,4 +164,7 @@ GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {399742A7-D0AC-4052-B4FE-D176A310E828} + EndGlobalSection EndGlobal Index: src/FCollada/FCollada.vcxproj =================================================================== --- /dev/null +++ src/FCollada/FCollada.vcxproj @@ -0,0 +1,1405 @@ + + + + + Debug DLL + Win32 + + + Debug DLL + x64 + + + Debug Unicode DLL + Win32 + + + Debug Unicode DLL + x64 + + + Debug Unicode + Win32 + + + Debug Unicode + x64 + + + Debug + Win32 + + + Debug + x64 + + + Release DLL + Win32 + + + Release DLL + x64 + + + Release Unicode DLL + Win32 + + + Release Unicode DLL + x64 + + + Release Unicode + Win32 + + + Release Unicode + x64 + + + Release + Win32 + + + Release + x64 + + + Retail DLL + Win32 + + + Retail DLL + x64 + + + Retail Unicode DLL + Win32 + + + Retail Unicode DLL + x64 + + + Retail Unicode + Win32 + + + Retail Unicode + x64 + + + Retail + Win32 + + + Retail + x64 + + + + {FF956BB3-F377-43A8-AB31-633299BDF6C6} + FCollada + Win32Proj + + + + DynamicLibrary + v141 + NotSet + false + + + DynamicLibrary + v141 + Unicode + false + + + StaticLibrary + v141 + Unicode + false + + + StaticLibrary + v141 + NotSet + false + + + DynamicLibrary + v141 + Unicode + + + DynamicLibrary + v141 + Unicode + + + StaticLibrary + v141 + Unicode + + + StaticLibrary + v141 + Unicode + + + DynamicLibrary + v141 + NotSet + + + DynamicLibrary + v141 + NotSet + + + StaticLibrary + v141 + NotSet + + + StaticLibrary + v141 + NotSet + + + DynamicLibrary + v141 + NotSet + false + + + DynamicLibrary + v141 + Unicode + false + + + StaticLibrary + v141 + Unicode + false + + + StaticLibrary + v141 + NotSet + false + + + DynamicLibrary + v141 + Unicode + + + DynamicLibrary + v141 + Unicode + + + StaticLibrary + v141 + Unicode + + + StaticLibrary + v141 + Unicode + + + DynamicLibrary + v141 + NotSet + + + DynamicLibrary + v141 + NotSet + + + StaticLibrary + v141 + NotSet + + + StaticLibrary + v141 + NotSet + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>15.0.28127.55 + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + + Disabled + $(ProjectDir);$(ProjectDir)..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\win32\libxml2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + Use + Level4 + true + EditAndContinue + + + true + + + /MACHINE:X86 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName).lib + + + + + Full + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\win32\libxml2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;%(PreprocessorDefinitions) + MultiThreaded + false + true + Use + $(IntDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + true + + + /MACHINE:X86 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName).lib + + + + + Disabled + $(ProjectDir);$(ProjectDir)..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\win32\libxml2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + Use + Level4 + true + EditAndContinue + + + /MACHINE:X86 %(AdditionalOptions) + user32.lib;libxml2.lib;%(AdditionalDependencies) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)D.dll + $(ProjectDir)..\..\..\..\win32\libxml2\lib;%(AdditionalLibraryDirectories) + + true + false + $(ProjectDir)Output/FColladaD.lib + MachineX86 + + + + + Full + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\win32\libxml2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + true + Use + $(IntDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:X86 %(AdditionalOptions) + user32.lib;libxml2.lib;%(AdditionalDependencies) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName).dll + $(ProjectDir)..\..\..\..\win32\libxml2\lib;%(AdditionalLibraryDirectories) + + $(ProjectDir)Output/FCollada.lib + MachineX86 + + + + + Disabled + $(ProjectDir);$(ProjectDir)..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\win32\libxml2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + Use + Level4 + true + EditAndContinue + + + true + + + /MACHINE:X86 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)U.lib + + + + + Full + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\win32\libxml2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;%(PreprocessorDefinitions) + MultiThreaded + false + true + Use + $(IntDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + true + + + /MACHINE:X86 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)U.lib + + + + + Disabled + $(ProjectDir);$(ProjectDir)..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\win32\libxml2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + true + MultiThreadedDebugDLL + true + Use + $(TargetDir)$(TargetName).pdb + Level4 + true + EditAndContinue + + + /MACHINE:X86 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)U.dll + + true + true + true + false + MachineX86 + + + + + Full + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\win32\libxml2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + false + true + Use + $(OutDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:X86 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)U.dll + + true + false + MachineX86 + + + + + Full + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\win32\libxml2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;%(PreprocessorDefinitions) + MultiThreaded + false + true + Use + $(IntDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + true + + + /MACHINE:X86 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName).lib + + + + + Disabled + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\win32\libxml2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;%(PreprocessorDefinitions) + MultiThreaded + false + true + Use + $(IntDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + true + + + /MACHINE:X86 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)U.lib + + + + + Full + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\win32\libxml2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + false + true + Use + $(OutDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:X86 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)U.dll + + true + $(TargetDir)$(TargetName).pdb + MachineX86 + + + + + Full + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\win32\libxml2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + true + Use + $(IntDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:X86 %(AdditionalOptions) + user32.lib;libxml2.lib;%(AdditionalDependencies) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName).dll + $(ProjectDir)..\..\..\..\win32\libxml2\lib;%(AdditionalLibraryDirectories) + + $(ProjectDir)Output/FCollada.lib + MachineX86 + + + + + X64 + + + Disabled + $(ProjectDir);$(ProjectDir)LibXML/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + Use + Level4 + true + ProgramDatabase + + + true + + + /MACHINE:x64 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName).lib + + + + + X64 + + + Full + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)LibXML/include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;%(PreprocessorDefinitions) + MultiThreaded + false + true + Use + $(IntDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + true + + + /MACHINE:x64 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName).lib + + + + + X64 + + + Disabled + $(ProjectDir);$(ProjectDir)LibXML/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + Use + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName).dll + + true + false + $(ProjectDir)Output/FColladaD.lib + MachineX64 + + + + + X64 + + + Full + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)LibXML/include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + false + true + Use + $(IntDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName).dll + + true + false + $(ProjectDir)Output/FCollada.lib + MachineX64 + + + + + X64 + + + Disabled + $(ProjectDir);$(ProjectDir)LibXML/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + Use + Level4 + true + ProgramDatabase + + + true + + + /MACHINE:x64 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)U.lib + + + + + X64 + + + Full + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)LibXML/include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;%(PreprocessorDefinitions) + MultiThreaded + false + true + Use + $(IntDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + true + + + /MACHINE:x64 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)U.lib + + + + + X64 + + + Disabled + $(ProjectDir);$(ProjectDir)LibXML/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + true + MultiThreadedDebugDLL + true + Use + $(TargetDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)U.dll + + true + true + true + false + MachineX64 + + + + + X64 + + + Full + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)LibXML/include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + false + true + Use + $(OutDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)U.dll + + true + false + MachineX64 + + + + + X64 + + + Full + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)LibXML/include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;%(PreprocessorDefinitions) + MultiThreaded + false + true + Use + $(IntDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + true + + + /MACHINE:x64 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName).lib + + + + + X64 + + + Disabled + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)LibXML/include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;%(PreprocessorDefinitions) + MultiThreaded + false + true + Use + $(IntDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + true + + + /MACHINE:x64 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)U.lib + + + + + X64 + + + Full + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)LibXML/include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + false + true + Use + $(OutDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)U.dll + + true + $(TargetDir)$(TargetName).pdb + MachineX64 + + + + + X64 + + + Full + OnlyExplicitInline + Speed + false + $(ProjectDir);$(ProjectDir)LibXML/include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + false + true + Use + $(IntDir)FCollada.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName).dll + + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + + + + + {5a441cc6-f281-4a83-8bc4-323d4148c7c0} + false + + + + + + \ No newline at end of file Index: src/FCollada/FCollada.vcxproj.filters =================================================================== --- /dev/null +++ src/FCollada/FCollada.vcxproj.filters @@ -0,0 +1,1056 @@ + + + + + {ab91bd8d-4100-4216-8ecb-34019789b42b} + + + {fa0688aa-efa8-4fac-b14c-ea4e96f1f99b} + + + {9b840574-a80a-4766-a92a-f64dfbfe5f09} + + + {93df6820-1b1b-4e7f-b183-f7704a7619e9} + + + {e287cdec-415f-4d08-8387-9e4d016fba31} + + + {48861c5a-fb64-4a4e-92a1-cee8a5e44848} + + + {34f0cc47-777b-4d53-9c27-0e41f2db60d7} + + + {83727e28-f1e6-4b6f-a162-b263e528eb0a} + + + {ba3b5e35-b4da-4c7a-a842-df735ddecb31} + + + {1b7ee77a-cd02-4c20-a8d5-06a007b17772} + + + {baf8c02a-8e6e-4f94-ad1e-085fbba0ff0f} + + + {b05ed2fe-12fd-414b-96c4-797a4f31c18a} + + + {1d027712-5802-4eee-876f-ba48c47e212f} + + + {9e941900-625b-4886-84d0-01a84a8011e2} + + + {daf99161-73ef-4f81-83c9-c16a3ddb96e4} + + + {6d56b3d0-9e5b-4346-985f-b2c0d0f21201} + + + {1b93199c-506d-4184-b1d9-a9c1be171a46} + + + {b3830796-ee1e-44c2-9fd9-62f35649afca} + + + {80e24018-715a-4c61-a853-930703f59a0c} + + + {7ddd6277-7851-4e9f-9b6e-665fe2389de4} + + + {f96c009d-3a03-4e72-aac2-010f18381efb} + + + {6fdca899-5057-4566-9199-8a662f1eda13} + + + {1c62dc5e-9b4e-43d6-9598-99a223a7cc3f} + + + {25d90bab-97bd-468e-9986-410c84ef8e3e} + + + {b4237931-43de-45f8-871f-976244158667} + + + {deb0cb5e-044e-4ae0-82af-a74944cf9047} + + + {0de25b31-6bb8-40e0-b90e-82de8dcab47d} + + + {647c168b-1354-4c17-bfe9-29503730cd77} + + + {f5e9d173-d6e9-46ff-a75c-8c8ffa1fb1f8} + + + {a5a9427c-5d82-411e-b3ef-bcd40d16d506} + + + {b079add0-94c2-44c2-9804-3cd6bb571205} + + + {4a89801c-6d6a-4ebe-bad2-3024907fab65} + + + {cd18b41d-c3ea-4db5-9b5c-9144c2248d2c} + + + {3d889f99-92ce-4900-b74a-1822b97baeeb} + + + {4e9ed0c4-bbfb-4700-bc4e-e4c96691f36e} + + + {34d2c362-a269-42d2-bf6d-1306d6a299e1} + + + {b7fe1f27-b9fd-49b5-a3c0-ae04965099c3} + + + {43560339-a9db-477c-b48f-53fd25b3ebbd} + + + {41894953-10ec-4bd7-9a9d-0552be67eac9} + + + {520d83b8-b054-4121-9581-fe3b34e7aac3} + + + {400d9f4c-2c8e-4820-9088-ddf91f1f51d2} + + + {178f853b-78c9-4de8-b34c-d159fd650660} + + + {45964170-5364-45af-9571-544ba2109f70} + + + {570040c1-de42-42c4-8ef6-a4727d2f467d} + + + {c010a9b7-12f7-4254-8341-a8d9388a44a8} + + + {92c8b4e2-07de-4d5f-8a93-78c29c78f14c} + + + {e3f85baf-e576-454e-8d6c-af4f5d93091f} + + + + + FMath + + + FMath\Collection + + + FMath\Collection + + + FMath\Collection + + + FMath\Collection + + + FMath\Collection + + + FMath\Color + + + FMath\Interpolation + + + FMath\Scalar + + + FMath\Scalar + + + FMath\Scalar + + + FMath\Vector + + + FMath\Vector + + + FMath\Vector + + + FMath\Volume + + + FMath\Transforms + + + FMath\Transforms + + + FMath\Transforms + + + FMath\Transforms\Matrix + + + FMath\Transforms\Matrix + + + FMath\Transforms\Quaternion + + + PCH + + + FUtils + + + FUtils + + + FUtils + + + FUtils + + + FUtils + + + FUtils\CRC32 + + + FUtils\Debug + + + FUtils\Debug + + + FUtils\Debug + + + FUtils\File System\Plugins + + + FUtils\File System\Plugins + + + FUtils\File System\Files + + + FUtils\File System\Files + + + FUtils\File System\Files + + + FUtils\Patterns + + + FUtils\Patterns\Parameters + + + FUtils\Patterns\Parameters + + + FUtils\Patterns\Functors & Events + + + FUtils\Patterns\Functors & Events + + + FUtils\Patterns\Base Objects + + + FUtils\Patterns\Base Objects + + + FUtils\Patterns\Base Objects + + + FUtils\Patterns\Base Objects + + + FUtils\Strings + + + FUtils\Strings + + + FUtils\Strings + + + FUtils\Strings + + + FUtils\Strings + + + FUtils\Strings + + + FUtils\Structures + + + FUtils\Structures + + + FUtils\Structures + + + FUtils\Structures + + + FUtils\Structures + + + FUtils\XML + + + FUtils\XML + + + FUtils\XML + + + FUtils\Base64 + + + FUtils\Synchronization + + + FUtils\Synchronization + + + FUtils\Synchronization + + + FUtils\Synchronization + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Libraries + + + FCDocument\Libraries + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations\Animated & ParameterAnimatable + + + FCDocument\Libraries\Animations\Animated & ParameterAnimatable + + + FCDocument\Libraries\Animations\Animated & ParameterAnimatable + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Materials + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Images and Textures + + + FCDocument\Libraries\Materials\Images and Textures + + + FCDocument\Libraries\Controllers + + + FCDocument\Libraries\Controllers + + + FCDocument\Libraries\Controllers + + + FCDocument\Libraries\Controllers + + + FCDocument\Libraries\Cameras and Lights + + + FCDocument\Libraries\Cameras and Lights + + + FCDocument\Libraries\Cameras and Lights + + + FCDocument\Libraries\Emitters + + + FCDocument\Libraries\Emitters + + + FCDocument\Libraries\Emitters + + + FCDocument\Libraries\ForceFields + + + FCDocument\Libraries\ForceFields + + + FCDocument\Libraries\ForceFields + + + FCDocument\Libraries\ForceFields + + + FCDocument\Libraries\ForceFields + + + FCDocument\Libraries\ForceFields + + + FCDocument\Libraries\ForceFields + + + FCDocument\Document + + + FCDocument\Document + + + FCDocument\Document + + + FCDocument\Document + + + FCDocument\Document + + + FCDocument\Document\Extra + + + FCDocument\Document\External References + + + FCDocument\Document\External References + + + FCDocument\Physics + + + FCDocument\Physics + + + FCDocument\Physics + + + FCDocument\Physics + + + FCDocument\Physics + + + FCDocument\Physics + + + FCDocument\Physics + + + FCDocument\Physics\Parameters + + + FCDocument\Scene Graph + + + FCDocument\Scene Graph + + + FCDocument\Scene Graph + + + FCDocument\Scene Graph + + + FCDocument\Scene Graph + + + FCDocument\Scene Graph + + + FCDocument\Object + + + FCDocument\Object + + + FCollada + + + FCollada + + + + + FMath\Collection + + + FMath\Collection + + + FMath\Collection + + + FMath\Color + + + FMath\Interpolation + + + FMath\Scalar + + + FMath\Vector + + + FMath\Volume + + + FMath\Transforms + + + FMath\Transforms + + + FMath\Transforms + + + FMath\Transforms\Matrix + + + FMath\Transforms\Matrix + + + FMath\Transforms\Quaternion + + + FMath\Transforms\Quaternion + + + PCH + + + FUtils + + + FUtils + + + FUtils\CRC32 + + + FUtils\CRC32 + + + FUtils\Debug + + + FUtils\Debug + + + FUtils\Debug + + + FUtils\File System\Plugins + + + FUtils\File System\Files + + + FUtils\File System\Files + + + FUtils\File System\Files + + + FUtils\File System\Files + + + FUtils\Patterns\Parameters + + + FUtils\Patterns\Functors & Events + + + FUtils\Patterns\Functors & Events + + + FUtils\Patterns\Base Objects + + + FUtils\Patterns\Base Objects + + + FUtils\Patterns\Base Objects + + + FUtils\Patterns\Base Objects + + + FUtils\Patterns\Base Objects + + + FUtils\Strings + + + FUtils\Strings + + + FUtils\Strings + + + FUtils\Strings + + + FUtils\Strings + + + FUtils\Strings + + + FUtils\Strings + + + FUtils\Structures + + + FUtils\Structures + + + FUtils\Structures + + + FUtils\Structures + + + FUtils\Structures + + + FUtils\Structures + + + FUtils\XML + + + FUtils\XML + + + FUtils\XML + + + FUtils\Base64 + + + FUtils\Synchronization + + + FUtils\Synchronization + + + FUtils\Synchronization + + + FUtils\Synchronization + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Instantiation + + + FCDocument\Libraries + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations + + + FCDocument\Libraries\Animations\Animated & ParameterAnimatable + + + FCDocument\Libraries\Animations\Animated & ParameterAnimatable + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Geometries + + + FCDocument\Libraries\Materials + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Effects + + + FCDocument\Libraries\Materials\Images and Textures + + + FCDocument\Libraries\Materials\Images and Textures + + + FCDocument\Libraries\Controllers + + + FCDocument\Libraries\Controllers + + + FCDocument\Libraries\Controllers + + + FCDocument\Libraries\Controllers + + + FCDocument\Libraries\Cameras and Lights + + + FCDocument\Libraries\Cameras and Lights + + + FCDocument\Libraries\Cameras and Lights + + + FCDocument\Libraries\Emitters + + + FCDocument\Libraries\Emitters + + + FCDocument\Libraries\Emitters + + + FCDocument\Libraries\Emitters + + + FCDocument\Libraries\ForceFields + + + FCDocument\Libraries\ForceFields + + + FCDocument\Libraries\ForceFields + + + FCDocument\Libraries\ForceFields + + + FCDocument\Libraries\ForceFields + + + FCDocument\Libraries\ForceFields + + + FCDocument\Document + + + FCDocument\Document + + + FCDocument\Document + + + FCDocument\Document + + + FCDocument\Document + + + FCDocument\Document\Extra + + + FCDocument\Document\External References + + + FCDocument\Document\External References + + + FCDocument\Physics + + + FCDocument\Physics + + + FCDocument\Physics + + + FCDocument\Physics + + + FCDocument\Physics + + + FCDocument\Physics + + + FCDocument\Physics + + + FCDocument\Physics\Parameters + + + FCDocument\Scene Graph + + + FCDocument\Scene Graph + + + FCDocument\Scene Graph + + + FCDocument\Scene Graph + + + FCDocument\Scene Graph + + + FCDocument\Scene Graph + + + FCDocument\Object + + + FCDocument\Object + + + FCollada + + + FCollada + + + + + + FCDocument\Libraries\Emitters + + + \ No newline at end of file Index: src/FCollada/FColladaTest/FColladaTest.vcxproj =================================================================== --- /dev/null +++ src/FCollada/FColladaTest/FColladaTest.vcxproj @@ -0,0 +1,412 @@ + + + + + Debug Lib + Win32 + + + Debug Lib + x64 + + + Debug + Win32 + + + Debug + x64 + + + Release Lib + Win32 + + + Release Lib + x64 + + + Release + Win32 + + + Release + x64 + + + + {93F9B125-C28F-47E3-B087-F14B0E191B8E} + FColladaTest + Win32Proj + + + + StaticLibrary + v141 + Unicode + + + StaticLibrary + v141 + Unicode + + + Application + v141 + Unicode + + + Application + v141 + Unicode + + + StaticLibrary + v141 + Unicode + + + StaticLibrary + v141 + Unicode + + + Application + v141 + Unicode + + + Application + v141 + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>15.0.28127.55 + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + true + true + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + true + true + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + false + + + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + false + + + $(ProjectDir)../Output/$(Configuration)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration)/$(ProjectName)/Intermediate\ + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + $(ProjectDir)../Output/$(Configuration)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration)/$(ProjectName)/Intermediate\ + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + + + + Disabled + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;MEMORY_DEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Use + Level4 + true + EditAndContinue + + + $(ProjectDir)../Output/$(Configuration) Unicode DLL $(Platform)/$(ProjectName).exe + true + $(OutDir)FColladaTest.pdb + Console + MachineX86 + + + if not exist "$(TargetDir)Samples" mkdir "$(TargetDir)Samples" +xcopy /D /E /C /Q /Y "$(ProjectDir)Samples" "$(TargetDir)Samples" + + + + + + + + + X64 + + + Disabled + $(ProjectDir)../LibXML/include;$(ProjectDir)..;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;MEMORY_DEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Use + Level4 + true + ProgramDatabase + + + $(ProjectDir)../Output/$(Configuration) Unicode DLL $(Platform)/$(ProjectName).exe + true + $(OutDir)FColladaTest.pdb + Console + MachineX64 + + + if not exist "$(TargetDir)Samples" mkdir "$(TargetDir)Samples" +xcopy /D /E /C /Q /Y "$(ProjectDir)Samples" "$(TargetDir)Samples" + + + + + + Full + OnlyExplicitInline + Speed + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreaded + false + Use + Level4 + true + ProgramDatabase + + + $(ProjectDir)../Output/$(Configuration) Unicode DLL $(Platform)/$(ProjectName).exe + true + Console + true + true + MachineX86 + + + if not exist "$(TargetDir)Samples" mkdir "$(TargetDir)Samples" +xcopy /D /E /C /Q /Y "$(ProjectDir)Samples" "$(TargetDir)Samples" + + + + + + X64 + + + Full + OnlyExplicitInline + Speed + $(ProjectDir)../LibXML/include;$(ProjectDir)..;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreaded + false + Use + Level4 + true + ProgramDatabase + + + $(ProjectDir)../Output/$(Configuration) Unicode DLL $(Platform)/$(ProjectName).exe + true + Console + true + true + MachineX64 + + + if not exist "$(TargetDir)Samples" mkdir "$(TargetDir)Samples" +xcopy /D /E /C /Q /Y "$(ProjectDir)Samples" "$(TargetDir)Samples" + + + + + + Disabled + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;MEMORY_DEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Use + Level4 + true + EditAndContinue + + + if not exist "$(TargetDir)Samples" mkdir "$(TargetDir)Samples" +xcopy /D /E /C /Q /Y "$(ProjectDir)Samples" "$(TargetDir)Samples" + + + + + + X64 + + + Disabled + $(ProjectDir)../LibXML/include;$(ProjectDir)..;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;MEMORY_DEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Use + Level4 + true + ProgramDatabase + + + if not exist "$(TargetDir)Samples" mkdir "$(TargetDir)Samples" +xcopy /D /E /C /Q /Y "$(ProjectDir)Samples" "$(TargetDir)Samples" + + + + + + Full + OnlyExplicitInline + Speed + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreaded + false + Use + Level4 + true + ProgramDatabase + + + if not exist "$(TargetDir)Samples" mkdir "$(TargetDir)Samples" +xcopy /D /E /C /Q /Y "$(ProjectDir)Samples" "$(TargetDir)Samples" + + + + + + X64 + + + Full + OnlyExplicitInline + Speed + $(ProjectDir)../LibXML/include;$(ProjectDir)..;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreaded + false + Use + Level4 + true + ProgramDatabase + + + if not exist "$(TargetDir)Samples" mkdir "$(TargetDir)Samples" +xcopy /D /E /C /Q /Y "$(ProjectDir)Samples" "$(TargetDir)Samples" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + {ff956bb3-f377-43a8-ab31-633299bdf6c6} + false + + + + + + \ No newline at end of file Index: src/FCollada/FColladaTest/FColladaTest.vcxproj.filters =================================================================== --- /dev/null +++ src/FCollada/FColladaTest/FColladaTest.vcxproj.filters @@ -0,0 +1,78 @@ + + + + + {fedfbee3-e5c8-423b-91a7-f0ee7421c4a1} + + + {7706135c-de28-412f-a784-8832083523b4} + + + {ebec17f3-cb01-4395-9e2a-6423df3b91da} + + + + + ExportImport + + + ExportImport + + + ExportImport + + + ExportImport + + + ExportImport + + + ExportImport + + + ExportImport + + + ExportImport + + + ExportImport + + + ExportImport + + + External References + + + External References + + + External References + + + External References + + + Asset Management + + + Asset Management + + + + + + + + + + + + + ExportImport + + + + \ No newline at end of file Index: src/FColladaPlugins/FArchiveXML/FArchiveXML.vcxproj =================================================================== --- /dev/null +++ src/FColladaPlugins/FArchiveXML/FArchiveXML.vcxproj @@ -0,0 +1,1021 @@ + + + + + Debug DLL + Win32 + + + Debug DLL + x64 + + + Debug Unicode DLL + Win32 + + + Debug Unicode DLL + x64 + + + Debug Unicode + Win32 + + + Debug Unicode + x64 + + + Debug + Win32 + + + Debug + x64 + + + Release DLL + Win32 + + + Release DLL + x64 + + + Release Unicode DLL + Win32 + + + Release Unicode DLL + x64 + + + Release Unicode + Win32 + + + Release Unicode + x64 + + + Release + Win32 + + + Release + x64 + + + Retail DLL + Win32 + + + Retail DLL + x64 + + + Retail Unicode DLL + Win32 + + + Retail Unicode DLL + x64 + + + Retail Unicode + Win32 + + + Retail Unicode + x64 + + + Retail + Win32 + + + Retail + x64 + + + + {5A441CC6-F281-4A83-8BC4-323D4148C7C0} + FCPArchive + + + + StaticLibrary + v141 + Unicode + true + + + StaticLibrary + v141 + Unicode + true + + + StaticLibrary + v141 + Unicode + true + + + StaticLibrary + v141 + Unicode + true + + + StaticLibrary + v141 + Unicode + + + StaticLibrary + v141 + Unicode + + + StaticLibrary + v141 + NotSet + false + + + StaticLibrary + v141 + NotSet + false + + + StaticLibrary + v141 + NotSet + false + + + StaticLibrary + v141 + NotSet + false + + + StaticLibrary + v141 + NotSet + false + + + StaticLibrary + v141 + NotSet + false + + + StaticLibrary + v141 + Unicode + true + + + StaticLibrary + v141 + Unicode + true + + + StaticLibrary + v141 + Unicode + true + + + StaticLibrary + v141 + Unicode + true + + + StaticLibrary + v141 + Unicode + + + StaticLibrary + v141 + Unicode + + + StaticLibrary + v141 + NotSet + false + + + StaticLibrary + v141 + NotSet + false + + + StaticLibrary + v141 + NotSet + false + + + StaticLibrary + v141 + NotSet + false + + + StaticLibrary + v141 + NotSet + false + + + StaticLibrary + v141 + NotSet + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>15.0.28127.55 + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)\ + $(ProjectDir)../Output/$(Configuration) $(Platform)/$(ProjectName)/Intermediate\ + + + + Disabled + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + Level4 + true + EditAndContinue + + + /MACHINE:X86 %(AdditionalOptions) + + + + + + + + AnySuitable + true + Speed + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:X86 %(AdditionalOptions) + + + + + + + + AnySuitable + true + Speed + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:X86 %(AdditionalOptions) + + + + + + + + Disabled + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Use + Level4 + true + EditAndContinue + + + /MACHINE:X86 %(AdditionalOptions) + + + + + + + + AnySuitable + true + Speed + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;%(PreprocessorDefinitions) + MultiThreaded + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:X86 %(AdditionalOptions) + + + + + + + + AnySuitable + true + Speed + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;%(PreprocessorDefinitions) + MultiThreaded + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:X86 %(AdditionalOptions) + + + + + + + + Disabled + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Use + Level4 + true + EditAndContinue + + + /MACHINE:X86 %(AdditionalOptions) + + + + + + + + Disabled + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + Level4 + true + EditAndContinue + + + /MACHINE:X86 %(AdditionalOptions) + + + + + + + + AnySuitable + true + Speed + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;%(PreprocessorDefinitions) + MultiThreaded + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:X86 %(AdditionalOptions) + + + + + + + + AnySuitable + true + Speed + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:X86 %(AdditionalOptions) + + + + + + + + Disabled + AnySuitable + true + Speed + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;%(PreprocessorDefinitions) + MultiThreaded + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:X86 %(AdditionalOptions) + + + + + + + + AnySuitable + true + Speed + $(ProjectDir)..\..\..\..\..\win32\iconv\include;$(ProjectDir)..\..\..\..\..\win32\libxml2\include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:X86 %(AdditionalOptions) + + + + + + + + X64 + + + Disabled + $(ProjectDir)..\..\FCollada\LibXML/include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + + + + + + + + X64 + + + AnySuitable + true + Speed + $(ProjectDir)..\..\FCollada\LibXML/include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + + + + + + + + X64 + + + AnySuitable + true + Speed + $(ProjectDir)..\..\FCollada\LibXML/include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + + + + + + + + X64 + + + Disabled + $(ProjectDir)..\..\FCollada\LibXML/include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Use + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + + + + + + + + X64 + + + AnySuitable + true + Speed + $(ProjectDir)..\..\FCollada\LibXML/include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;%(PreprocessorDefinitions) + MultiThreaded + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + + + + + + + + X64 + + + AnySuitable + true + Speed + $(ProjectDir)..\..\FCollada\LibXML/include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;%(PreprocessorDefinitions) + MultiThreaded + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + + + + + + + + X64 + + + Disabled + $(ProjectDir)..\..\FCollada\LibXML/include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Use + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + + + + + + + + X64 + + + Disabled + $(ProjectDir)..\..\FCollada\LibXML/include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + + + + + + + + X64 + + + AnySuitable + true + Speed + $(ProjectDir)..\..\FCollada\LibXML/include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;%(PreprocessorDefinitions) + MultiThreaded + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + + + + + + + + X64 + + + AnySuitable + true + Speed + $(ProjectDir)..\..\FCollada\LibXML/include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + + + + + + + + X64 + + + Disabled + AnySuitable + true + Speed + $(ProjectDir)..\..\FCollada\LibXML/include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;%(PreprocessorDefinitions) + MultiThreaded + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + + + + + + + + X64 + + + AnySuitable + true + Speed + $(ProjectDir)..\..\FCollada\LibXML/include;$(ProjectDir)..\..\FCollada;$(ProjectDir)..\..\..\External;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;RETAIL;FCOLLADA_DLL;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + $(OutDir)FArchiveXML.pdb + Level4 + true + ProgramDatabase + + + /MACHINE:x64 %(AdditionalOptions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + \ No newline at end of file Index: src/FColladaPlugins/FArchiveXML/FArchiveXML.vcxproj.filters =================================================================== --- /dev/null +++ src/FColladaPlugins/FArchiveXML/FArchiveXML.vcxproj.filters @@ -0,0 +1,112 @@ + + + + + {f3b7073a-4a7d-4ff7-9c27-1716427e9bdf} + + + {a3dbfe29-056e-457b-8e0b-b7f39f63ca7d} + + + {d2f042de-c38a-4e5d-a367-2fa1f4b4de9b} + + + + + Importer + + + Importer + + + Importer + + + Importer + + + Importer + + + Importer + + + Importer + + + Importer + + + Importer + + + Importer + + + Importer + + + Importer + + + Importer + + + Exporter + + + Exporter + + + Exporter + + + Exporter + + + Exporter + + + Exporter + + + Exporter + + + Exporter + + + Exporter + + + Exporter + + + Exporter + + + Exporter + + + Helpers + + + Helpers + + + + + + + Helpers + + + Helpers + + + Helpers + + + + + \ No newline at end of file