Skip to content

Commit

Permalink
Change to x64 and MSFS SimConnect
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenquyhy committed Aug 12, 2020
1 parent c1ed107 commit ec4eea4
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 23 deletions.
29 changes: 17 additions & 12 deletions FlightStreamDeck.AddOn/FlightStreamDeck.AddOn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>

Expand All @@ -13,18 +13,23 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Hardcodet.NotifyIcon.Wpf.NetCore" Version="1.0.10" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="3.1.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.2" />
<PackageReference Include="Hardcodet.NotifyIcon.Wpf.NetCore" Version="1.0.13" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="3.4.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="3.4.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.7" />
<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="3.0.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="3.1.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="1.0.1" />
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
<PackageReference Include="StreamDeckLib.Config" Version="0.4.480" />
<PackageReference Include="System.IO" Version="4.3.0" />
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
<PackageReference Include="System.Runtime.Handles" Version="4.3.0" />
<PackageReference Include="System.Text.Encoding" Version="4.3.0" />
<PackageReference Include="System.Threading.Tasks" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
Expand All @@ -40,9 +45,6 @@
<None Update="deploy.bat">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="FlightStreamDeck.AddOn.exe.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Images\actionIcon%402x.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down Expand Up @@ -154,6 +156,9 @@
<None Update="PropertyInspector\sdpi.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="SimConnect.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions FlightStreamDeck.AddOn/FlightStreamDeck.AddOn.exe.config

This file was deleted.

Binary file added FlightStreamDeck.AddOn/SimConnect.dll
Binary file not shown.
11 changes: 7 additions & 4 deletions FlightStreamDeck.LogicsTests/FlightStreamDeck.LogicsTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />
<PackageReference Include="coverlet.collector" Version="1.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Include="coverlet.collector" Version="1.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file modified Microsoft.FlightSimulator.SimConnect.dll
Binary file not shown.
Binary file added SimConnect.dll
Binary file not shown.

0 comments on commit ec4eea4

Please sign in to comment.