Skip to content

Commit

Permalink
Removed about debug and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
flabbet committed Feb 17, 2020
1 parent 8a897fb commit d7c7490
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 34 deletions.
15 changes: 0 additions & 15 deletions About/About-Debug.xml

This file was deleted.

15 changes: 0 additions & 15 deletions About/About-Release.xml

This file was deleted.

5 changes: 2 additions & 3 deletions About/About.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>Emergency Resources - Dev Build</name>
<name>Emergency Resources</name>
<author>flabbet</author>
<packageId>flabbet.EmergencyResources</packageId>
<supportedGameVersions>
<li>1.1</li>
<li>1.0</li>
</supportedGameVersions>
<description>
Emergency Resources will save your colony in critial need.
(This is the dev version of Emergency Resources. The release version of About.xml is available for editing at About/About-Release.xml. Edits made on this file or on the temporary About/About.xml won't show up on the release version. Use VisualStudio to build a "Release" version of this mod when ready to upload your mod!)
Emergency Resources will save your colony in critial need. Adds item to summon resource pods with base resources.
</description>
<url>https://github.com/flabbet/-Rimworld-Mod-Emergency-Resources</url>
</ModMetaData>
1 change: 1 addition & 0 deletions About/PublishedFileId.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1728150743
Binary file modified Assemblies/Emergency_Resources.dll
Binary file not shown.
4 changes: 3 additions & 1 deletion Source/Emergency_Resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release -quicktest|AnyCPU' ">
<StartArguments>-quicktest</StartArguments>
<Prefer32Bit>false</Prefer32Bit>
<OutputPath>..\Assemblies\</OutputPath>
</PropertyGroup>
<PropertyGroup>
<StartAction>Program</StartAction>
Expand All @@ -58,7 +59,8 @@
<HintPath>..\..\..\RimWorldWin64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<None Include="..\About\**" />
<None Include="..\About\About.xml" />
<None Include="..\About\Preview.png" />
<None Include="..\Defs\**" />
<None Include="..\Languages\**" />
<None Include="..\Patches\**" />
Expand Down

0 comments on commit d7c7490

Please sign in to comment.