diff --git a/AiCoreUnitTest/AiCoreUnitTest.csproj b/AiCoreUnitTest/AiCoreUnitTest.csproj index 52094a4c0..6818b3d2f 100644 --- a/AiCoreUnitTest/AiCoreUnitTest.csproj +++ b/AiCoreUnitTest/AiCoreUnitTest.csproj @@ -1,6 +1,5 @@  - Debug @@ -18,8 +17,6 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages False UnitTest - - true @@ -48,12 +45,6 @@ prompt - - ..\packages\MSTest.TestFramework.2.2.10\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - - - ..\packages\MSTest.TestFramework.2.2.10\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - @@ -65,7 +56,6 @@ - @@ -87,12 +77,8 @@ - - - Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". - - - - - + + + + \ No newline at end of file diff --git a/AiCoreUnitTest/packages.config b/AiCoreUnitTest/packages.config deleted file mode 100644 index 36cbc3e9e..000000000 --- a/AiCoreUnitTest/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/BeWoDatabaseTerminator/BeWoDatabaseTerminator/App.config b/BeWoDatabaseTerminator/BeWoDatabaseTerminator/App.config index c99ec9310..8110cec1e 100644 --- a/BeWoDatabaseTerminator/BeWoDatabaseTerminator/App.config +++ b/BeWoDatabaseTerminator/BeWoDatabaseTerminator/App.config @@ -16,12 +16,5 @@ - - - - - - - - + diff --git a/BeWoDatabaseTerminator/BeWoDatabaseTerminator/BeWoDatabaseTerminator.csproj b/BeWoDatabaseTerminator/BeWoDatabaseTerminator/BeWoDatabaseTerminator.csproj index df4b91303..d637aa01b 100644 --- a/BeWoDatabaseTerminator/BeWoDatabaseTerminator/BeWoDatabaseTerminator.csproj +++ b/BeWoDatabaseTerminator/BeWoDatabaseTerminator/BeWoDatabaseTerminator.csproj @@ -37,44 +37,11 @@ bdt.ico - - ..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll - - - ..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.2\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll - - - ..\packages\Microsoft.Extensions.Logging.Abstractions.8.0.2\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll - - - ..\packages\MySqlConnector.2.4.0\lib\net471\MySqlConnector.dll - - - ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll - - - ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll - - - ..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll - - - ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll - - - ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - - - ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll - @@ -97,11 +64,23 @@ - + + + + + + + + + + + + + \ No newline at end of file diff --git a/BeWoDatabaseTerminator/BeWoDatabaseTerminator/packages.config b/BeWoDatabaseTerminator/BeWoDatabaseTerminator/packages.config deleted file mode 100644 index 52fa96d34..000000000 --- a/BeWoDatabaseTerminator/BeWoDatabaseTerminator/packages.config +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/DakotaUnitTest/DakotaUnitTest.csproj b/DakotaUnitTest/DakotaUnitTest.csproj index 496915c0c..26925cb5e 100644 --- a/DakotaUnitTest/DakotaUnitTest.csproj +++ b/DakotaUnitTest/DakotaUnitTest.csproj @@ -1,6 +1,5 @@  - Debug @@ -18,8 +17,6 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages False UnitTest - - true @@ -39,12 +36,6 @@ 4 - - ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - - - ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - @@ -58,7 +49,6 @@ - @@ -85,12 +75,8 @@ - - - Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". - - - - - + + + + \ No newline at end of file diff --git a/DakotaUnitTest/packages.config b/DakotaUnitTest/packages.config deleted file mode 100644 index f84cb1064..000000000 --- a/DakotaUnitTest/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Directory.Packages.props b/Directory.Packages.props index ebcc0a862..e0c2ebcbc 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,8 +4,30 @@ true - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Tools/BeWoDatabaseUpdater/BeWoDatabaseUpdater/App.config b/Tools/BeWoDatabaseUpdater/BeWoDatabaseUpdater/App.config index 128152c7a..22ec996a2 100644 --- a/Tools/BeWoDatabaseUpdater/BeWoDatabaseUpdater/App.config +++ b/Tools/BeWoDatabaseUpdater/BeWoDatabaseUpdater/App.config @@ -3,32 +3,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/Tools/BeWoDatabaseUpdater/BeWoDatabaseUpdater/BeWoDatabaseUpdater.csproj b/Tools/BeWoDatabaseUpdater/BeWoDatabaseUpdater/BeWoDatabaseUpdater.csproj index 70bfc9cf3..e27b9c7f8 100644 --- a/Tools/BeWoDatabaseUpdater/BeWoDatabaseUpdater/BeWoDatabaseUpdater.csproj +++ b/Tools/BeWoDatabaseUpdater/BeWoDatabaseUpdater/BeWoDatabaseUpdater.csproj @@ -49,61 +49,13 @@ 4 - - ..\packages\BouncyCastle.Cryptography.2.6.1\lib\net461\BouncyCastle.Cryptography.dll - - - ..\packages\Google.Protobuf.3.31.1\lib\net45\Google.Protobuf.dll - - - ..\packages\K4os.Compression.LZ4.1.3.8\lib\net462\K4os.Compression.LZ4.dll - - - ..\packages\K4os.Compression.LZ4.Streams.1.3.8\lib\net462\K4os.Compression.LZ4.Streams.dll - - - ..\packages\K4os.Hash.xxHash.1.0.8\lib\net462\K4os.Hash.xxHash.dll - - - ..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.6\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll - - - ..\packages\MySql.Data.9.3.0\lib\net48\MySql.Data.dll - - - ..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll - - - ..\packages\System.Configuration.ConfigurationManager.9.0.6\lib\net462\System.Configuration.ConfigurationManager.dll - - - ..\packages\System.Diagnostics.DiagnosticSource.9.0.6\lib\net462\System.Diagnostics.DiagnosticSource.dll - - - ..\packages\System.IO.Pipelines.9.0.6\lib\net462\System.IO.Pipelines.dll - - - ..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll - - - ..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll - - - ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll - - - ..\packages\ZstdSharp.Port.0.8.5\lib\net462\ZstdSharp.dll - @@ -118,7 +70,6 @@ - @@ -134,4 +85,22 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Tools/BeWoDatabaseUpdater/BeWoDatabaseUpdater/packages.config b/Tools/BeWoDatabaseUpdater/BeWoDatabaseUpdater/packages.config deleted file mode 100644 index f968922a7..000000000 --- a/Tools/BeWoDatabaseUpdater/BeWoDatabaseUpdater/packages.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Tools/BeWoLogCleaner/BeWoLogCleaner/BeWoLogCleaner.csproj b/Tools/BeWoLogCleaner/BeWoLogCleaner/BeWoLogCleaner.csproj index af836ae57..997414e6f 100644 --- a/Tools/BeWoLogCleaner/BeWoLogCleaner/BeWoLogCleaner.csproj +++ b/Tools/BeWoLogCleaner/BeWoLogCleaner/BeWoLogCleaner.csproj @@ -12,8 +12,6 @@ 512 true true - - AnyCPU @@ -38,36 +36,9 @@ ..\..\..\Lib\log4net.dll - - ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.5\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll - - - ..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll - - - ..\packages\System.IO.Pipelines.10.0.5\lib\net462\System.IO.Pipelines.dll - - - ..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll - - - ..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll - - - ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Text.Encodings.Web.10.0.5\lib\net462\System.Text.Encodings.Web.dll - - - ..\packages\System.Text.Json.10.0.5\lib\net462\System.Text.Json.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll - @@ -88,14 +59,18 @@ Always - - - - - Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/Tools/BeWoLogCleaner/BeWoLogCleaner/packages.config b/Tools/BeWoLogCleaner/BeWoLogCleaner/packages.config deleted file mode 100644 index 7be4a0e9f..000000000 --- a/Tools/BeWoLogCleaner/BeWoLogCleaner/packages.config +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/TranslationUnitTest/TranslationUnitTest.csproj b/TranslationUnitTest/TranslationUnitTest.csproj index ed6365e4e..e8853ef15 100644 --- a/TranslationUnitTest/TranslationUnitTest.csproj +++ b/TranslationUnitTest/TranslationUnitTest.csproj @@ -1,6 +1,5 @@  - Debug @@ -18,8 +17,6 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages False UnitTest - - true @@ -48,12 +45,6 @@ prompt - - ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - - - ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - @@ -63,7 +54,6 @@ - @@ -77,12 +67,8 @@ - - - Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". - - - - - + + + + \ No newline at end of file diff --git a/TranslationUnitTest/packages.config b/TranslationUnitTest/packages.config deleted file mode 100644 index f84cb1064..000000000 --- a/TranslationUnitTest/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/WohneinheitUnitTest/WohneinheitUnitTest.csproj b/WohneinheitUnitTest/WohneinheitUnitTest.csproj index 4020ab601..82044541c 100644 --- a/WohneinheitUnitTest/WohneinheitUnitTest.csproj +++ b/WohneinheitUnitTest/WohneinheitUnitTest.csproj @@ -1,6 +1,5 @@  - Debug @@ -18,8 +17,6 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages False UnitTest - - true @@ -48,12 +45,6 @@ prompt - - ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - - - ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - @@ -63,7 +54,6 @@ - @@ -77,12 +67,8 @@ - - - Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". - - - - - + + + + \ No newline at end of file diff --git a/WohneinheitUnitTest/packages.config b/WohneinheitUnitTest/packages.config deleted file mode 100644 index f84cb1064..000000000 --- a/WohneinheitUnitTest/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/XRechnungUnitTest/XRechnungUnitTest.csproj b/XRechnungUnitTest/XRechnungUnitTest.csproj index eaa507a87..cdde6c69b 100644 --- a/XRechnungUnitTest/XRechnungUnitTest.csproj +++ b/XRechnungUnitTest/XRechnungUnitTest.csproj @@ -1,6 +1,5 @@  - Debug @@ -18,8 +17,6 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages False UnitTest - - true @@ -49,15 +46,6 @@ prompt - - ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - - - ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - - - ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll - @@ -70,7 +58,6 @@ Always - @@ -88,12 +75,9 @@ - - - Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". - - - - - + + + + + \ No newline at end of file diff --git a/XRechnungUnitTest/packages.config b/XRechnungUnitTest/packages.config deleted file mode 100644 index 4928b4b28..000000000 --- a/XRechnungUnitTest/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file