From 9a3786aa4fd906aad2005d3277f00ca23cc17584 Mon Sep 17 00:00:00 2001 From: "sushi.at" Date: Wed, 2 Feb 2022 10:30:59 +0000 Subject: [PATCH] Changed release build target platform to x64 as well --- OpenSky.Agent.SimConnectMSFS/OpenSky.Agent.SimConnectMSFS.csproj | 1 + OpenSky.Agent.Simulator/OpenSky.Agent.Simulator.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/OpenSky.Agent.SimConnectMSFS/OpenSky.Agent.SimConnectMSFS.csproj b/OpenSky.Agent.SimConnectMSFS/OpenSky.Agent.SimConnectMSFS.csproj index 21f1f87..0869344 100644 --- a/OpenSky.Agent.SimConnectMSFS/OpenSky.Agent.SimConnectMSFS.csproj +++ b/OpenSky.Agent.SimConnectMSFS/OpenSky.Agent.SimConnectMSFS.csproj @@ -37,6 +37,7 @@ 4 bin\Release\OpenSky.Agent.SimConnectMSFS.xml latest + x64 diff --git a/OpenSky.Agent.Simulator/OpenSky.Agent.Simulator.csproj b/OpenSky.Agent.Simulator/OpenSky.Agent.Simulator.csproj index bba5503..c3dc59c 100644 --- a/OpenSky.Agent.Simulator/OpenSky.Agent.Simulator.csproj +++ b/OpenSky.Agent.Simulator/OpenSky.Agent.Simulator.csproj @@ -37,6 +37,7 @@ 4 bin\Release\OpenSky.Agent.Simulator.xml latest + x64