diff --git a/League Sandbox Auto Setup.sln b/League Sandbox Auto Setup.sln index 6295773..e396bb3 100644 --- a/League Sandbox Auto Setup.sln +++ b/League Sandbox Auto Setup.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27703.2035 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31402.337 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "League Sandbox Auto Setup", "League Sandbox Auto Setup\League Sandbox Auto Setup.csproj", "{89A6C714-6579-44A3-A631-A8388CB58D3B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "League Sandbox Auto Setup", "League Sandbox Auto Setup\League Sandbox Auto Setup.csproj", "{89A6C714-6579-44A3-A631-A8388CB58D3B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,8 +15,8 @@ Global GlobalSection(ProjectConfigurationPlatforms) = postSolution {89A6C714-6579-44A3-A631-A8388CB58D3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {89A6C714-6579-44A3-A631-A8388CB58D3B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {89A6C714-6579-44A3-A631-A8388CB58D3B}.Debug|x64.ActiveCfg = Debug|x64 - {89A6C714-6579-44A3-A631-A8388CB58D3B}.Debug|x64.Build.0 = Debug|x64 + {89A6C714-6579-44A3-A631-A8388CB58D3B}.Debug|x64.ActiveCfg = Debug|Any CPU + {89A6C714-6579-44A3-A631-A8388CB58D3B}.Debug|x64.Build.0 = Debug|Any CPU {89A6C714-6579-44A3-A631-A8388CB58D3B}.Release|Any CPU.ActiveCfg = Release|Any CPU {89A6C714-6579-44A3-A631-A8388CB58D3B}.Release|Any CPU.Build.0 = Release|Any CPU {89A6C714-6579-44A3-A631-A8388CB58D3B}.Release|x64.ActiveCfg = Release|x64 diff --git a/League Sandbox Auto Setup/FodyWeavers.xml b/League Sandbox Auto Setup/FodyWeavers.xml index 9980448..efb878b 100644 --- a/League Sandbox Auto Setup/FodyWeavers.xml +++ b/League Sandbox Auto Setup/FodyWeavers.xml @@ -1,11 +1,11 @@  - - + + git2-6311e88 git2-6311e88 - + \ No newline at end of file diff --git a/League Sandbox Auto Setup/FodyWeavers.xsd b/League Sandbox Auto Setup/FodyWeavers.xsd new file mode 100644 index 0000000..05e92c1 --- /dev/null +++ b/League Sandbox Auto Setup/FodyWeavers.xsd @@ -0,0 +1,141 @@ + + + + + + + + + + + + A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks + + + + + A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. + + + + + A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks + + + + + A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. + + + + + A list of unmanaged 32 bit assembly names to include, delimited with line breaks. + + + + + A list of unmanaged 64 bit assembly names to include, delimited with line breaks. + + + + + The order of preloaded assemblies, delimited with line breaks. + + + + + + This will copy embedded files to disk before loading them into memory. This is helpful for some scenarios that expected an assembly to be loaded from a physical file. + + + + + Controls if .pdbs for reference assemblies are also embedded. + + + + + Controls if runtime assemblies are also embedded. + + + + + Controls whether the runtime assemblies are embedded with their full path or only with their assembly name. + + + + + Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option. + + + + + As part of Costura, embedded assemblies are no longer included as part of the build. This cleanup can be turned off. + + + + + Costura by default will load as part of the module initialization. This flag disables that behavior. Make sure you call CosturaUtility.Initialize() somewhere in your code. + + + + + Costura will by default use assemblies with a name like 'resources.dll' as a satellite resource and prepend the output path. This flag disables that behavior. + + + + + A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with | + + + + + A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |. + + + + + A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with | + + + + + A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with |. + + + + + A list of unmanaged 32 bit assembly names to include, delimited with |. + + + + + A list of unmanaged 64 bit assembly names to include, delimited with |. + + + + + The order of preloaded assemblies, delimited with |. + + + + + + + + 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. + + + + + A comma-separated list of error codes that can be safely ignored in assembly verification. + + + + + 'false' to turn off automatic generation of the XML Schema file. + + + + + \ No newline at end of file diff --git a/League Sandbox Auto Setup/League Sandbox Auto Setup.csproj b/League Sandbox Auto Setup/League Sandbox Auto Setup.csproj index cd5a412..1ebe810 100644 --- a/League Sandbox Auto Setup/League Sandbox Auto Setup.csproj +++ b/League Sandbox Auto Setup/League Sandbox Auto Setup.csproj @@ -1,198 +1,25 @@ - - + - - Debug - AnyCPU - {89A6C714-6579-44A3-A631-A8388CB58D3B} + net5.0-windows WinExe - League_Sandbox_Auto_Setup - League Sandbox Auto Setup - v4.8 - 512 - true - - - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + false + true + true - true bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt MinimumRecommendedRules.ruleset - true bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt MinimumRecommendedRules.ruleset - true icon.ico - - ..\packages\Costura.Fody.3.1.0\lib\net46\Costura.dll - - - ..\packages\LibGit2Sharp.0.26.2\lib\net46\LibGit2Sharp.dll - - - ..\packages\Microsoft.Extensions.Configuration.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Configuration.dll - - - ..\packages\Microsoft.Extensions.Configuration.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll - - - ..\packages\Microsoft.Extensions.Configuration.Binder.2.2.4\lib\netstandard2.0\Microsoft.Extensions.Configuration.Binder.dll - - - ..\packages\Microsoft.Extensions.Configuration.FileExtensions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Configuration.FileExtensions.dll - - - ..\packages\Microsoft.Extensions.Configuration.Json.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Configuration.Json.dll - - - ..\packages\Microsoft.Extensions.FileProviders.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.FileProviders.Abstractions.dll - - - ..\packages\Microsoft.Extensions.FileProviders.Physical.2.2.0\lib\netstandard2.0\Microsoft.Extensions.FileProviders.Physical.dll - - - ..\packages\Microsoft.Extensions.FileSystemGlobbing.2.2.0\lib\netstandard2.0\Microsoft.Extensions.FileSystemGlobbing.dll - - - ..\packages\Microsoft.Extensions.Primitives.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll - - - ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll - - - ..\packages\NuGet.Client.4.2.0\lib\net45\NuGet.Client.dll - - - ..\packages\NuGet.Common.4.2.0\lib\net45\NuGet.Common.dll - - - ..\packages\NuGet.ContentModel.4.2.0\lib\net45\NuGet.ContentModel.dll - - - ..\packages\NuGet.Frameworks.4.2.0\lib\net45\NuGet.Frameworks.dll - - - ..\packages\NuGet.Packaging.4.2.0\lib\net45\NuGet.Packaging.dll - - - ..\packages\NuGet.Packaging.Core.4.2.0\lib\net45\NuGet.Packaging.Core.dll - - - ..\packages\NuGet.Packaging.Core.Types.4.2.0\lib\net45\NuGet.Packaging.Core.Types.dll - - - ..\packages\NuGet.Repositories.4.2.0\lib\net45\NuGet.Repositories.dll - - - ..\packages\NuGet.RuntimeModel.4.2.0\lib\net45\NuGet.RuntimeModel.dll - - - ..\packages\NuGet.Versioning.4.2.0\lib\net45\NuGet.Versioning.dll - - - ..\packages\SharpCompress.0.22.0\lib\net45\SharpCompress.dll - - - - ..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll - - - - - - ..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll - - - - ..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.1\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - - - - - - - - - - - - Form - - - LeagueSandboxAutoSetupForm.cs - - - - - - - - LeagueSandboxAutoSetupForm.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - True - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - + @@ -211,15 +38,22 @@ True - - - - 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}. - - - - - - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + SettingsSingleFileGenerator + + \ No newline at end of file diff --git a/League Sandbox Auto Setup/League Sandbox Auto Setup.csproj.user b/League Sandbox Auto Setup/League Sandbox Auto Setup.csproj.user new file mode 100644 index 0000000..fbaada1 --- /dev/null +++ b/League Sandbox Auto Setup/League Sandbox Auto Setup.csproj.user @@ -0,0 +1,9 @@ + + + + + + Form + + + \ No newline at end of file diff --git a/League Sandbox Auto Setup/packages.config b/League Sandbox Auto Setup/packages.config deleted file mode 100644 index 807db4e..0000000 --- a/League Sandbox Auto Setup/packages.config +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file