From 833ec43a52c140edaa751f48695083986d111653 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Thu, 26 Nov 2020 17:47:42 -0800 Subject: [PATCH] Update project files --- .gitignore | 1 + Source/ConformalDecals.sln | 10 +- Source/ConformalDecals/ConformalDecals.csproj | 171 +++++++----------- .../Properties/AssemblyInfo.cs | 33 ---- 4 files changed, 70 insertions(+), 145 deletions(-) diff --git a/.gitignore b/.gitignore index 45bb007..5b4dea1 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ Source/ConformalDecals/bin *.sublime* .idea obj +*.swp diff --git a/Source/ConformalDecals.sln b/Source/ConformalDecals.sln index 5962f05..2e27ad0 100644 --- a/Source/ConformalDecals.sln +++ b/Source/ConformalDecals.sln @@ -1,6 +1,6 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConformalDecals", "ConformalDecals/ConformalDecals.csproj", "{1ea983f9-42e5-494e-9683-fdac9c9121f4}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConformalDecals", "ConformalDecals/ConformalDecals.csproj", "{1EA983F9-42E5-494E-9683-FDAC9C9121F4}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -8,9 +8,9 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {1ea983f9-42e5-494e-9683-fdac9c9121f4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1ea983f9-42e5-494e-9683-fdac9c9121f4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1ea983f9-42e5-494e-9683-fdac9c9121f4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {1ea983f9-42e5-494e-9683-fdac9c9121f4}.Release|Any CPU.Build.0 = Release|Any CPU + {1EA983F9-42E5-494E-9683-FDAC9C9121F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1EA983F9-42E5-494E-9683-FDAC9C9121F4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1EA983F9-42E5-494E-9683-FDAC9C9121F4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1EA983F9-42E5-494E-9683-FDAC9C9121F4}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal diff --git a/Source/ConformalDecals/ConformalDecals.csproj b/Source/ConformalDecals/ConformalDecals.csproj index f4c47b7..2e59b75 100644 --- a/Source/ConformalDecals/ConformalDecals.csproj +++ b/Source/ConformalDecals/ConformalDecals.csproj @@ -1,115 +1,72 @@ - - - + + - Debug - AnyCPU - {1ea983f9-42e5-494e-9683-fdac9c9121f4} - Library - Properties - v4.6 - 512 - true + net48 8 - ConformalDecals - - - true - full - false - bin/Debug/ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin/Release/ - TRACE - prompt - 4 - bin/Release/ConformalDecals.xml - CS1591,CS0649 + false + x64 + 1701;1702;CS0649;CS1591 + echo "hello world" + + - - dlls/Assembly-CSharp.dll - - - dlls\KSPAssets.dll - - - dlls/Shabby.dll - - - - dlls/UnityEngine.dll - - - dlls/UnityEngine.AssetBundleModule.dll - - - dlls/UnityEngine.CoreModule.dll - - - dlls/UnityEngine.PhysicsModule.dll - - - dlls/UnityEngine.TextCoreModule.dll - - - dlls/UnityEngine.TextRenderingModule.dll - - - dlls/UnityEngine.UI.dll - - - dlls/UnityEngine.UIElementsModule.dll - - - dlls/UnityEngine.UIModule.dll - + + dlls\Assembly-CSharp.dll + + + dlls\KSPAssets.dll + + + dlls\Shabby.dll + + + dlls\UnityEngine.dll + + + dlls\UnityEngine.AnimationModule.dll + + + dlls\UnityEngine.AssetBundleModule.dll + + + dlls\UnityEngine.CoreModule.dll + + + dlls\UnityEngine.InputLegacyModule.dll + + + dlls\UnityEngine.PhysicsModule.dll + + + dlls\UnityEngine.TextCoreModule.dll + + + dlls\UnityEngine.TextRenderingModule.dll + + + dlls\UnityEngine.UI.dll + + + dlls\UnityEngine.UIElementsModule.dll + + + dlls\UnityEngine.UIModule.dll + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - sh -e -c "cp -v '$(TargetPath)' '$(SolutionDir)/../GameData/ConformalDecals/Plugins'" - + + + + + + + + + + + diff --git a/Source/ConformalDecals/Properties/AssemblyInfo.cs b/Source/ConformalDecals/Properties/AssemblyInfo.cs index 3eab961..0d9584a 100644 --- a/Source/ConformalDecals/Properties/AssemblyInfo.cs +++ b/Source/ConformalDecals/Properties/AssemblyInfo.cs @@ -2,37 +2,4 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("ConformalDecals")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Cineboxandrew")] -[assembly: AssemblyProduct("ConformalDecals")] -[assembly: AssemblyCopyright("Copyright © Andrew Cassidy 2020")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("1ea983f9-42e5-494e-9683-fdac9c9121f4")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] - [assembly: KSPAssembly("ConformalDecals", 0, 1, 0)]