|
33 | 33 | <Configuration>Release</Configuration>
|
34 | 34 | <Platform>x64</Platform>
|
35 | 35 | </ProjectConfiguration>
|
| 36 | + <ProjectConfiguration Include="Sanitize|Win32"> |
| 37 | + <Configuration>Sanitize</Configuration> |
| 38 | + <Platform>Win32</Platform> |
| 39 | + </ProjectConfiguration> |
| 40 | + <ProjectConfiguration Include="Sanitize|x64"> |
| 41 | + <Configuration>Sanitize</Configuration> |
| 42 | + <Platform>x64</Platform> |
| 43 | + </ProjectConfiguration> |
36 | 44 | </ItemGroup>
|
37 | 45 | <PropertyGroup Label="Globals">
|
38 | 46 | <ProjectName>DarkModTools</ProjectName>
|
|
60 | 68 | <CharacterSet>MultiByte</CharacterSet>
|
61 | 69 | <PlatformToolset>v143</PlatformToolset>
|
62 | 70 | </PropertyGroup>
|
| 71 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Sanitize|Win32'" Label="Configuration"> |
| 72 | + <ConfigurationType>Application</ConfigurationType> |
| 73 | + <UseOfMfc>Static</UseOfMfc> |
| 74 | + <CharacterSet>MultiByte</CharacterSet> |
| 75 | + <PlatformToolset>v143</PlatformToolset> |
| 76 | + </PropertyGroup> |
63 | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Editable|x64'" Label="Configuration">
|
64 | 78 | <ConfigurationType>Application</ConfigurationType>
|
65 | 79 | <UseOfMfc>Static</UseOfMfc>
|
|
72 | 86 | <CharacterSet>MultiByte</CharacterSet>
|
73 | 87 | <PlatformToolset>v143</PlatformToolset>
|
74 | 88 | </PropertyGroup>
|
| 89 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Sanitize|x64'" Label="Configuration"> |
| 90 | + <ConfigurationType>Application</ConfigurationType> |
| 91 | + <UseOfMfc>Static</UseOfMfc> |
| 92 | + <CharacterSet>MultiByte</CharacterSet> |
| 93 | + <PlatformToolset>v143</PlatformToolset> |
| 94 | + </PropertyGroup> |
75 | 95 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
76 | 96 | <ConfigurationType>Application</ConfigurationType>
|
77 | 97 | <UseOfMfc>Static</UseOfMfc>
|
|
113 | 133 | <Import Project="$(SolutionDir)/sys/msvc/properties/_DoomDLL.props" />
|
114 | 134 | <Import Project="sys\msvc\properties\_DebugFast.props" />
|
115 | 135 | </ImportGroup>
|
| 136 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Sanitize|Win32'" Label="PropertySheets"> |
| 137 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 138 | + <Import Project="$(SolutionDir)/sys/msvc/properties/_Common.props" /> |
| 139 | + <Import Project="sys\msvc\properties\Common_x86.props" /> |
| 140 | + <Import Project="$(SolutionDir)/sys/msvc/properties/_DoomDLL.props" /> |
| 141 | + <Import Project="sys\msvc\properties\_DebugFast.props" /> |
| 142 | + <Import Project="sys\msvc\properties\AddressSanitizer.props" /> |
| 143 | + </ImportGroup> |
116 | 144 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Editable|x64'" Label="PropertySheets">
|
117 | 145 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
118 | 146 | <Import Project="$(SolutionDir)/sys/msvc/properties/_Common.props" />
|
|
127 | 155 | <Import Project="$(SolutionDir)/sys/msvc/properties/_DoomDLL.props" />
|
128 | 156 | <Import Project="sys\msvc\properties\_DebugFast.props" />
|
129 | 157 | </ImportGroup>
|
| 158 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Sanitize|x64'" Label="PropertySheets"> |
| 159 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 160 | + <Import Project="$(SolutionDir)/sys/msvc/properties/_Common.props" /> |
| 161 | + <Import Project="sys\msvc\properties\Common_x64.props" /> |
| 162 | + <Import Project="$(SolutionDir)/sys/msvc/properties/_DoomDLL.props" /> |
| 163 | + <Import Project="sys\msvc\properties\_DebugFast.props" /> |
| 164 | + <Import Project="sys\msvc\properties\AddressSanitizer.props" /> |
| 165 | + </ImportGroup> |
130 | 166 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
131 | 167 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
132 | 168 | <Import Project="$(SolutionDir)/sys/msvc/properties/_Common.props" />
|
|
160 | 196 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
161 | 197 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug Editable|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
162 | 198 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug Fast|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
| 199 | + <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Sanitize|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
163 | 200 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug Editable|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
164 | 201 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug Fast|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
| 202 | + <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Sanitize|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
165 | 203 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug Editable|Win32'" />
|
166 | 204 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug Fast|Win32'" />
|
| 205 | + <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Sanitize|Win32'" /> |
167 | 206 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug Editable|x64'" />
|
168 | 207 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug Fast|x64'" />
|
| 208 | + <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Sanitize|x64'" /> |
169 | 209 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug Editable|Win32'" />
|
170 | 210 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug Fast|Win32'" />
|
| 211 | + <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Sanitize|Win32'" /> |
171 | 212 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug Editable|x64'" />
|
172 | 213 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug Fast|x64'" />
|
| 214 | + <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Sanitize|x64'" /> |
173 | 215 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
174 | 216 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
175 | 217 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
0 commit comments