From f85dc393815d8887db6facc0b93e43521bb5d982 Mon Sep 17 00:00:00 2001 From: Luke Spragg Date: Tue, 3 Mar 2020 22:26:01 -0500 Subject: [PATCH] Update project files --- .gitignore | 11 +++++++++++ LICENSE.md => LICENSE | 2 +- Oxide.Unity.sln | 12 +++++++++--- netfx.props | 31 +++++++++++++++++++++++++++++++ nuget.config | 3 +-- src/Oxide.Unity.csproj | 20 ++++++-------------- 6 files changed, 59 insertions(+), 20 deletions(-) rename LICENSE.md => LICENSE (95%) create mode 100644 netfx.props diff --git a/.gitignore b/.gitignore index 222f5cc..2f5ff93 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ TestResult.xml # NuGet packages *.nupkg **/packages/* +**/tools/* !**/packages/build/ !**/packages/repositories.config @@ -63,3 +64,13 @@ _ReSharper*/ *.DotSettings.user ## TeamCity add-in _TeamCity* + +# Other files +**/Bundle/ +**/Dependencies/Patched/ +**/Dependencies/linux/ +**/Dependencies/windows/ +DepotDownloader.config +.DepotDownloader/ +.deploy +.steam* diff --git a/LICENSE.md b/LICENSE similarity index 95% rename from LICENSE.md rename to LICENSE index 8c8d2e9..325d072 100644 --- a/LICENSE.md +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2017 Oxide Team and Contributors +Copyright (c) 2013-2020 Oxide Team and Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Oxide.Unity.sln b/Oxide.Unity.sln index d88b3c5..79ba2fb 100644 --- a/Oxide.Unity.sln +++ b/Oxide.Unity.sln @@ -1,8 +1,8 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27004.2008 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29806.167 MinimumVisualStudioVersion = 15.0 -Project("{AC016865-AE43-4FEF-BD68-8B9AEFDA0B1A}") = "Oxide.Unity", "src\Oxide.Unity.csproj", "{52C26C5B-23E5-48A2-B403-5FF5C898E91A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Oxide.Unity", "src\Oxide.Unity.csproj", "{52C26C5B-23E5-48A2-B403-5FF5C898E91A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,4 +15,10 @@ Global {52C26C5B-23E5-48A2-B403-5FF5C898E91A}.Release|Any CPU.ActiveCfg = Release|Any CPU {52C26C5B-23E5-48A2-B403-5FF5C898E91A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {ABEF6BFB-DC29-4E35-ABAA-70BFE629BAB6} + EndGlobalSection EndGlobal diff --git a/netfx.props b/netfx.props new file mode 100644 index 0000000..f744186 --- /dev/null +++ b/netfx.props @@ -0,0 +1,31 @@ + + + + True + + + /Library/Frameworks/Mono.framework/Versions/Current/lib/mono + /usr/lib/mono + /usr/local/lib/mono + + + $(BaseFrameworkPathOverrideForMono)/2.0-api + $(BaseFrameworkPathOverrideForMono)/4.0-api + $(BaseFrameworkPathOverrideForMono)/4.5-api + $(BaseFrameworkPathOverrideForMono)/4.5.1-api + $(BaseFrameworkPathOverrideForMono)/4.5.2-api + $(BaseFrameworkPathOverrideForMono)/4.6-api + $(BaseFrameworkPathOverrideForMono)/4.6.1-api + $(BaseFrameworkPathOverrideForMono)/4.6.2-api + $(BaseFrameworkPathOverrideForMono)/4.7-api + $(BaseFrameworkPathOverrideForMono)/4.7.1-api + True + + + C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client + /Library/Frameworks/Mono.framework/Versions/Current/lib/mono/2.0-api + + + $(FrameworkPathOverride)/Facades;$(AssemblySearchPaths) + + diff --git a/nuget.config b/nuget.config index 63e3798..e2a000e 100644 --- a/nuget.config +++ b/nuget.config @@ -11,7 +11,6 @@ - - + diff --git a/src/Oxide.Unity.csproj b/src/Oxide.Unity.csproj index 3eab028..a7ac4b5 100644 --- a/src/Oxide.Unity.csproj +++ b/src/Oxide.Unity.csproj @@ -1,29 +1,21 @@  + 2.0.0 Oxide.Unity - Oxide and Contributors + Oxide Team and Contributors + (c) 2013-$([System.DateTime]::Now.Year) $(Authors) Unity Engine extension for the Oxide modding framework https://github.com/OxideMod/Oxide.Unity - https://github.com/OxideMod/Oxide.Unity/blob/develop/LICENSE.md - https://github.com/OxideMod/Oxide.Unity - https://avatars1.githubusercontent.com/u/10712027?s=64 - Copyright (c) 2014-$([System.DateTime]::Now.Year) $(Authors) - gaming modding plugins unity unity3d + icon.png + MIT + $(RepositoryUrl) net35 True - - C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client - /Library/Frameworks/Mono.framework/Versions/Current/lib/mono/2.0-api - Oxide.Core.Unity -