From e65124460153dcdf58df23ac60999030dee4774a Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Fri, 2 Apr 2021 23:37:44 +0200 Subject: [PATCH] PlatformTarget set to x86 in some projects to avoid warnings, enable debugging. --- EventViewer/EventViewer.csproj | 3 ++- ResetBatchNr/ResetBatchNr.csproj | 3 ++- SchematicDrawing/SchematicDrawing.csproj | 1 + ToFirstMonitor/ToFirstMonitor.csproj | 3 ++- ToSecondMonitor/ToSecondMonitor.csproj | 3 ++- Users/Users.csproj | 1 + 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/EventViewer/EventViewer.csproj b/EventViewer/EventViewer.csproj index dd4c0a1dd..34e3230ce 100644 --- a/EventViewer/EventViewer.csproj +++ b/EventViewer/EventViewer.csproj @@ -13,7 +13,7 @@ 512 - AnyCPU + x86 true full false @@ -21,6 +21,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU diff --git a/ResetBatchNr/ResetBatchNr.csproj b/ResetBatchNr/ResetBatchNr.csproj index bc9826334..33009a533 100644 --- a/ResetBatchNr/ResetBatchNr.csproj +++ b/ResetBatchNr/ResetBatchNr.csproj @@ -13,7 +13,7 @@ 512 - AnyCPU + x86 true full false @@ -21,6 +21,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU diff --git a/SchematicDrawing/SchematicDrawing.csproj b/SchematicDrawing/SchematicDrawing.csproj index 39aa3d48d..e10058b4c 100644 --- a/SchematicDrawing/SchematicDrawing.csproj +++ b/SchematicDrawing/SchematicDrawing.csproj @@ -20,6 +20,7 @@ DEBUG;TRACE prompt 4 + x86 pdbonly diff --git a/ToFirstMonitor/ToFirstMonitor.csproj b/ToFirstMonitor/ToFirstMonitor.csproj index 54bf653b5..d2bd5188d 100644 --- a/ToFirstMonitor/ToFirstMonitor.csproj +++ b/ToFirstMonitor/ToFirstMonitor.csproj @@ -14,7 +14,7 @@ - AnyCPU + x86 true full false @@ -22,6 +22,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU diff --git a/ToSecondMonitor/ToSecondMonitor.csproj b/ToSecondMonitor/ToSecondMonitor.csproj index 54b09c2b7..3b38d5a28 100644 --- a/ToSecondMonitor/ToSecondMonitor.csproj +++ b/ToSecondMonitor/ToSecondMonitor.csproj @@ -14,7 +14,7 @@ - AnyCPU + x86 true full false @@ -22,6 +22,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU diff --git a/Users/Users.csproj b/Users/Users.csproj index 1953542e4..d5eb9ed5d 100644 --- a/Users/Users.csproj +++ b/Users/Users.csproj @@ -23,6 +23,7 @@ prompt 4 false + x86 pdbonly