From 0ea2c1dc54cab6ea77966aa046283d6e68016089 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 6 Jul 2020 13:02:50 +0200 Subject: [PATCH 1/2] fix client output path --- Client/Client.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Client/Client.csproj b/Client/Client.csproj index 5176c192..fe334e1c 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -51,7 +51,7 @@ true - ..\Step\bin\Client_Debug\x86\ + ..\Thermo.Active\bin\Client_Debug\x86\ DEBUG;TRACE full x86 @@ -61,7 +61,7 @@ true - ..\Step\bin\Client\x86\ + ..\Thermo.Active\bin\Client\x86\ TRACE true pdbonly @@ -75,7 +75,7 @@ true - ..\Step\bin\Client_Debug\x64\ + ..\Thermo.Active\bin\Client_Debug\x64\ DEBUG;TRACE full x64 @@ -84,7 +84,7 @@ true - ..\Step\bin\Client\x64\ + ..\Thermo.Active\bin\Client\x64\ TRACE true pdbonly From 38f3dc6d979d05f5581de0fd20069e74aa832b5a Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 6 Jul 2020 13:12:42 +0200 Subject: [PATCH 2/2] inizio bat x procedura compilazione e pack --- Thermo.Active/makeTestVersion.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Thermo.Active/makeTestVersion.bat diff --git a/Thermo.Active/makeTestVersion.bat b/Thermo.Active/makeTestVersion.bat new file mode 100644 index 00000000..ab2b2692 --- /dev/null +++ b/Thermo.Active/makeTestVersion.bat @@ -0,0 +1,2 @@ +REM SCript di creazione e compilazione versioen per test in macchina +