From 3184b1da8e6112da39b8bc56c34a9d50bccdad6b Mon Sep 17 00:00:00 2001 From: Michal Buzik Date: Wed, 30 Oct 2024 15:14:36 +0100 Subject: [PATCH] LANG_PL enabled --- Common/Common.csproj | 4 ++-- Results/Results.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Common/Common.csproj b/Common/Common.csproj index cc78428c2..6d7c93884 100644 --- a/Common/Common.csproj +++ b/Common/Common.csproj @@ -17,7 +17,7 @@ full false bin\Debug\ - TRACE;DEBUG + TRACE;DEBUG;LANG_PL prompt 4 @@ -25,7 +25,7 @@ pdbonly true bin\Release\ - TRACE + TRACE;LANG_PL prompt 4 diff --git a/Results/Results.csproj b/Results/Results.csproj index 3baa75d44..64e5d76aa 100644 --- a/Results/Results.csproj +++ b/Results/Results.csproj @@ -19,7 +19,7 @@ full false bin\Debug\ - TRACE;DEBUG + TRACE;DEBUG;LANG_PL prompt 4 AnyCPU @@ -29,7 +29,7 @@ pdbonly true bin\Release\ - TRACE + TRACE;LANG_PL prompt 4 false