From 79a91d6b49a642f8a6cfed350f9b95547c64553f Mon Sep 17 00:00:00 2001 From: petroslikidis Date: Mon, 3 Apr 2023 19:48:22 +0200 Subject: [PATCH 1/5] XML transformation of SqlDb.config --- PxWeb/PxWeb.csproj | 7 +++++++ PxWeb/SqlDb.Release.config | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/PxWeb/PxWeb.csproj b/PxWeb/PxWeb.csproj index 7e2d4742f..c9dd0d0d3 100644 --- a/PxWeb/PxWeb.csproj +++ b/PxWeb/PxWeb.csproj @@ -40,6 +40,7 @@ + @@ -54,4 +55,10 @@ + + + + + + diff --git a/PxWeb/SqlDb.Release.config b/PxWeb/SqlDb.Release.config index deb8012a5..a42b684a9 100644 --- a/PxWeb/SqlDb.Release.config +++ b/PxWeb/SqlDb.Release.config @@ -1,7 +1,7 @@ - + - + #{DESCRIPTIONS}# From a36c21b128f0e3846d0427afa2a70f66646f9a27 Mon Sep 17 00:00:00 2001 From: petroslikidis Date: Tue, 4 Apr 2023 16:46:03 +0200 Subject: [PATCH 2/5] Changed to slowcheetah --- PxWeb/PxWeb.csproj | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/PxWeb/PxWeb.csproj b/PxWeb/PxWeb.csproj index c9dd0d0d3..6b53acf22 100644 --- a/PxWeb/PxWeb.csproj +++ b/PxWeb/PxWeb.csproj @@ -20,9 +20,14 @@ + + + true + SqlDb.config + @@ -30,6 +35,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + @@ -55,10 +64,10 @@ - - + + + true + + - - - From 384d58eb65d68cad358a506b167489632c1b2df2 Mon Sep 17 00:00:00 2001 From: petroslikidis Date: Tue, 4 Apr 2023 17:17:17 +0200 Subject: [PATCH 3/5] added app.config --- PxWeb/PxWeb.csproj | 149 +++++++++++++++++++++++---------------------- 1 file changed, 76 insertions(+), 73 deletions(-) diff --git a/PxWeb/PxWeb.csproj b/PxWeb/PxWeb.csproj index 6b53acf22..b79286673 100644 --- a/PxWeb/PxWeb.csproj +++ b/PxWeb/PxWeb.csproj @@ -1,73 +1,76 @@ - - - - net6.0 - enable - disabled - - - - - - - - - - - - - - - - - - - - - - true - SqlDb.config - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - - - - + + + + net6.0 + enable + disabled + + + + + + + + + + + + + + + + + + + + + + true + SqlDb.config + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + true + + + + From f0eb63de565545991c0ca88b638d00a80b6309f5 Mon Sep 17 00:00:00 2001 From: likp Date: Tue, 4 Apr 2023 20:16:16 +0200 Subject: [PATCH 4/5] fix for app.config --- PxWeb/PxWeb.csproj | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/PxWeb/PxWeb.csproj b/PxWeb/PxWeb.csproj index b79286673..6af73adba 100644 --- a/PxWeb/PxWeb.csproj +++ b/PxWeb/PxWeb.csproj @@ -65,12 +65,13 @@ - + true - - - true - + + + app.config + True + From c8cf512cd094540432b359b3215daf24eb994cbb Mon Sep 17 00:00:00 2001 From: likp Date: Tue, 4 Apr 2023 21:07:20 +0200 Subject: [PATCH 5/5] Create app.Release.config --- PxWeb/app.Release.config | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 PxWeb/app.Release.config diff --git a/PxWeb/app.Release.config b/PxWeb/app.Release.config new file mode 100644 index 000000000..ce8dc5fb0 --- /dev/null +++ b/PxWeb/app.Release.config @@ -0,0 +1,22 @@ + + + + + +
+ + + + + + + + + + + + + + + +