mirror of
https://github.com/love2d/love.git
synced 2026-08-21 13:09:56 +02:00
Added love.ico to msvc2010 project.
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
LANGUAGE 7, 3
|
||||||
|
1 ICON "love.ico"
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@@ -305,6 +305,12 @@
|
|||||||
<ClInclude Include="..\..\src\modules\timer\sdl\Timer.h" />
|
<ClInclude Include="..\..\src\modules\timer\sdl\Timer.h" />
|
||||||
<ClInclude Include="..\..\src\modules\timer\sdl\wrap_Timer.h" />
|
<ClInclude Include="..\..\src\modules\timer\sdl\wrap_Timer.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ResourceCompile Include="app.rc" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="love.ico" />
|
||||||
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{AED6D87B-9F81-49D0-8C6B-1C9F64421ECC}</ProjectGuid>
|
<ProjectGuid>{AED6D87B-9F81-49D0-8C6B-1C9F64421ECC}</ProjectGuid>
|
||||||
<RootNamespace>love</RootNamespace>
|
<RootNamespace>love</RootNamespace>
|
||||||
|
|||||||
@@ -967,4 +967,10 @@
|
|||||||
<Filter>modules\graphics\opengl</Filter>
|
<Filter>modules\graphics\opengl</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ResourceCompile Include="app.rc" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="love.ico" />
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user