From a25629f995d9608f17b8506dce15fdc4a9293dea Mon Sep 17 00:00:00 2001 From: jbrouwerdigibase Date: Mon, 18 Dec 2023 10:42:48 +0100 Subject: [PATCH] Add x64 platform configurations --- ASRR.Core.csproj | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ASRR.Core.csproj b/ASRR.Core.csproj index b3574f4..9c14388 100644 --- a/ASRR.Core.csproj +++ b/ASRR.Core.csproj @@ -30,6 +30,24 @@ prompt 4 + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt +