preparing for 1.3

This commit is contained in:
c0ffee 2021-07-13 17:08:11 -07:00
parent 5f577d6dae
commit e02663e936

View file

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