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 | |
| 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')
| -rw-r--r-- | TimeHACK.Main/Icon128x.ico | bin | 0 -> 99678 bytes | |||
| -rw-r--r-- | TimeHACK.Main/Properties/AssemblyInfo.cs | 8 | ||||
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/TimeHACK.Main/Icon128x.ico b/TimeHACK.Main/Icon128x.ico Binary files differnew file mode 100644 index 0000000..ceb4cff --- /dev/null +++ b/TimeHACK.Main/Icon128x.ico diff --git a/TimeHACK.Main/Properties/AssemblyInfo.cs b/TimeHACK.Main/Properties/AssemblyInfo.cs index 0340466..024f418 100644 --- a/TimeHACK.Main/Properties/AssemblyInfo.cs +++ b/TimeHACK.Main/Properties/AssemblyInfo.cs @@ -9,9 +9,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("TimeHACK")] [assembly: AssemblyDescription("Revival of the original hacking simulator!")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("AShifter")] +[assembly: AssemblyCompany("TimeHACKDevs")] [assembly: AssemblyProduct("TimeHACK")] -[assembly: AssemblyCopyright("Copyright © AShifter 2017")] +[assembly: AssemblyCopyright("Copyright © TimeHACKDevs 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -33,7 +33,7 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.3.0")] +[assembly: AssemblyFileVersion("1.0.3.0")] [assembly: NeutralResourcesLanguage("en-US")] 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" /> |
