2024-04-11 13:47:20 +02:00
|
|
|
<Project Sdk="">
|
2023-04-26 15:27:54 +02:00
|
|
|
<PropertyGroup>
|
2021-04-20 11:36:21 +02:00
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
|
|
|
<RootNamespace>Revit.SDK.Samples.BRepBuilderExample.CS</RootNamespace>
|
2024-04-11 13:47:20 +02:00
|
|
|
<UseWPF>true</UseWPF>
|
2021-04-20 11:36:21 +02:00
|
|
|
</PropertyGroup>
|
2024-04-11 13:47:20 +02:00
|
|
|
<Import Project="$(SolutionDir)VSProps\SDKSamples.Sdk.props" />
|
2021-04-20 11:36:21 +02:00
|
|
|
<ItemGroup>
|
2024-04-11 13:47:20 +02:00
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
2021-04-20 11:36:21 +02:00
|
|
|
</ItemGroup>
|
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>
|
2024-04-11 13:47:20 +02:00
|
|
|
</Project>
|