From b56d36825ab9de735db06fe29db9541e02a18e4d Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Fri, 20 Mar 2026 12:51:49 +0100 Subject: [PATCH] Neues Konfigurationsprofil --- AiCoreUnitTest/AiCoreUnitTest.csproj | 9 ++ BeWo/BeWo.csproj | 11 ++ BeWoTests.sln | 101 +++++++++++++++++- Dakota/Dakota.csproj | 10 ++ Host/Host.csproj | 11 ++ ReportService/ReportingService.csproj | 10 ++ Server/Components/AICore/AICore.csproj | 9 ++ .../Components/ServerUtils/ServerUtils.csproj | 9 ++ .../TranslationUnitTest.csproj | 9 ++ .../WohneinheitUnitTest.csproj | 9 ++ XRechnungUnitTest/XRechnungUnitTest.csproj | 9 ++ 11 files changed, 196 insertions(+), 1 deletion(-) diff --git a/AiCoreUnitTest/AiCoreUnitTest.csproj b/AiCoreUnitTest/AiCoreUnitTest.csproj index ef40b1a70..52094a4c0 100644 --- a/AiCoreUnitTest/AiCoreUnitTest.csproj +++ b/AiCoreUnitTest/AiCoreUnitTest.csproj @@ -38,6 +38,15 @@ prompt 4 + + true + bin\DebugRemote\ + DEBUG;TRACE + full + AnyCPU + 7.3 + prompt + ..\packages\MSTest.TestFramework.2.2.10\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll diff --git a/BeWo/BeWo.csproj b/BeWo/BeWo.csproj index 580372b90..5195ddb70 100644 --- a/BeWo/BeWo.csproj +++ b/BeWo/BeWo.csproj @@ -94,6 +94,17 @@ + + true + bin\DebugRemote\ + TRACE;DEBUG + CS0659, CS0162, CS0168, CS0649, CS0219, CS0169, CS0414, CS0067, CS0618 + full + AnyCPU + 7.3 + prompt + AllRules.ruleset + VoiceToTextButtonControl.xaml diff --git a/BeWoTests.sln b/BeWoTests.sln index 7cf53827c..69e6efea2 100644 --- a/BeWoTests.sln +++ b/BeWoTests.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 -VisualStudioVersion = 17.12.35707.178 d17.12 +VisualStudioVersion = 17.12.35707.178 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client", "Client", "{E7543C39-A44C-40C9-82C9-E7FAA2D9A852}" EndProject @@ -65,6 +65,9 @@ Global Debug|.NET = Debug|.NET Debug|Any CPU = Debug|Any CPU Debug|Mixed Platforms = Debug|Mixed Platforms + DebugRemote|.NET = DebugRemote|.NET + DebugRemote|Any CPU = DebugRemote|Any CPU + DebugRemote|Mixed Platforms = DebugRemote|Mixed Platforms Release|.NET = Release|.NET Release|Any CPU = Release|Any CPU Release|Mixed Platforms = Release|Mixed Platforms @@ -76,6 +79,12 @@ Global {3FEBB560-9275-413A-9767-BB68C44EEBC3}.Debug|Any CPU.Build.0 = Debug|Any CPU {3FEBB560-9275-413A-9767-BB68C44EEBC3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {3FEBB560-9275-413A-9767-BB68C44EEBC3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {3FEBB560-9275-413A-9767-BB68C44EEBC3}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {3FEBB560-9275-413A-9767-BB68C44EEBC3}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {3FEBB560-9275-413A-9767-BB68C44EEBC3}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {3FEBB560-9275-413A-9767-BB68C44EEBC3}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {3FEBB560-9275-413A-9767-BB68C44EEBC3}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {3FEBB560-9275-413A-9767-BB68C44EEBC3}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {3FEBB560-9275-413A-9767-BB68C44EEBC3}.Release|.NET.ActiveCfg = Release|Any CPU {3FEBB560-9275-413A-9767-BB68C44EEBC3}.Release|Any CPU.ActiveCfg = Release|Any CPU {3FEBB560-9275-413A-9767-BB68C44EEBC3}.Release|Any CPU.Build.0 = Release|Any CPU @@ -87,6 +96,12 @@ Global {094331C3-ECEE-4C89-BBFD-4C9DED89F0EF}.Debug|Any CPU.Build.0 = Debug|Any CPU {094331C3-ECEE-4C89-BBFD-4C9DED89F0EF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {094331C3-ECEE-4C89-BBFD-4C9DED89F0EF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {094331C3-ECEE-4C89-BBFD-4C9DED89F0EF}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {094331C3-ECEE-4C89-BBFD-4C9DED89F0EF}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {094331C3-ECEE-4C89-BBFD-4C9DED89F0EF}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {094331C3-ECEE-4C89-BBFD-4C9DED89F0EF}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {094331C3-ECEE-4C89-BBFD-4C9DED89F0EF}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {094331C3-ECEE-4C89-BBFD-4C9DED89F0EF}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {094331C3-ECEE-4C89-BBFD-4C9DED89F0EF}.Release|.NET.ActiveCfg = Release|Any CPU {094331C3-ECEE-4C89-BBFD-4C9DED89F0EF}.Release|Any CPU.ActiveCfg = Release|Any CPU {094331C3-ECEE-4C89-BBFD-4C9DED89F0EF}.Release|Any CPU.Build.0 = Release|Any CPU @@ -98,6 +113,12 @@ Global {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE}.Debug|Any CPU.Build.0 = Debug|Any CPU {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE}.Release|.NET.ActiveCfg = Release|Any CPU {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE}.Release|Any CPU.ActiveCfg = Release|Any CPU {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE}.Release|Any CPU.Build.0 = Release|Any CPU @@ -109,6 +130,12 @@ Global {2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.Debug|Any CPU.Build.0 = Debug|Any CPU {2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.Release|.NET.ActiveCfg = Release|Any CPU {2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.Release|Any CPU.ActiveCfg = Release|Any CPU {2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.Release|Any CPU.Build.0 = Release|Any CPU @@ -120,6 +147,12 @@ Global {D5E53B0F-BF5A-41E8-93E2-0F32845FC729}.Debug|Any CPU.Build.0 = Debug|Any CPU {D5E53B0F-BF5A-41E8-93E2-0F32845FC729}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {D5E53B0F-BF5A-41E8-93E2-0F32845FC729}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {D5E53B0F-BF5A-41E8-93E2-0F32845FC729}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {D5E53B0F-BF5A-41E8-93E2-0F32845FC729}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {D5E53B0F-BF5A-41E8-93E2-0F32845FC729}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {D5E53B0F-BF5A-41E8-93E2-0F32845FC729}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {D5E53B0F-BF5A-41E8-93E2-0F32845FC729}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {D5E53B0F-BF5A-41E8-93E2-0F32845FC729}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {D5E53B0F-BF5A-41E8-93E2-0F32845FC729}.Release|.NET.ActiveCfg = Release|Any CPU {D5E53B0F-BF5A-41E8-93E2-0F32845FC729}.Release|Any CPU.ActiveCfg = Release|Any CPU {D5E53B0F-BF5A-41E8-93E2-0F32845FC729}.Release|Any CPU.Build.0 = Release|Any CPU @@ -131,6 +164,12 @@ Global {40D8B312-EA64-49E3-A31A-5E57ED4D5654}.Debug|Any CPU.Build.0 = Debug|Any CPU {40D8B312-EA64-49E3-A31A-5E57ED4D5654}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {40D8B312-EA64-49E3-A31A-5E57ED4D5654}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {40D8B312-EA64-49E3-A31A-5E57ED4D5654}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {40D8B312-EA64-49E3-A31A-5E57ED4D5654}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {40D8B312-EA64-49E3-A31A-5E57ED4D5654}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {40D8B312-EA64-49E3-A31A-5E57ED4D5654}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {40D8B312-EA64-49E3-A31A-5E57ED4D5654}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {40D8B312-EA64-49E3-A31A-5E57ED4D5654}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {40D8B312-EA64-49E3-A31A-5E57ED4D5654}.Release|.NET.ActiveCfg = Release|Any CPU {40D8B312-EA64-49E3-A31A-5E57ED4D5654}.Release|Any CPU.ActiveCfg = Release|Any CPU {40D8B312-EA64-49E3-A31A-5E57ED4D5654}.Release|Any CPU.Build.0 = Release|Any CPU @@ -142,6 +181,12 @@ Global {E1154C7B-BB77-4155-9854-DAD8FC5A8BC3}.Debug|Any CPU.Build.0 = Debug|Any CPU {E1154C7B-BB77-4155-9854-DAD8FC5A8BC3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {E1154C7B-BB77-4155-9854-DAD8FC5A8BC3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {E1154C7B-BB77-4155-9854-DAD8FC5A8BC3}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {E1154C7B-BB77-4155-9854-DAD8FC5A8BC3}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {E1154C7B-BB77-4155-9854-DAD8FC5A8BC3}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {E1154C7B-BB77-4155-9854-DAD8FC5A8BC3}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {E1154C7B-BB77-4155-9854-DAD8FC5A8BC3}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {E1154C7B-BB77-4155-9854-DAD8FC5A8BC3}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {E1154C7B-BB77-4155-9854-DAD8FC5A8BC3}.Release|.NET.ActiveCfg = Release|Any CPU {E1154C7B-BB77-4155-9854-DAD8FC5A8BC3}.Release|Any CPU.ActiveCfg = Release|Any CPU {E1154C7B-BB77-4155-9854-DAD8FC5A8BC3}.Release|Any CPU.Build.0 = Release|Any CPU @@ -153,6 +198,12 @@ Global {663EFCB5-9E3E-4C76-97EE-3188E072634C}.Debug|Any CPU.Build.0 = Debug|Any CPU {663EFCB5-9E3E-4C76-97EE-3188E072634C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {663EFCB5-9E3E-4C76-97EE-3188E072634C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {663EFCB5-9E3E-4C76-97EE-3188E072634C}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {663EFCB5-9E3E-4C76-97EE-3188E072634C}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {663EFCB5-9E3E-4C76-97EE-3188E072634C}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {663EFCB5-9E3E-4C76-97EE-3188E072634C}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {663EFCB5-9E3E-4C76-97EE-3188E072634C}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {663EFCB5-9E3E-4C76-97EE-3188E072634C}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {663EFCB5-9E3E-4C76-97EE-3188E072634C}.Release|.NET.ActiveCfg = Release|Any CPU {663EFCB5-9E3E-4C76-97EE-3188E072634C}.Release|Any CPU.ActiveCfg = Release|Any CPU {663EFCB5-9E3E-4C76-97EE-3188E072634C}.Release|Any CPU.Build.0 = Release|Any CPU @@ -164,6 +215,12 @@ Global {8A83C4DC-A0B1-4A51-AE1D-366D7A05B298}.Debug|Any CPU.Build.0 = Debug|Any CPU {8A83C4DC-A0B1-4A51-AE1D-366D7A05B298}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {8A83C4DC-A0B1-4A51-AE1D-366D7A05B298}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {8A83C4DC-A0B1-4A51-AE1D-366D7A05B298}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {8A83C4DC-A0B1-4A51-AE1D-366D7A05B298}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {8A83C4DC-A0B1-4A51-AE1D-366D7A05B298}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {8A83C4DC-A0B1-4A51-AE1D-366D7A05B298}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {8A83C4DC-A0B1-4A51-AE1D-366D7A05B298}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {8A83C4DC-A0B1-4A51-AE1D-366D7A05B298}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {8A83C4DC-A0B1-4A51-AE1D-366D7A05B298}.Release|.NET.ActiveCfg = Release|Any CPU {8A83C4DC-A0B1-4A51-AE1D-366D7A05B298}.Release|.NET.Build.0 = Release|Any CPU {8A83C4DC-A0B1-4A51-AE1D-366D7A05B298}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -176,6 +233,12 @@ Global {47331732-DD96-4075-869F-83AA9F3F9937}.Debug|Any CPU.Build.0 = Debug|Any CPU {47331732-DD96-4075-869F-83AA9F3F9937}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {47331732-DD96-4075-869F-83AA9F3F9937}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {47331732-DD96-4075-869F-83AA9F3F9937}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {47331732-DD96-4075-869F-83AA9F3F9937}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {47331732-DD96-4075-869F-83AA9F3F9937}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {47331732-DD96-4075-869F-83AA9F3F9937}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {47331732-DD96-4075-869F-83AA9F3F9937}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {47331732-DD96-4075-869F-83AA9F3F9937}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {47331732-DD96-4075-869F-83AA9F3F9937}.Release|.NET.ActiveCfg = Release|Any CPU {47331732-DD96-4075-869F-83AA9F3F9937}.Release|.NET.Build.0 = Release|Any CPU {47331732-DD96-4075-869F-83AA9F3F9937}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -188,6 +251,12 @@ Global {7630915F-DFE4-45A4-A7B1-B6D19B0126C1}.Debug|Any CPU.Build.0 = Debug|Any CPU {7630915F-DFE4-45A4-A7B1-B6D19B0126C1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {7630915F-DFE4-45A4-A7B1-B6D19B0126C1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {7630915F-DFE4-45A4-A7B1-B6D19B0126C1}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {7630915F-DFE4-45A4-A7B1-B6D19B0126C1}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {7630915F-DFE4-45A4-A7B1-B6D19B0126C1}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {7630915F-DFE4-45A4-A7B1-B6D19B0126C1}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {7630915F-DFE4-45A4-A7B1-B6D19B0126C1}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {7630915F-DFE4-45A4-A7B1-B6D19B0126C1}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {7630915F-DFE4-45A4-A7B1-B6D19B0126C1}.Release|.NET.ActiveCfg = Release|Any CPU {7630915F-DFE4-45A4-A7B1-B6D19B0126C1}.Release|.NET.Build.0 = Release|Any CPU {7630915F-DFE4-45A4-A7B1-B6D19B0126C1}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -200,6 +269,12 @@ Global {83C43FEC-233D-49EF-BD23-BF842A3EBDF5}.Debug|Any CPU.Build.0 = Debug|Any CPU {83C43FEC-233D-49EF-BD23-BF842A3EBDF5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {83C43FEC-233D-49EF-BD23-BF842A3EBDF5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {83C43FEC-233D-49EF-BD23-BF842A3EBDF5}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {83C43FEC-233D-49EF-BD23-BF842A3EBDF5}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {83C43FEC-233D-49EF-BD23-BF842A3EBDF5}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {83C43FEC-233D-49EF-BD23-BF842A3EBDF5}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {83C43FEC-233D-49EF-BD23-BF842A3EBDF5}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {83C43FEC-233D-49EF-BD23-BF842A3EBDF5}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {83C43FEC-233D-49EF-BD23-BF842A3EBDF5}.Release|.NET.ActiveCfg = Release|Any CPU {83C43FEC-233D-49EF-BD23-BF842A3EBDF5}.Release|.NET.Build.0 = Release|Any CPU {83C43FEC-233D-49EF-BD23-BF842A3EBDF5}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -212,6 +287,12 @@ Global {68C1F8EA-7828-4E46-8F04-91105C55860E}.Debug|Any CPU.Build.0 = Debug|Any CPU {68C1F8EA-7828-4E46-8F04-91105C55860E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {68C1F8EA-7828-4E46-8F04-91105C55860E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {68C1F8EA-7828-4E46-8F04-91105C55860E}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {68C1F8EA-7828-4E46-8F04-91105C55860E}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {68C1F8EA-7828-4E46-8F04-91105C55860E}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {68C1F8EA-7828-4E46-8F04-91105C55860E}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {68C1F8EA-7828-4E46-8F04-91105C55860E}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {68C1F8EA-7828-4E46-8F04-91105C55860E}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {68C1F8EA-7828-4E46-8F04-91105C55860E}.Release|.NET.ActiveCfg = Release|Any CPU {68C1F8EA-7828-4E46-8F04-91105C55860E}.Release|.NET.Build.0 = Release|Any CPU {68C1F8EA-7828-4E46-8F04-91105C55860E}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -224,6 +305,12 @@ Global {69D70CA9-0DF9-419E-BFAF-F4539F129BD9}.Debug|Any CPU.Build.0 = Debug|Any CPU {69D70CA9-0DF9-419E-BFAF-F4539F129BD9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {69D70CA9-0DF9-419E-BFAF-F4539F129BD9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {69D70CA9-0DF9-419E-BFAF-F4539F129BD9}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {69D70CA9-0DF9-419E-BFAF-F4539F129BD9}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {69D70CA9-0DF9-419E-BFAF-F4539F129BD9}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {69D70CA9-0DF9-419E-BFAF-F4539F129BD9}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {69D70CA9-0DF9-419E-BFAF-F4539F129BD9}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {69D70CA9-0DF9-419E-BFAF-F4539F129BD9}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {69D70CA9-0DF9-419E-BFAF-F4539F129BD9}.Release|.NET.ActiveCfg = Release|Any CPU {69D70CA9-0DF9-419E-BFAF-F4539F129BD9}.Release|.NET.Build.0 = Release|Any CPU {69D70CA9-0DF9-419E-BFAF-F4539F129BD9}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -236,6 +323,12 @@ Global {EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}.Debug|Any CPU.Build.0 = Debug|Any CPU {EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}.Release|.NET.ActiveCfg = Release|Any CPU {EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}.Release|.NET.Build.0 = Release|Any CPU {EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -248,6 +341,12 @@ Global {6CED1002-FFB1-46AD-97C7-583BA11208F3}.Debug|Any CPU.Build.0 = Debug|Any CPU {6CED1002-FFB1-46AD-97C7-583BA11208F3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {6CED1002-FFB1-46AD-97C7-583BA11208F3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {6CED1002-FFB1-46AD-97C7-583BA11208F3}.DebugRemote|.NET.ActiveCfg = DebugRemote|Any CPU + {6CED1002-FFB1-46AD-97C7-583BA11208F3}.DebugRemote|.NET.Build.0 = DebugRemote|Any CPU + {6CED1002-FFB1-46AD-97C7-583BA11208F3}.DebugRemote|Any CPU.ActiveCfg = DebugRemote|Any CPU + {6CED1002-FFB1-46AD-97C7-583BA11208F3}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU + {6CED1002-FFB1-46AD-97C7-583BA11208F3}.DebugRemote|Mixed Platforms.ActiveCfg = DebugRemote|Any CPU + {6CED1002-FFB1-46AD-97C7-583BA11208F3}.DebugRemote|Mixed Platforms.Build.0 = DebugRemote|Any CPU {6CED1002-FFB1-46AD-97C7-583BA11208F3}.Release|.NET.ActiveCfg = Release|Any CPU {6CED1002-FFB1-46AD-97C7-583BA11208F3}.Release|.NET.Build.0 = Release|Any CPU {6CED1002-FFB1-46AD-97C7-583BA11208F3}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/Dakota/Dakota.csproj b/Dakota/Dakota.csproj index 7f3466db5..4c8349cbd 100644 --- a/Dakota/Dakota.csproj +++ b/Dakota/Dakota.csproj @@ -33,6 +33,16 @@ 4 x64 + + true + bin\DebugRemote\ + DEBUG;TRACE + CS0168 + full + AnyCPU + 7.3 + prompt + diff --git a/Host/Host.csproj b/Host/Host.csproj index 60fd3113b..ab06da2e5 100644 --- a/Host/Host.csproj +++ b/Host/Host.csproj @@ -619,6 +619,17 @@ 10.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + true + bin\ + DEBUG;TRACE + CS0659, CS0162, CS0168, CS0649 + full + AnyCPU + 7.3 + prompt + AllRules.ruleset + diff --git a/ReportService/ReportingService.csproj b/ReportService/ReportingService.csproj index bb0ba7d60..cc3a7c3ac 100644 --- a/ReportService/ReportingService.csproj +++ b/ReportService/ReportingService.csproj @@ -38,6 +38,16 @@ false x64 + + true + bin\DebugRemote\ + DEBUG;TRACE + CS0659, CS0162, CS0168, CS0649 + full + AnyCPU + 7.3 + prompt + diff --git a/Server/Components/AICore/AICore.csproj b/Server/Components/AICore/AICore.csproj index e6b7b8ff5..79e85626b 100644 --- a/Server/Components/AICore/AICore.csproj +++ b/Server/Components/AICore/AICore.csproj @@ -30,6 +30,15 @@ prompt 4 + + true + bin\DebugRemote\ + DEBUG;TRACE + full + AnyCPU + 7.3 + prompt + ..\..\..\Lib\log4net.dll diff --git a/Server/Components/ServerUtils/ServerUtils.csproj b/Server/Components/ServerUtils/ServerUtils.csproj index 1053f7b03..b00a99e33 100644 --- a/Server/Components/ServerUtils/ServerUtils.csproj +++ b/Server/Components/ServerUtils/ServerUtils.csproj @@ -30,6 +30,15 @@ prompt 4 + + true + bin\DebugRemote\ + DEBUG;TRACE + full + AnyCPU + 7.3 + prompt + ..\..\..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.7\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll diff --git a/TranslationUnitTest/TranslationUnitTest.csproj b/TranslationUnitTest/TranslationUnitTest.csproj index cb9de927c..ed6365e4e 100644 --- a/TranslationUnitTest/TranslationUnitTest.csproj +++ b/TranslationUnitTest/TranslationUnitTest.csproj @@ -38,6 +38,15 @@ prompt 4 + + true + bin\DebugRemote\ + DEBUG;TRACE + full + AnyCPU + 7.3 + prompt + ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll diff --git a/WohneinheitUnitTest/WohneinheitUnitTest.csproj b/WohneinheitUnitTest/WohneinheitUnitTest.csproj index 93879d9c5..100ce9518 100644 --- a/WohneinheitUnitTest/WohneinheitUnitTest.csproj +++ b/WohneinheitUnitTest/WohneinheitUnitTest.csproj @@ -38,6 +38,15 @@ prompt 4 + + true + bin\DebugRemote\ + DEBUG;TRACE + full + AnyCPU + 7.3 + prompt + ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll diff --git a/XRechnungUnitTest/XRechnungUnitTest.csproj b/XRechnungUnitTest/XRechnungUnitTest.csproj index 754ea1ce9..eaa507a87 100644 --- a/XRechnungUnitTest/XRechnungUnitTest.csproj +++ b/XRechnungUnitTest/XRechnungUnitTest.csproj @@ -39,6 +39,15 @@ prompt 4 + + true + bin\DebugRemote\ + DEBUG;TRACE + full + x86 + 7.3 + prompt + ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll