diff options
| author | lempamo <[email protected]> | 2017-07-19 21:32:16 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-19 21:32:16 -0400 |
| commit | 608bf336dbb035c4e78ab448f8a4c96ec80146ce (patch) | |
| tree | 7eb14a8c6add9a6fd46d55d52f0bb676ff23159e /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 67db4eebef37d24cee4057ac6f381ce9eb3854fe (diff) | |
| download | histacom2-608bf336dbb035c4e78ab448f8a4c96ec80146ce.tar.gz histacom2-608bf336dbb035c4e78ab448f8a4c96ec80146ce.tar.bz2 histacom2-608bf336dbb035c4e78ab448f8a4c96ec80146ce.zip | |
fix exe to credit all of us
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index d1e8db5..9e02828 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -91,8 +91,7 @@ <SignManifests>false</SignManifests> </PropertyGroup> <PropertyGroup> - <ApplicationIcon> - </ApplicationIcon> + <ApplicationIcon>Icon128x.ico</ApplicationIcon> </PropertyGroup> <PropertyGroup> <SignAssembly>false</SignAssembly> @@ -455,6 +454,7 @@ </BootstrapperPackage> </ItemGroup> <ItemGroup> + <Content Include="Icon128x.ico" /> <Content Include="Resources\12padams_EULA.txt" /> <None Include="Resources\DCTheme_BG.JPG" /> <Content Include="Resources\Icon128x.ico" /> |
