-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a detour for Decor Reimagined compatibility, as more optional par…
…ameters were added to room constraints.
- Loading branch information
1 parent
8474770
commit e71a0ce
Showing
2 changed files
with
560 additions
and
551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<AssemblyTitle>Decor Reimagined</AssemblyTitle> | ||
<FileVersion>4.17.0.0</FileVersion> | ||
<RootNamespace>ReimaginationTeam.DecorRework</RootNamespace> | ||
<Description>Reworks decor, making an attractive colony a better colony.</Description> | ||
<AssemblyVersion>4.1.0.0</AssemblyVersion> | ||
<CopyPreview>true</CopyPreview> | ||
<LastWorkingBuild>581979</LastWorkingBuild> | ||
<Platforms>Vanilla;Mergedown</Platforms> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Remove="buildings.json" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="buildings.json" /> | ||
</ItemGroup> | ||
</Project> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<AssemblyTitle>Decor Reimagined</AssemblyTitle> | ||
<FileVersion>4.18.0.0</FileVersion> | ||
<RootNamespace>ReimaginationTeam.DecorRework</RootNamespace> | ||
<Description>Reworks decor, making an attractive colony a better colony.</Description> | ||
<AssemblyVersion>4.1.0.0</AssemblyVersion> | ||
<CopyPreview>true</CopyPreview> | ||
<LastWorkingBuild>581979</LastWorkingBuild> | ||
<Platforms>Vanilla;Mergedown</Platforms> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Remove="buildings.json" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="buildings.json" /> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.