preparing for 1.3

This commit is contained in:
c0ffee 2021-07-13 17:08:11 -07:00
parent 5f577d6dae
commit e02663e936
1 changed files with 6 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>1.2\Assemblies\</OutputPath>
<OutputPath>1.3\Assemblies\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@ -111,6 +111,8 @@
<Compile Include="Source\Settings\AnimationSettings.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="1.1\Assemblies\Rimworld-Animations.dll" />
<Content Include="1.2\Assemblies\Rimworld-Animations.dll" />
<Content Include="About\About.xml" />
<Content Include="About\Manifest.xml" />
<Content Include="Defs\AnimationDefs\Animations_Beast.xml" />
@ -124,5 +126,8 @@
<Content Include="Defs\SoundDefs\Sounds_Sex.xml" />
<Content Include="LoadFolders.xml" />
</ItemGroup>
<ItemGroup>
<Folder Include="1.3\Assemblies\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>