From 4d519169c0717dec5330546b856001190b22fa22 Mon Sep 17 00:00:00 2001 From: algernon-A Date: Mon, 25 Jul 2022 09:24:55 +1000 Subject: [PATCH] Migrate to new .csproj. --- Properties/AssemblyInfo.cs | 33 --- Realistic Population Revisited.csproj | 306 +++----------------------- packages.config | 5 - 3 files changed, 31 insertions(+), 313 deletions(-) delete mode 100644 Properties/AssemblyInfo.cs delete mode 100644 packages.config diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs deleted file mode 100644 index ee3c308..0000000 --- a/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,33 +0,0 @@ -using System.Reflection; -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("Realistic Population 2")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Realistic Population 2")] -[assembly: AssemblyCopyright("Copyright © 2015-2022 algernon, Whitefang Greytail")] -[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("f4f4491e-63ec-4206-8434-3bc70a345dc2")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -[assembly: AssemblyVersion("2.0.4.2")] -[assembly: AssemblyFileVersion("2.0.4.2")] diff --git a/Realistic Population Revisited.csproj b/Realistic Population Revisited.csproj index 57c1280..3c3cc27 100644 --- a/Realistic Population Revisited.csproj +++ b/Realistic Population Revisited.csproj @@ -1,275 +1,31 @@ - - - Debug - AnyCPU - {FCCDBBE3-8BA0-47E8-A66E-3B6B6874F2AD} - Library - false - RealPopRevisited - v3.5 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - true - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - RealPop2 - - - - ..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Cities_Skylines\Cities_Data\Managed\Assembly-CSharp.dll - - - packages\CitiesHarmony.API.2.1.0\lib\net35\CitiesHarmony.API.dll - - - packages\CitiesHarmony.Harmony.2.2.0\lib\net35\CitiesHarmony.Harmony.dll - - - ..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Cities_Skylines\Cities_Data\Managed\ColossalManaged.dll - - - ..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Cities_Skylines\Cities_Data\Managed\ICities.dll - - - - - - - - - ..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Cities_Skylines\Cities_Data\Managed\UnityEngine.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - mkdir "%25LOCALAPPDATA%25\Colossal Order\Cities_Skylines\Addons\Mods\$(ProjectName)" -del "%25LOCALAPPDATA%25\Colossal Order\Cities_Skylines\Addons\Mods\$(ProjectName)\*.dll" -xcopy /y "$(TargetPath)" "%25LOCALAPPDATA%25\Colossal Order\Cities_Skylines\Addons\Mods\$(ProjectName)" - - -xcopy /y "$(SolutionDir)packages\CitiesHarmony.API.2.1.0\lib\net35\CitiesHarmony.API.dll" "%25LOCALAPPDATA%25\Colossal Order\Cities_Skylines\Addons\Mods\$(ProjectName)" - - -mkdir "%25LOCALAPPDATA%25\Colossal Order\Cities_Skylines\Addons\Mods\$(ProjectName)\Translations" -del "%25LOCALAPPDATA%25\Colossal Order\Cities_Skylines\Addons\Mods\$(ProjectName)\Translations\*.csv" -xcopy /y "$(SolutionDir)\Translations\" "$(LOCALAPPDATA)\Colossal Order\Cities_Skylines\Addons\Mods\$(ProjectName)\Translations" /s /e - - - \ No newline at end of file + + + net35 + true + A Cities: Skylines mod. + 2.0.4.2 + $(MSBuildProgramFiles32)/Steam/steamapps/common/Cities_Skylines/Cities_Data/Managed + + $(AssemblySearchPaths); + $(ManagedDLLPath); + + + + + + + + + + + <_Translations Include="$(ProjectDir)/Translations/*.csv" /> + + + + $(LOCALAPPDATA)/Colossal Order/Cities_Skylines/Addons/Mods/$(SolutionName)/ + + + + + + diff --git a/packages.config b/packages.config deleted file mode 100644 index 8fdf7ae..0000000 --- a/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file