Skip to content

Commit

Permalink
add app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryKimball committed Apr 29, 2018
1 parent dbea293 commit e21d364
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion FarCry2_trainer/FarCry2_trainer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>fc2_trainer.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -111,7 +114,9 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="Resources\gibbed.zip" />
<None Include="Resources\gibbed.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down Expand Up @@ -150,5 +155,8 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Resource Include="fc2_trainer.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit e21d364

Please sign in to comment.