mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Tweaks
This commit is contained in:
parent
e0f779ef31
commit
bc65a25a16
@ -26,8 +26,8 @@ using System.Resources;
|
||||
[assembly: Guid("e4ceaf5e-ad01-4695-b179-31168eb74c48")]
|
||||
|
||||
// Version information
|
||||
[assembly: AssemblyVersion("2.5.0.322")]
|
||||
[assembly: AssemblyFileVersion("2.5.0.322")]
|
||||
[assembly: AssemblyVersion("2.5.0.323")]
|
||||
[assembly: AssemblyFileVersion("2.5.0.323")]
|
||||
[assembly: NeutralResourcesLanguageAttribute( "en" )]
|
||||
[assembly: CLSCompliant(true)]
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>DisplayMagician.ico</ApplicationIcon>
|
||||
<ApplicationIcon>Resources\DisplayMagician.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignAssembly>false</SignAssembly>
|
||||
|
@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
|
||||
[assembly: AssemblyVersion("2.3.1.0")]
|
||||
[assembly: AssemblyFileVersion("2.3.1.0")]
|
||||
[assembly: AssemblyVersion("2.4.2.0")]
|
||||
[assembly: AssemblyFileVersion("2.4.2.0")]
|
Loading…
Reference in New Issue
Block a user