This commit is contained in:
ninja
2025-12-15 23:22:33 +08:00
parent 019570564b
commit 8782765fbc
809 changed files with 118753 additions and 18289 deletions

View File

@@ -12,6 +12,7 @@
<!-- All relative paths are relative to output directory. -->
<!-- The only exception is SAMPLES_ADOBE_RESOURCE_DIRECTORY which is relative to A3DLIBS.dll folder, so should be ..\resource -->
<PreprocessorDefinitions>SAMPLES_DATA_DIRECTORY=R"(..\..\..\..\..\data)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>SAMPLES_DATA_HTML_DIRECTORY=R"(..\..\..\..\..\data\html)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>SAMPLES_DEFAULT_OUTPUT_PATH=R"(.\)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>SAMPLES_PUBLISH_GALLERY_DIRECTORY=R"(..\..\..\..\..\publish\publishgallery)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>SAMPLES_PUBLISH_QUICKSTARTS_DIRECTORY=R"(..\..\..\..\..\publish\publishquickstarts)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -19,21 +20,11 @@
<PreprocessorDefinitions>SAMPLES_ADOBE_RESOURCE_DIRECTORY=R"(..\resource)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PreprocessorDefinitions>HOOPS_BINARY_DIRECTORY=R"(..\..\..\..\..\..\bin\win32_v142)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PreprocessorDefinitions>HOOPS_BINARY_DIRECTORY=R"(..\..\..\..\..\..\bin\win64_v142)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PreprocessorDefinitions>HOOPS_BINARY_DIRECTORY=R"(..\..\..\..\..\..\bin\win32_v142)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PreprocessorDefinitions>HOOPS_BINARY_DIRECTORY=R"(..\..\..\..\..\..\bin\win64_v142)";%(PreprocessorDefinitions)</PreprocessorDefinitions>