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' ">
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
<DocumentationFile>bin\Debug\InCanvasControlAPI.XML</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
<DocumentationFile>bin\Release\InCanvasControlAPI.XML</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="issue.bmp">
|
2024-04-12 13:59:42 +02:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2021-04-20 11:36:21 +02:00
|
|
|
</Content>
|
|
|
|
|
<Content Include="selected.bmp">
|
2024-04-12 13:59:42 +02:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2021-04-20 11:36:21 +02:00
|
|
|
</Content>
|
|
|
|
|
</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-12 13:59:42 +02:00
|
|
|
</Project>
|