Files

20 lines
1.1 KiB
XML
Raw Permalink Normal View History

2024-04-11 13:47:20 +02:00
<Project Sdk="">
2023-04-26 15:27:54 +02:00
<PropertyGroup>
<RootNamespace>Revit.SDK.Samples.CapitalizeAllTextNotes.CS</RootNamespace>
</PropertyGroup>
2024-04-11 13:47:20 +02:00
<Import Project="$(SolutionDir)VSProps\SDKSamples.Sdk.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DocumentationFile>bin\Debug\CapitalizeAllTextNotes.XML</DocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2022-04-07 09:12:58 +02:00
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2022-04-07 09:12:58 +02:00
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
2024-04-11 13:47:20 +02:00
<Import Project="$(SolutionDir)VSProps\SDKSamples.Sdk.targets" />
<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>
</PropertyGroup>
2024-04-11 13:47:20 +02:00
</Project>