set CopyToOutputDirectory to PreserveNewest in CloudAPISample DockableDialogs FreeFormElement GetSetDefaultTypes InCanvasControlAPI and SinePlotter

This commit is contained in:
Jeremy Tammik
2024-04-12 13:59:42 +02:00
parent 7ea57c58c5
commit 4d80439a6b
6 changed files with 15 additions and 15 deletions
@@ -10,10 +10,10 @@
</PropertyGroup>
<ItemGroup>
<Content Include="issue.bmp">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="selected.bmp">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(SolutionDir)VSProps\SDKSamples.Sdk.targets" />
@@ -21,4 +21,4 @@
<PostBuildEvent>set FILEFORSAMPLEREG="$(SolutionDir)..\..\..\..\Regression\API\SDKSamples\UpdateSampleDllForRegression.py"
if exist %25FILEFORSAMPLEREG%25 py -3 %25FILEFORSAMPLEREG%25 "$(ProjectPath)" "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent>
</PropertyGroup>
</Project>
</Project>