|
9 | 9 | <Configuration>Release</Configuration> |
10 | 10 | <Platform>Win32</Platform> |
11 | 11 | </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Mixed|Win32"> |
| 13 | + <Configuration>Mixed</Configuration> |
| 14 | + <Platform>Win32</Platform> |
| 15 | + </ProjectConfiguration> |
12 | 16 | <ProjectConfiguration Include="Debug|x64"> |
13 | 17 | <Configuration>Debug</Configuration> |
14 | 18 | <Platform>x64</Platform> |
|
17 | 21 | <Configuration>Release</Configuration> |
18 | 22 | <Platform>x64</Platform> |
19 | 23 | </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="Mixed|x64"> |
| 25 | + <Configuration>Mixed</Configuration> |
| 26 | + <Platform>x64</Platform> |
| 27 | + </ProjectConfiguration> |
20 | 28 | </ItemGroup> |
21 | 29 | <PropertyGroup Label="Globals"> |
22 | 30 | <VCProjectVersion>17.0</VCProjectVersion> |
|
52 | 60 | <WholeProgramOptimization>true</WholeProgramOptimization> |
53 | 61 | <CharacterSet>Unicode</CharacterSet> |
54 | 62 | </PropertyGroup> |
| 63 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration"> |
| 64 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 65 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 66 | + <PlatformToolset>v143</PlatformToolset> |
| 67 | + <CharacterSet>Unicode</CharacterSet> |
| 68 | + </PropertyGroup> |
| 69 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'" Label="Configuration"> |
| 70 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 71 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 72 | + <PlatformToolset>v143</PlatformToolset> |
| 73 | + <CharacterSet>Unicode</CharacterSet> |
| 74 | + </PropertyGroup> |
55 | 75 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
56 | 76 | <ImportGroup Label="ExtensionSettings"> |
57 | 77 | </ImportGroup> |
|
69 | 89 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
70 | 90 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
71 | 91 | </ImportGroup> |
| 92 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
| 93 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 94 | + </ImportGroup> |
| 95 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
| 96 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 97 | + </ImportGroup> |
72 | 98 | <PropertyGroup Label="UserMacros" /> |
73 | 99 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
74 | 100 | <OutDir>$(SolutionDir)intermediate\$(Configuration)\$(Platform)\$(ProjectName)\</OutDir> |
|
86 | 112 | <OutDir>$(SolutionDir)intermediate\$(Configuration)\$(Platform)\$(ProjectName)\</OutDir> |
87 | 113 | <IntDir>$(SolutionDir)intermediate\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> |
88 | 114 | </PropertyGroup> |
| 115 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
| 116 | + <OutDir>$(SolutionDir)intermediate\$(Configuration)\$(Platform)\$(ProjectName)\</OutDir> |
| 117 | + <IntDir>$(SolutionDir)intermediate\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> |
| 118 | + </PropertyGroup> |
| 119 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
| 120 | + <OutDir>$(SolutionDir)intermediate\$(Configuration)\$(Platform)\$(ProjectName)\</OutDir> |
| 121 | + <IntDir>$(SolutionDir)intermediate\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> |
| 122 | + </PropertyGroup> |
89 | 123 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
90 | 124 | <ClCompile> |
91 | 125 | <WarningLevel>Level3</WarningLevel> |
|
154 | 188 | <GenerateDebugInformation>true</GenerateDebugInformation> |
155 | 189 | </Link> |
156 | 190 | </ItemDefinitionGroup> |
| 191 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'"> |
| 192 | + <ClCompile> |
| 193 | + <WarningLevel>Level3</WarningLevel> |
| 194 | + <SDLCheck>true</SDLCheck> |
| 195 | + <PreprocessorDefinitions>WIN32;MIXED;DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 196 | + <ConformanceMode>true</ConformanceMode> |
| 197 | + <AdditionalIncludeDirectories>ozz-animation\include;ozz-animation\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 198 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 199 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 200 | + <Optimization>Disabled</Optimization> |
| 201 | + </ClCompile> |
| 202 | + <Link> |
| 203 | + <SubSystem>Windows</SubSystem> |
| 204 | + <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation> |
| 205 | + </Link> |
| 206 | + </ItemDefinitionGroup> |
| 207 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'"> |
| 208 | + <ClCompile> |
| 209 | + <WarningLevel>Level3</WarningLevel> |
| 210 | + <SDLCheck>true</SDLCheck> |
| 211 | + <PreprocessorDefinitions>MIXED;DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 212 | + <ConformanceMode>true</ConformanceMode> |
| 213 | + <AdditionalIncludeDirectories>ozz-animation\include;ozz-animation\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 214 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 215 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 216 | + <Optimization>Disabled</Optimization> |
| 217 | + </ClCompile> |
| 218 | + <Link> |
| 219 | + <SubSystem>Windows</SubSystem> |
| 220 | + <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation> |
| 221 | + </Link> |
| 222 | + </ItemDefinitionGroup> |
157 | 223 | <ItemGroup> |
158 | 224 | <ClCompile Include="ozz-animation\src\animation\offline\additive_animation_builder.cc" /> |
159 | 225 | <ClCompile Include="ozz-animation\src\animation\offline\animation_builder.cc" /> |
|
0 commit comments