From d136bbb6075f7cf56032a4dd9bfa1078f23a92aa Mon Sep 17 00:00:00 2001 From: Ethan Moffat Date: Mon, 7 Feb 2022 22:12:59 -0800 Subject: [PATCH] Migrate EOBot and library projects to .netstandard/.net 6 --- EOBot/EOBot.csproj | 162 +------- EOBot/packages.config | 10 - EOLib.Config.Test/EOLib.Config.Test.csproj | 137 +------ EOLib.Config.Test/packages.config | 10 - EOLib.Config/EOLib.Config.csproj | 74 +--- EOLib.Config/packages.config | 6 - EOLib.IO.Test/EOLib.IO.Test.csproj | 121 +----- EOLib.IO.Test/packages.config | 10 - EOLib.IO/EOLib.IO.csproj | 140 +------ EOLib.IO/packages.config | 6 - .../EOLib.Localization.Test.csproj | 140 +------ EOLib.Localization.Test/packages.config | 10 - EOLib.Localization/EOLib.Localization.csproj | 79 +--- EOLib.Localization/packages.config | 6 - EOLib.Logger/EOLib.Logger.csproj | 77 +--- EOLib.Logger/packages.config | 6 - EOLib.Test/EOLib.Test.csproj | 139 +------ EOLib.Test/packages.config | 10 - EOLib/EOLib.csproj | 347 +----------------- EOLib/packages.config | 6 - 20 files changed, 70 insertions(+), 1426 deletions(-) delete mode 100644 EOBot/packages.config delete mode 100644 EOLib.Config.Test/packages.config delete mode 100644 EOLib.Config/packages.config delete mode 100644 EOLib.IO.Test/packages.config delete mode 100644 EOLib.IO/packages.config delete mode 100644 EOLib.Localization.Test/packages.config delete mode 100644 EOLib.Localization/packages.config delete mode 100644 EOLib.Logger/packages.config delete mode 100644 EOLib.Test/packages.config delete mode 100644 EOLib/packages.config diff --git a/EOBot/EOBot.csproj b/EOBot/EOBot.csproj index 1e249d8c7..734be87fa 100644 --- a/EOBot/EOBot.csproj +++ b/EOBot/EOBot.csproj @@ -1,180 +1,34 @@ - - - + - Debug + net6.0 x86 - {2B7C000B-FA6D-441F-85E9-A8A05ADED423} Exe - Properties - EOBot - EOBot - v4.6.2 - 512 - - true + false - true ..\bin\Utils\EOBot\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true ..\bin\Utils\EOBot\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true true - DEBUG;TRACE - full - prompt - MinimumRecommendedRules.ruleset - true ../bin/Linux/Debug/ - x86 - TRACE true - pdbonly - prompt - MinimumRecommendedRules.ruleset - true ../bin/Linux/Release/ - x86 - - ..\packages\AutomaticTypeMapper.1.4.0\lib\net462\AutomaticTypeMapper.dll - - - ..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll - - - - ..\packages\Microsoft.Extensions.DependencyInjection.3.1.3\lib\net461\Microsoft.Extensions.DependencyInjection.dll - - - ..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.3.1.3\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Abstractions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Container.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {2FEC86D4-EA73-472F-9983-B06AF7981F5C} - EOLib.Config - - - {AA07776B-3F05-404A-BA8A-24970A91C024} - EOLib.IO - - - {22820580-B33F-4AA9-8044-A6EC4797AE21} - EOLib.Logger - - - {edb5ad93-303d-4b07-9fad-f6a8295d2390} - EOLib - + + + + - - + - - - \ No newline at end of file diff --git a/EOBot/packages.config b/EOBot/packages.config deleted file mode 100644 index 906601712..000000000 --- a/EOBot/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/EOLib.Config.Test/EOLib.Config.Test.csproj b/EOLib.Config.Test/EOLib.Config.Test.csproj index 66f90e804..b212f086a 100644 --- a/EOLib.Config.Test/EOLib.Config.Test.csproj +++ b/EOLib.Config.Test/EOLib.Config.Test.csproj @@ -1,146 +1,25 @@ - - - - + - Debug + net6.0 x86 - {EF89926E-F8AA-4DB4-AA56-64F013EBF009} Library - Properties - EOLib.Config.Test - EOLib.Config.Test - v4.6.2 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - - - - - true - bin\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset + false true - DEBUG;TRACE - full - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Debug/ - x86 - TRACE true - pdbonly - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Release/ - x86 - - ..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll - - - ..\packages\Moq.4.10.1\lib\net45\Moq.dll - - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Abstractions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Container.dll - - - - - - - - - - - - - - - - - - - {2fec86d4-ea73-472f-9983-b06af7981f5c} - EOLib.Config - + - - - Designer - + + + + - - - - - False - - - False - - - False - - - False - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/EOLib.Config.Test/packages.config b/EOLib.Config.Test/packages.config deleted file mode 100644 index 39bfb5500..000000000 --- a/EOLib.Config.Test/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/EOLib.Config/EOLib.Config.csproj b/EOLib.Config/EOLib.Config.csproj index 68c8ff4cc..aef77c8b3 100644 --- a/EOLib.Config/EOLib.Config.csproj +++ b/EOLib.Config/EOLib.Config.csproj @@ -1,91 +1,25 @@ - - - + - Debug + netstandard2.0 x86 - {2FEC86D4-EA73-472F-9983-B06AF7981F5C} Library - Properties - EOLib.Config - EOLib.Config - v4.6.2 - 512 - + false - true ..\bin\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset ..\bin\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset true - DEBUG;TRACE - full - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Debug/ - x86 - TRACE true - pdbonly - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Release/ - x86 - - ..\packages\AutomaticTypeMapper.1.2.0.5\lib\net462\AutomaticTypeMapper.dll - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Abstractions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Container.dll - - - - - - - - - - - - - - - - + - - \ No newline at end of file diff --git a/EOLib.Config/packages.config b/EOLib.Config/packages.config deleted file mode 100644 index c509c6b0f..000000000 --- a/EOLib.Config/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/EOLib.IO.Test/EOLib.IO.Test.csproj b/EOLib.IO.Test/EOLib.IO.Test.csproj index 919f7284d..d1dc9f585 100644 --- a/EOLib.IO.Test/EOLib.IO.Test.csproj +++ b/EOLib.IO.Test/EOLib.IO.Test.csproj @@ -1,130 +1,25 @@ - - - - - + - Debug + net6.0 x86 - {45EA065F-9FAB-4E22-AD24-84DDD41D9960} Library - Properties - EOLib.IO.Test - EOLib.IO.Test - v4.6.2 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - - - - - true - bin\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset + false true - DEBUG;TRACE - full - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Debug/ - x86 - TRACE true - pdbonly - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Release/ - x86 - - ..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll - - - ..\packages\Moq.4.10.1\lib\net45\Moq.dll - - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Abstractions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Container.dll - - - - - - - - - - - - - - - - - - - - - - - {aa07776b-3f05-404a-ba8a-24970a91c024} - EOLib.IO - + - - + + + + - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/EOLib.IO.Test/packages.config b/EOLib.IO.Test/packages.config deleted file mode 100644 index 39bfb5500..000000000 --- a/EOLib.IO.Test/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/EOLib.IO/EOLib.IO.csproj b/EOLib.IO/EOLib.IO.csproj index 61a235070..aef77c8b3 100644 --- a/EOLib.IO/EOLib.IO.csproj +++ b/EOLib.IO/EOLib.IO.csproj @@ -1,157 +1,25 @@ - - - + - Debug + netstandard2.0 x86 - {AA07776B-3F05-404A-BA8A-24970A91C024} Library - Properties - EOLib.IO - EOLib.IO - v4.6.2 - 512 - + false - true ..\bin\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset ..\bin\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset true - DEBUG;TRACE - full - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Debug/ - x86 - TRACE true - pdbonly - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Release/ - x86 - - ..\packages\AutomaticTypeMapper.1.2.0.5\lib\net462\AutomaticTypeMapper.dll - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Abstractions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Container.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - \ No newline at end of file diff --git a/EOLib.IO/packages.config b/EOLib.IO/packages.config deleted file mode 100644 index c509c6b0f..000000000 --- a/EOLib.IO/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/EOLib.Localization.Test/EOLib.Localization.Test.csproj b/EOLib.Localization.Test/EOLib.Localization.Test.csproj index 86b498f61..c99a09a12 100644 --- a/EOLib.Localization.Test/EOLib.Localization.Test.csproj +++ b/EOLib.Localization.Test/EOLib.Localization.Test.csproj @@ -1,148 +1,26 @@ - - - - + - Debug + net6.0 x86 - {4D1AE8B6-7A61-4B74-B8F7-36AA04974E7A} Library - Properties - EOLib.Localization.Test - EOLib.Localization.Test - v4.6.2 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - - - - - true - bin\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset + false true - DEBUG;TRACE - full - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Debug/ - x86 - TRACE true - pdbonly - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Release/ - x86 - - ..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll - - - ..\packages\Moq.4.10.1\lib\net45\Moq.dll - - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Abstractions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Container.dll - - - - - - - - - - - - - - - - - - - {2FEC86D4-EA73-472F-9983-B06AF7981F5C} - EOLib.Config - - - {9f543e30-1320-43e2-8691-080e089154a0} - EOLib.Localization - + + - - + + + + - - - - - False - - - False - - - False - - - False - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/EOLib.Localization.Test/packages.config b/EOLib.Localization.Test/packages.config deleted file mode 100644 index 39bfb5500..000000000 --- a/EOLib.Localization.Test/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/EOLib.Localization/EOLib.Localization.csproj b/EOLib.Localization/EOLib.Localization.csproj index ca3216389..70e5c9cb3 100644 --- a/EOLib.Localization/EOLib.Localization.csproj +++ b/EOLib.Localization/EOLib.Localization.csproj @@ -1,97 +1,28 @@ - - - + - Debug + netstandard2.0 x86 - {9F543E30-1320-43E2-8691-080E089154A0} Library - Properties - EOLib.Localization - EOLib.Localization - v4.6.2 - 512 - + false - true ..\bin\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset ..\bin\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset true - DEBUG;TRACE - full - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Debug/ - x86 - TRACE true - pdbonly - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Release/ - x86 - - ..\packages\AutomaticTypeMapper.1.2.0.5\lib\net462\AutomaticTypeMapper.dll - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Abstractions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Container.dll - - - - - - - - - - - - - - - - - {2fec86d4-ea73-472f-9983-b06af7981f5c} - EOLib.Config - + - + - - \ No newline at end of file diff --git a/EOLib.Localization/packages.config b/EOLib.Localization/packages.config deleted file mode 100644 index c509c6b0f..000000000 --- a/EOLib.Localization/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/EOLib.Logger/EOLib.Logger.csproj b/EOLib.Logger/EOLib.Logger.csproj index 74c92dee7..8a0c696a8 100644 --- a/EOLib.Logger/EOLib.Logger.csproj +++ b/EOLib.Logger/EOLib.Logger.csproj @@ -1,94 +1,29 @@ - - - + - Debug + netstandard2.0 x86 - {22820580-B33F-4AA9-8044-A6EC4797AE21} Library - Properties - EOLib.Logger - EOLib.Logger - v4.6.2 - 512 - + false - true ..\bin\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset ..\bin\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset true - DEBUG;TRACE - full - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Debug/ - x86 - TRACE true - pdbonly - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Release/ - x86 - - ..\packages\AutomaticTypeMapper.1.2.0.5\lib\net462\AutomaticTypeMapper.dll - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Abstractions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Container.dll - - - - - - - - - - - - - - {2fec86d4-ea73-472f-9983-b06af7981f5c} - EOLib.Config - + - + + - - \ No newline at end of file diff --git a/EOLib.Logger/packages.config b/EOLib.Logger/packages.config deleted file mode 100644 index c509c6b0f..000000000 --- a/EOLib.Logger/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/EOLib.Test/EOLib.Test.csproj b/EOLib.Test/EOLib.Test.csproj index 619aaf088..af3b5d12d 100644 --- a/EOLib.Test/EOLib.Test.csproj +++ b/EOLib.Test/EOLib.Test.csproj @@ -1,148 +1,29 @@ - - - - + - Debug + net6.0 x86 - {85826A6C-45B4-414D-A80A-35672F812B91} Library - Properties - EOLib.Test - EOLib.Test - v4.6.2 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - - - - - true - bin\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset + false true - DEBUG;TRACE - full - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Debug/ - x86 - TRACE true - pdbonly - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Release/ - x86 - - ..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll - - - ..\packages\Moq.4.10.1\lib\net45\Moq.dll - - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Abstractions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Container.dll - - - - - - - - - - - - - - + + - - + + + + - - {AA07776B-3F05-404A-BA8A-24970A91C024} - EOLib.IO - - - {EDB5AD93-303D-4B07-9FAD-F6A8295D2390} - EOLib - + - - - - - - False - - - False - - - False - - - False - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/EOLib.Test/packages.config b/EOLib.Test/packages.config deleted file mode 100644 index 39bfb5500..000000000 --- a/EOLib.Test/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/EOLib/EOLib.csproj b/EOLib/EOLib.csproj index b9757c46a..c05a3f50b 100644 --- a/EOLib/EOLib.csproj +++ b/EOLib/EOLib.csproj @@ -1,364 +1,33 @@ - - - + - Debug + netstandard2.0 x86 - {EDB5AD93-303D-4B07-9FAD-F6A8295D2390} Library - Properties - EOLib - EOLib - v4.6.2 - 512 - + false - true ..\bin\Debug\ - TRACE;DEBUG - full - x86 - prompt - MinimumRecommendedRules.ruleset ..\bin\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset true TRACE;DEBUG;LINUX - full - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Debug/ - x86 TRACE;LINUX true - prompt - MinimumRecommendedRules.ruleset ../bin/Linux/Release/ - x86 - - ..\packages\AutomaticTypeMapper.1.2.0.5\lib\net462\AutomaticTypeMapper.dll - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Abstractions.dll - - - ..\packages\Unity.5.9.7\lib\net46\Unity.Container.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Designer - + + + + - - {2FEC86D4-EA73-472F-9983-B06AF7981F5C} - EOLib.Config - - - {aa07776b-3f05-404a-ba8a-24970a91c024} - EOLib.IO - - - {9F543E30-1320-43E2-8691-080E089154A0} - EOLib.Localization - - - {22820580-B33F-4AA9-8044-A6EC4797AE21} - EOLib.Logger - + - - \ No newline at end of file diff --git a/EOLib/packages.config b/EOLib/packages.config deleted file mode 100644 index c509c6b0f..000000000 --- a/EOLib/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file