diff options
author | RadAd <adamgates84+github@gmail.com> | 2019-07-12 13:57:00 +1000 |
---|---|---|
committer | RadAd <adamgates84+github@gmail.com> | 2019-07-12 13:57:00 +1000 |
commit | ff198de91521e9c048670a18ec3df717b9dc7495 (patch) | |
tree | 8dd4d5182a71f662f6003b5b003fe2a64c87665f /RadTerminal.vcxproj | |
parent | f4020b76b769434920632947d4536b77b8b31a43 (diff) | |
download | RadTerminal-ff198de91521e9c048670a18ec3df717b9dc7495.tar.gz RadTerminal-ff198de91521e9c048670a18ec3df717b9dc7495.zip |
Added an icon
Diffstat (limited to 'RadTerminal.vcxproj')
-rw-r--r-- | RadTerminal.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RadTerminal.vcxproj b/RadTerminal.vcxproj index f517f98..9b27af0 100644 --- a/RadTerminal.vcxproj +++ b/RadTerminal.vcxproj @@ -111,6 +111,9 @@ <ItemGroup> <ResourceCompile Include="RadTerminal.rc" /> </ItemGroup> + <ItemGroup> + <Image Include="RadTerminal.ico" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> |