Added love.ico to msvc2010 project.

This commit is contained in:
rude
2011-01-09 16:12:02 +01:00
parent 938f395a51
commit 645433b19a
4 changed files with 14 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
LANGUAGE 7, 3
1 ICON "love.ico"
Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

+6
View File
@@ -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>
+6
View File
@@ -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>