Make Windows build use the new app icons

This commit is contained in:
2015-02-21 21:28:21 -05:00
parent 3a02a85e99
commit 2b8374269a
6 changed files with 18 additions and 18 deletions

View File

@@ -88,9 +88,6 @@
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<Image Include="..\..\..\Win32\scenedit\BLSCENED.ICO" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\scenedit\scen.actions.cpp" />
<ClCompile Include="..\..\scenedit\scen.btnmg.cpp" />
@@ -127,6 +124,9 @@
<ItemGroup>
<ResourceCompile Include="Scen Editor.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="..\..\..\rsrc\icons\win\BOE Editor.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>