Skip to content

Commit

Permalink
Supports RimWorld 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Oct 19, 2022
1 parent 1591b36 commit 85c286d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 18 deletions.
Binary file added 1.4/Assemblies/CrossPromotion.dll
Binary file not shown.
Binary file added 1.4/Assemblies/SameSpot.dll
Binary file not shown.
1 change: 1 addition & 0 deletions About/About.xml
Expand Up @@ -7,6 +7,7 @@
<li>1.1</li>
<li>1.2</li>
<li>1.3</li>
<li>1.4</li>
</supportedVersions>
<modDependencies>
<li>
Expand Down
3 changes: 2 additions & 1 deletion About/Manifest.xml
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>net.pardeike.rimworld.mod.samespot</identifier>
<version>2.2.1.0</version>
<version>2.3.0.0</version>
<targetVersions>
<li>1.0.0</li>
<li>1.1.0</li>
<li>1.2.0</li>
<li>1.3.0</li>
<li>1.4.0</li>
</targetVersions>
<dependencies>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions LoadFolders.xml
@@ -1,8 +1,4 @@
<loadFolders>
<v1.1>
<li>/</li>
<li>1.1</li>
</v1.1>
<v1.2>
<li>/</li>
<li>1.2</li>
Expand All @@ -11,4 +7,8 @@
<li>/</li>
<li>1.3</li>
</v1.3>
<v1.4>
<li>/</li>
<li>1.4</li>
</v1.4>
</loadFolders>
6 changes: 0 additions & 6 deletions Source/GlobalSuppressions.cs

This file was deleted.

14 changes: 7 additions & 7 deletions Source/SameSpot.csproj
Expand Up @@ -7,10 +7,10 @@
<TargetFramework>net472</TargetFramework>
<LangVersion>8.0</LangVersion>
<PlatformTarget>x64</PlatformTarget>
<OutputPath>..\1.3\Assemblies\</OutputPath>
<OutputPath>..\1.4\Assemblies\</OutputPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Version>2.2.1.0</Version>
<Version>2.3.0.0</Version>
<Copyright>Copyright Andreas Pardeike</Copyright>
</PropertyGroup>

Expand All @@ -31,10 +31,10 @@

<ItemGroup>
<PackageReference Include="Brrainz.RimWorld.CrossPromotion" Version="1.0.0" />
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.3.3299-beta" GeneratePathProperty="true" />
<PackageReference Include="Lib.Harmony" Version="2.2.0" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.2" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net472" Version="1.0.2">
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.4.3521-beta" GeneratePathProperty="true" />
<PackageReference Include="Lib.Harmony" Version="2.2.2" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.NETCore.Platforms" Version="6.0.6" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net472" Version="1.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down Expand Up @@ -76,7 +76,7 @@
ModBuilder XMLPut -file "$(MSBuildProjectDirectory)\..\About\Manifest.xml" -xpath /Manifest/version -value "{{$(MSBuildProjectName)-version}}"
)
if defined INSTALL_MOD (
"%INSTALL_MOD%" "$(Configuration)" "$(MSBuildProjectDirectory)\..\" "$(MSBuildProjectName)" "1.1 1.2 1.3 About Assemblies Textures" "LoadFolders.xml"
"%INSTALL_MOD%" "$(Configuration)" "$(MSBuildProjectDirectory)\..\" "$(MSBuildProjectName)" "1.2 1.3 1.4 About Assemblies Textures" "LoadFolders.xml"
)
</PostBuildEvent>
<Company>Brrainz</Company>
Expand Down

0 comments on commit 85c286d

Please sign in to comment.