Skip to content

Commit

Permalink
prorlem with size modiule
Browse files Browse the repository at this point in the history
  • Loading branch information
mgth committed Dec 28, 2017
1 parent d670e57 commit 65dc729
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ProjectGuid>{BFE44D5E-B0E7-4185-BB9D-49D83FBA5539}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LittleBigMouse.LocationPlugin</RootNamespace>
<AssemblyName>LittleBigMouse.LocationPlugin</AssemblyName>
<RootNamespace>LittleBigMouse.Plugin.Location</RootNamespace>
<AssemblyName>LittleBigMouse.Plugin.Location</AssemblyName>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public double Height
}


[TriggedOn(nameof(Model), "PhysicalRotated", "FinalWidth")]
[TriggedOn(nameof(Model), "PhysicalRotated", "Width")]
public double Width
{
get => Model.PhysicalRotated.Width;
Expand Down
4 changes: 1 addition & 3 deletions LittleBigMouse/Plugin/Vcp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,4 @@ You should have received a copy of the GNU General Public License
//
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
// en utilisant '*', comme indiqué ci-dessous :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.*")]

0 comments on commit 65dc729

Please sign in to comment.