Added a 'W' application icon for the Windows version. Could be improved - I didn't spend much time on it, and I also didn't bother with making versions for large icon mode, but better than nothing.
This commit is contained in:
BIN
projects/mtg/Windows/Wagic.ico
Normal file
BIN
projects/mtg/Windows/Wagic.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
projects/mtg/Windows/mtg.rc
Normal file
BIN
projects/mtg/Windows/mtg.rc
Normal file
Binary file not shown.
BIN
projects/mtg/Windows/resource.h
Normal file
BIN
projects/mtg/Windows/resource.h
Normal file
Binary file not shown.
@@ -427,6 +427,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Makefile" />
|
||||
<None Include="Windows\Wagic.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="include\ActionElement.h" />
|
||||
@@ -539,6 +540,7 @@
|
||||
<ClInclude Include="include\WResourceManager.h" />
|
||||
<ClInclude Include="include\WResourceManagerImpl.h" />
|
||||
<ClInclude Include="include\WResource_Fwd.h" />
|
||||
<ClInclude Include="Windows\resource.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\JGE\JGE.vcxproj">
|
||||
@@ -546,6 +548,9 @@
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="Windows\mtg.rc" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
|
||||
@@ -642,9 +642,15 @@
|
||||
<ClInclude Include="include\AIHints.h">
|
||||
<Filter>inc</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Windows\resource.h">
|
||||
<Filter>res</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Makefile" />
|
||||
<None Include="Windows\Wagic.ico">
|
||||
<Filter>res</Filter>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="src">
|
||||
@@ -653,5 +659,13 @@
|
||||
<Filter Include="inc">
|
||||
<UniqueIdentifier>{92d0309c-53b0-48a4-8b4d-07af74f87f0c}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="res">
|
||||
<UniqueIdentifier>{9daff64e-41a3-4f32-bb42-a179bc5788fe}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="Windows\mtg.rc">
|
||||
<Filter>res</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user