Skip to content

Commit 56cfabd

Browse files
author
DDunda
committed
Copy image to output
Keys.png needed to be copied to the build path to display graphics.
1 parent 3e5b30d commit 56cfabd

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Synthboard.vcxproj

+10
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,16 @@
669669
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
670670
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
671671
</Image>
672+
<CopyFileToFolders Include="Keys.png">
673+
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
674+
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
675+
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild>
676+
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
677+
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
678+
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
679+
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
680+
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
681+
</CopyFileToFolders>
672682
</ItemGroup>
673683
<ItemGroup>
674684
<ResourceCompile Include="Synthboard.rc" />

Synthboard.vcxproj.filters

+3
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,9 @@
467467
<Image Include="icon2.ico">
468468
<Filter>Resource Files</Filter>
469469
</Image>
470+
<Image Include="Keys.png">
471+
<Filter>Resource Files</Filter>
472+
</Image>
470473
</ItemGroup>
471474
<ItemGroup>
472475
<ResourceCompile Include="Synthboard.rc">

0 commit comments

Comments
 (0)