|
5 | 5 | <Configuration>Debug</Configuration>
|
6 | 6 | <Platform>x64</Platform>
|
7 | 7 | </ProjectConfiguration>
|
| 8 | + <ProjectConfiguration Include="ReleaseLowSettings|x64"> |
| 9 | + <Configuration>ReleaseLowSettings</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
8 | 12 | <ProjectConfiguration Include="Release|x64">
|
9 | 13 | <Configuration>Release</Configuration>
|
10 | 14 | <Platform>x64</Platform>
|
|
31 | 35 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
32 | 36 | <CharacterSet>Unicode</CharacterSet>
|
33 | 37 | </PropertyGroup>
|
| 38 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLowSettings|x64'" Label="Configuration"> |
| 39 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 40 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 41 | + <PlatformToolset>v143</PlatformToolset> |
| 42 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 43 | + <CharacterSet>Unicode</CharacterSet> |
| 44 | + </PropertyGroup> |
34 | 45 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
35 | 46 | <ImportGroup Label="ExtensionSettings">
|
36 | 47 | </ImportGroup>
|
|
42 | 53 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
43 | 54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
44 | 55 | </ImportGroup>
|
| 56 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLowSettings|x64'" Label="PropertySheets"> |
| 57 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 58 | + </ImportGroup> |
45 | 59 | <PropertyGroup Label="UserMacros" />
|
46 | 60 | <PropertyGroup>
|
47 | 61 | <TargetName>d3d11</TargetName>
|
|
79 | 93 | <OptimizeReferences>true</OptimizeReferences>
|
80 | 94 | </Link>
|
81 | 95 | </ItemDefinitionGroup>
|
| 96 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseLowSettings|x64'"> |
| 97 | + <ClCompile> |
| 98 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 99 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 100 | + <SDLCheck>true</SDLCheck> |
| 101 | + <PreprocessorDefinitions>NDEBUG;RELEASELOW;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 102 | + <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| 103 | + </ClCompile> |
| 104 | + <Link> |
| 105 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 106 | + <OptimizeReferences>true</OptimizeReferences> |
| 107 | + </Link> |
| 108 | + </ItemDefinitionGroup> |
82 | 109 | <ItemGroup>
|
83 | 110 | <ClInclude Include="impl.h" />
|
84 | 111 | <ClInclude Include="log.h" />
|
|
0 commit comments