diff --git a/PedestrianBridge/PedestrianBridge.csproj b/PedestrianBridge/PedestrianBridge.csproj index da3628b..835dea4 100644 --- a/PedestrianBridge/PedestrianBridge.csproj +++ b/PedestrianBridge/PedestrianBridge.csproj @@ -1,179 +1,142 @@ - - - + - Debug - AnyCPU - {3818BA07-D208-4D16-B078-DFA47D4B8BFA} - Library - Properties - PedestrianBridge - PedestrianBridge - v3.5 - 8.0 - 512 + net35 false + 2.0.1.* + latest + full + true + Debug;Release;Workshop + + $(MSBuildProjectDirectory)/=$(ProjectName)/ + ../dependencies + ~/Library/Application Support/Steam/ + $(ProgramFiles)/Steam + $(Registry:HKEY_CURRENT_USER\Software\Valve\Steam@SteamPath) + $(SteamPath)/steamapps/common/Cities_Skylines + $(SteamPath)/steamapps/workshop/content/255710/$(ContentID) + $(CSPath)/Cities_Data/Managed + + $(AssemblySearchPaths); + $(ManagedDLLPath); + $(CitiesSkylinesBinaries); + ../libs/ + - true - full - false - bin\Debug\ DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - - - prompt - 4 - - ..\dependencies - ~/Library/Application Support/Steam/ - $(ProgramFiles)\Steam - $(Registry:HKEY_CURRENT_USER\Software\Valve\Steam@SteamPath) - $(SteamPath)\steamapps\common\Cities_Skylines - $(CSPath)\Cities_Data\Managed + + DEBUG;TRACE + 2030755273 + $(SteamPath)/steamapps/workshop/content/255710/$(ContentID) - - - $(MangedDLLPath)\Assembly-CSharp.dll - False - - - $(MangedDLLPath)\ColossalManaged.dll + + False - - False - ..\libs\CSUtil.Commons.dll - + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + ..\..\AutomaticRoundaboutBuilder\dependencies\FineRoadTool.dll - - $(MangedDLLPath)\ICities.dll - False - - - ..\libs\TrafficManager.dll - - - $(MangedDLLPath)\UnityEngine.dll - False - - - $(MangedDLLPath)\UnityEngine.Networking.dll - False - - - $(MangedDLLPath)\UnityEngine.UI.dll - False - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + - - - - $(PostBuildEventDependsOn); - PostBuildMacros; - - set "DEPLOYDIR=$(LOCALAPPDATA)\Colossal Order\Cities_Skylines\Addons\Mods\$(TargetName)\" - -del "%25DEPLOYDIR%25$(TargetFileName)" -xcopy /y /v "$(TargetDir)$(TargetFileName)" "%25DEPLOYDIR%25" + + $(LOCALAPPDATA)/Colossal Order/Cities_Skylines/Addons/Mods/$(SolutionName)/ + $([System.DateTime]::Now.ToString("HH:mm:ss")) + $(PkgMono_Unofficial_pdb2mdb)/tools/pdb2mdb.exe + $(SolutionName)-V@(VersionNumber)-$(GitCommit)-$(Configuration).zip + $(DeployDir)/../$(ZipFileName) + + + + -echo THE ASSEMBLY VERSION IS: @(VersionNumber) created at %25time%25 -set DEPLOYDIR= - + + + + + + + + + + + + + + + + + + + + + + + $(LOCALAPPDATA)/Colossal Order/Cities_Skylines/Addons/Mods/$(SolutionName)/ + + + + \ No newline at end of file diff --git a/PedestrianBridge/Properties/AssemblyInfo.cs b/PedestrianBridge/Properties/AssemblyInfo.cs deleted file mode 100644 index 6d6b8b2..0000000 --- a/PedestrianBridge/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,32 +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("PedestrianBridge")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("PedestrianBridge")] -[assembly: AssemblyCopyright("Copyright © 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("3818ba07-d208-4d16-b078-dfa47d4b8bfa")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -[assembly: AssemblyVersion("2.0.0.*")] // faster and better Lwrapper travel. \ No newline at end of file