Files
Hoops_Exchange/HOOPSExchangePublishSample.props
2025-12-15 23:22:33 +08:00

33 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup>
<OutDir>$(ProjectDir)\$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(ProjectDir)\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>$(SolutionDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>UNICODE;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<!-- 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>
<PreprocessorDefinitions>SAMPLES_PUBLISH_HTML_DIRECTORY=R"(..\..\..\..\..\publish\publishhtml)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>SAMPLES_ADOBE_RESOURCE_DIRECTORY=R"(..\resource)";%(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|x64'">
<ClCompile>
<PreprocessorDefinitions>HOOPS_BINARY_DIRECTORY=R"(..\..\..\..\..\..\bin\win64_v142)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
</Project>