2024-04-11 13:47:20 +02:00
|
|
|
<Project Sdk="">
|
|
|
|
|
<Import Project="$(SolutionDir)VSProps\SDKSamples.Sdk.props" />
|
2021-04-20 11:36:21 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
2022-04-07 09:12:58 +02:00
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2021-04-20 11:36:21 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2022-04-07 09:12:58 +02:00
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2021-04-20 11:36:21 +02:00
|
|
|
</PropertyGroup>
|
2024-04-11 13:47:20 +02:00
|
|
|
<Import Project="$(SolutionDir)VSProps\SDKSamples.Sdk.targets" />
|
2021-04-20 11:36:21 +02:00
|
|
|
<PropertyGroup>
|
2023-04-26 14:47:47 +02:00
|
|
|
<PostBuildEvent>set FILEFORSAMPLEREG="$(SolutionDir)..\..\..\..\Regression\API\SDKSamples\UpdateSampleDllForRegression.py"
|
|
|
|
|
if exist %25FILEFORSAMPLEREG%25 py -3 %25FILEFORSAMPLEREG%25 "$(ProjectPath)" "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent>
|
2021-04-20 11:36:21 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|