Skip to content

Commit

Permalink
Copy image to output
Browse files Browse the repository at this point in the history
Keys.png needed to be copied to the build path to display graphics.
  • Loading branch information
DDunda committed Oct 31, 2020
1 parent 3e5b30d commit 56cfabd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Synthboard.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,16 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
</Image>
<CopyFileToFolders Include="Keys.png">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
</CopyFileToFolders>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Synthboard.rc" />
Expand Down
3 changes: 3 additions & 0 deletions Synthboard.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,9 @@
<Image Include="icon2.ico">
<Filter>Resource Files</Filter>
</Image>
<Image Include="Keys.png">
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Synthboard.rc">
Expand Down

0 comments on commit 56cfabd

Please sign in to comment.