Skip to content

Commit

Permalink
1.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxWithAShotgun committed Aug 11, 2020
1 parent 4d57596 commit 58d9166
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 0 deletions.
Binary file modified 1.2/Assemblies/ReviaRace.dll
Binary file not shown.
1 change: 1 addition & 0 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<author>Fox with a Shotgun</author>
<supportedVersions>
<li>1.1</li>
<li>1.2</li>
</supportedVersions>
<packageId>FS.ReviaRace</packageId>
<modDependencies>
Expand Down
10 changes: 10 additions & 0 deletions Source/ReviaRace.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release 1.2|AnyCPU'">
<OutputPath>..\1.2\Assemblies\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
Expand Down
3 changes: 3 additions & 0 deletions Source/ReviaRace.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release 1.2|Any CPU = Release 1.2|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF2BD9DB-9224-4EB0-A772-D1757C6DCAE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF2BD9DB-9224-4EB0-A772-D1757C6DCAE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF2BD9DB-9224-4EB0-A772-D1757C6DCAE2}.Release 1.2|Any CPU.ActiveCfg = Release 1.2|Any CPU
{DF2BD9DB-9224-4EB0-A772-D1757C6DCAE2}.Release 1.2|Any CPU.Build.0 = Release 1.2|Any CPU
{DF2BD9DB-9224-4EB0-A772-D1757C6DCAE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF2BD9DB-9224-4EB0-A772-D1757C6DCAE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
Expand Down
Binary file modified Source/obj/Debug/ReviaRace.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions Source/obj/Release 1.2/ReviaRace.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
F:\SteamLibrary\steamapps\common\RimWorld\Mods\RimWorld-ReviaRaceMod\1.2\Assemblies\ReviaRace.dll
F:\SteamLibrary\steamapps\common\RimWorld\Mods\RimWorld-ReviaRaceMod\1.2\Assemblies\ReviaRace.pdb
F:\SteamLibrary\steamapps\common\RimWorld\Mods\RimWorld-ReviaRaceMod\Source\obj\Release 1.2\ReviaRace.csprojAssemblyReference.cache
F:\SteamLibrary\steamapps\common\RimWorld\Mods\RimWorld-ReviaRaceMod\Source\obj\Release 1.2\ReviaRace.dll
F:\SteamLibrary\steamapps\common\RimWorld\Mods\RimWorld-ReviaRaceMod\Source\obj\Release 1.2\ReviaRace.pdb
Binary file not shown.
Binary file added Source/obj/Release 1.2/ReviaRace.dll
Binary file not shown.
Binary file added Source/obj/Release 1.2/ReviaRace.pdb
Binary file not shown.

0 comments on commit 58d9166

Please sign in to comment.