mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
preparing for 1.3
This commit is contained in:
parent
5f577d6dae
commit
e02663e936
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
Loading…
Reference in a new issue