|
163 | 163 | <ClCompile>
|
164 | 164 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
165 | 165 | <WarningLevel>Level4</WarningLevel>
|
166 |
| - <TreatWarningAsError>true</TreatWarningAsError> |
167 | 166 | <PreprocessorDefinitions>_DEBUG;SLANG_RT_DYNAMIC;SLANG_RT_DYNAMIC_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
168 | 167 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
169 | 168 | <Optimization>Disabled</Optimization>
|
|
173 | 172 | <SubSystem>Windows</SubSystem>
|
174 | 173 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
175 | 174 | <ImportLibrary>..\..\..\bin\windows-x86\debug\slang-rt.lib</ImportLibrary>
|
176 |
| - <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors> |
177 | 175 | </Link>
|
178 | 176 | </ItemDefinitionGroup>
|
179 | 177 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
180 | 178 | <ClCompile>
|
181 | 179 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
182 | 180 | <WarningLevel>Level4</WarningLevel>
|
183 |
| - <TreatWarningAsError>true</TreatWarningAsError> |
184 | 181 | <PreprocessorDefinitions>_DEBUG;SLANG_RT_DYNAMIC;SLANG_RT_DYNAMIC_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
185 | 182 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
186 | 183 | <Optimization>Disabled</Optimization>
|
|
190 | 187 | <SubSystem>Windows</SubSystem>
|
191 | 188 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
192 | 189 | <ImportLibrary>..\..\..\bin\windows-x64\debug\slang-rt.lib</ImportLibrary>
|
193 |
| - <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors> |
194 | 190 | </Link>
|
195 | 191 | </ItemDefinitionGroup>
|
196 | 192 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug aarch64|ARM'">
|
197 | 193 | <ClCompile>
|
198 | 194 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
199 | 195 | <WarningLevel>Level4</WarningLevel>
|
200 |
| - <TreatWarningAsError>true</TreatWarningAsError> |
201 | 196 | <PreprocessorDefinitions>_DEBUG;SLANG_RT_DYNAMIC;SLANG_RT_DYNAMIC_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
202 | 197 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
203 | 198 | <Optimization>Disabled</Optimization>
|
|
207 | 202 | <SubSystem>Windows</SubSystem>
|
208 | 203 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
209 | 204 | <ImportLibrary>..\..\..\bin\windows-aarch64\debug\slang-rt.lib</ImportLibrary>
|
210 |
| - <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors> |
211 | 205 | </Link>
|
212 | 206 | </ItemDefinitionGroup>
|
213 | 207 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
214 | 208 | <ClCompile>
|
215 | 209 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
216 | 210 | <WarningLevel>Level4</WarningLevel>
|
217 |
| - <TreatWarningAsError>true</TreatWarningAsError> |
218 | 211 | <PreprocessorDefinitions>NDEBUG;SLANG_RT_DYNAMIC;SLANG_RT_DYNAMIC_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
219 | 212 | <Optimization>Full</Optimization>
|
220 | 213 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
228 | 221 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
229 | 222 | <OptimizeReferences>true</OptimizeReferences>
|
230 | 223 | <ImportLibrary>..\..\..\bin\windows-x86\release\slang-rt.lib</ImportLibrary>
|
231 |
| - <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors> |
232 | 224 | </Link>
|
233 | 225 | </ItemDefinitionGroup>
|
234 | 226 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
235 | 227 | <ClCompile>
|
236 | 228 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
237 | 229 | <WarningLevel>Level4</WarningLevel>
|
238 |
| - <TreatWarningAsError>true</TreatWarningAsError> |
239 | 230 | <PreprocessorDefinitions>NDEBUG;SLANG_RT_DYNAMIC;SLANG_RT_DYNAMIC_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
240 | 231 | <Optimization>Full</Optimization>
|
241 | 232 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
249 | 240 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
250 | 241 | <OptimizeReferences>true</OptimizeReferences>
|
251 | 242 | <ImportLibrary>..\..\..\bin\windows-x64\release\slang-rt.lib</ImportLibrary>
|
252 |
| - <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors> |
253 | 243 | </Link>
|
254 | 244 | </ItemDefinitionGroup>
|
255 | 245 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release aarch64|ARM'">
|
256 | 246 | <ClCompile>
|
257 | 247 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
258 | 248 | <WarningLevel>Level4</WarningLevel>
|
259 |
| - <TreatWarningAsError>true</TreatWarningAsError> |
260 | 249 | <PreprocessorDefinitions>NDEBUG;SLANG_RT_DYNAMIC;SLANG_RT_DYNAMIC_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
261 | 250 | <Optimization>Full</Optimization>
|
262 | 251 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
270 | 259 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
271 | 260 | <OptimizeReferences>true</OptimizeReferences>
|
272 | 261 | <ImportLibrary>..\..\..\bin\windows-aarch64\release\slang-rt.lib</ImportLibrary>
|
273 |
| - <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors> |
274 | 262 | </Link>
|
275 | 263 | </ItemDefinitionGroup>
|
276 | 264 | <ItemGroup>
|
|
0 commit comments