Skip to content

Commit

Permalink
Changed release build target platform to x64 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sushiat committed Feb 2, 2022
1 parent 117b9cd commit 9a3786a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\OpenSky.Agent.SimConnectMSFS.xml</DocumentationFile>
<LangVersion>latest</LangVersion>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="CTrue.FsConnect, Version=1.3.3.0, Culture=neutral, processorArchitecture=AMD64">
Expand Down
1 change: 1 addition & 0 deletions OpenSky.Agent.Simulator/OpenSky.Agent.Simulator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\OpenSky.Agent.Simulator.xml</DocumentationFile>
<LangVersion>latest</LangVersion>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="JetBrains.Annotations, Version=2021.3.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
Expand Down

0 comments on commit 9a3786a

Please sign in to comment.