mirror of
https://gitgud.io/Stardust3D/rjw-patch-autopsy.git
synced 2026-06-18 19:35:46 +00:00
60 lines
2.7 KiB
XML
60 lines
2.7 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')"/>
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{828ac463-72f1-4f6c-91e2-e0b7dae6c938}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>RJW_patch_Autopsy</RootNamespace>
|
|
<AssemblyName>RJW_patch_Autopsy</AssemblyName>
|
|
<TargetFramework>net48</TargetFramework>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
<LangVersion>11</LangVersion>
|
|
<Copyright>©2025 Stardust3D</Copyright>
|
|
<Company>Stardust3D</Company>
|
|
<AssemblyVersion>6020.0.1.5</AssemblyVersion>
|
|
<FileVersion>6020.0.1.5</FileVersion>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>RJW_patch_Autopsy.snk</AssemblyOriginatorKeyFile>
|
|
<Description>This is a compatibility patch to enable 'Harvest Organs post mortem'/Autopsy to yield RJW bodyparts.</Description>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<OutputPath>bin\Release\1.6\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<OutputPath>bin\Debug\1.6\</OutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<None Remove="1.3\**"/>
|
|
<None Remove="1.4\**"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Lib.Harmony" Version="2.4.2" />
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
|
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.6.4633" />
|
|
<PackageReference Include="UnlimitedHugs.Rimworld.HugsLib" Version="12.0.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Autopsy">
|
|
<HintPath>..\dependencies\Harvest-Post-Mortem-1.6\1.6\Assemblies\Autopsy.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="RJW">
|
|
<HintPath>..\dependencies\rjw\1.6\Assemblies\RJW.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Remove="1.3\**"/>
|
|
<Compile Remove="1.4\**"/>
|
|
<Compile Remove="Patches\NewMedicalRecipesUtilityPatch.cs"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Remove="1.3\**"/>
|
|
<EmbeddedResource Remove="1.4\**"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Properties\" />
|
|
</ItemGroup>
|
|
</Project>
|