mirror of
				https://gitgud.io/Stardust3D/rjw-patch-autopsy.git
				synced 2024-08-15 00:43:41 +00:00 
			
		
		
		
	new project layout to support 1.3 and 1.4
(cherry picked from commit 74cca35f51)
			
			
This commit is contained in:
		
							parent
							
								
									1b78cf3f7e
								
							
						
					
					
						commit
						d9032fd4d9
					
				
					 15 changed files with 230 additions and 160 deletions
				
			
		
							
								
								
									
										36
									
								
								Source/RJW_patch_Autopsy/About/About.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								Source/RJW_patch_Autopsy/About/About.xml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,36 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
 | 
			
		||||
<ModMetaData>
 | 
			
		||||
    <name>RJW patch - Harvest Organs Post Mortem</name>
 | 
			
		||||
    <author>Stardust3D</author>
 | 
			
		||||
    <supportedVersions>
 | 
			
		||||
        <li>1.3</li>
 | 
			
		||||
        <li>1.4</li>
 | 
			
		||||
    </supportedVersions>
 | 
			
		||||
    <packageId>Stardust3D.RJW.patch.Autopsy</packageId>
 | 
			
		||||
    <description>This is a compatibility patch to enable 'Harvest Organs post mortem'/Autopsy to yield RJW bodyparts.
 | 
			
		||||
    </description>
 | 
			
		||||
    <modDependencies>
 | 
			
		||||
        <li>
 | 
			
		||||
            <packageId>UnlimitedHugs.HugsLib</packageId>
 | 
			
		||||
            <displayName>HugsLib</displayName>
 | 
			
		||||
            <steamWorkshopUrl>steam://url/CommunityFilePage/818773962</steamWorkshopUrl>
 | 
			
		||||
        </li>
 | 
			
		||||
        <li>
 | 
			
		||||
            <packageId>Smuffle.HarvestOrgansPostMortem</packageId>
 | 
			
		||||
            <displayName>HarvestOrgansPostMortem</displayName>
 | 
			
		||||
            <downloadUrl>https://github.com/DenJur/RimwoldAutopsy</downloadUrl>
 | 
			
		||||
        </li>
 | 
			
		||||
        <li>
 | 
			
		||||
            <packageId>rim.job.world</packageId>
 | 
			
		||||
            <displayName>RimJobWorld</displayName>
 | 
			
		||||
            <downloadUrl>https://gitgud.io/Ed86/rjw</downloadUrl>
 | 
			
		||||
        </li>
 | 
			
		||||
    </modDependencies>
 | 
			
		||||
    <loadAfter>
 | 
			
		||||
        <li>Ludeon.RimWorld</li>
 | 
			
		||||
        <li>UnlimitedHugs.HugsLib</li>
 | 
			
		||||
        <li>Smuffle.HarvestOrgansPostMortem</li>
 | 
			
		||||
        <li>rim.job.world</li>
 | 
			
		||||
    </loadAfter>
 | 
			
		||||
</ModMetaData>
 | 
			
		||||
							
								
								
									
										6
									
								
								Source/RJW_patch_Autopsy/About/Manifest.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								Source/RJW_patch_Autopsy/About/Manifest.xml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,6 @@
 | 
			
		|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 | 
			
		||||
 | 
			
		||||
<Manifest>
 | 
			
		||||
    <identifier>RJW patch - Harvest Organs Post Mortem</identifier>
 | 
			
		||||
    <version>5371.0.1.4</version>
 | 
			
		||||
</Manifest>
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								Source/RJW_patch_Autopsy/About/Preview.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Source/RJW_patch_Autopsy/About/Preview.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 462 KiB  | 
| 
						 | 
				
			
			@ -1,37 +0,0 @@
 | 
			
		|||
using System.Reflection;
 | 
			
		||||
using System.Runtime.InteropServices;
 | 
			
		||||
 | 
			
		||||
// General Information about an assembly is controlled through the following
 | 
			
		||||
// set of attributes. Change these attribute values to modify the information
 | 
			
		||||
// associated with an assembly.
 | 
			
		||||
[assembly: AssemblyTitle("RJW patch - Harvest Organs Post Mortem")]
 | 
			
		||||
[assembly:
 | 
			
		||||
    AssemblyDescription(
 | 
			
		||||
        "This is a compatibility patch to enable 'Harvest Organs post mortem'/Autopsy to yield RJW bodyparts.")]
 | 
			
		||||
[assembly: AssemblyConfiguration("")]
 | 
			
		||||
[assembly: AssemblyCompany("")]
 | 
			
		||||
[assembly: AssemblyProduct("RJW_patch_Autopsy")]
 | 
			
		||||
[assembly: AssemblyCopyright("©2022 Stardust3D")]
 | 
			
		||||
[assembly: AssemblyTrademark("")]
 | 
			
		||||
[assembly: AssemblyCulture("")]
 | 
			
		||||
 | 
			
		||||
// Setting ComVisible to false makes the types in this assembly not visible
 | 
			
		||||
// to COM components.  If you need to access a type in this assembly from
 | 
			
		||||
// COM, set the ComVisible attribute to true on that type.
 | 
			
		||||
[assembly: ComVisible(false)]
 | 
			
		||||
 | 
			
		||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
 | 
			
		||||
[assembly: Guid("4a00fc3e-123a-492b-96de-06af9c982b7a")]
 | 
			
		||||
 | 
			
		||||
// Version information for an assembly consists of the following four values:
 | 
			
		||||
//
 | 
			
		||||
//      Major Version
 | 
			
		||||
//      Minor Version
 | 
			
		||||
//      Build Number
 | 
			
		||||
//      Revision
 | 
			
		||||
//
 | 
			
		||||
// You can specify all the values or you can default the Build and Revision Numbers
 | 
			
		||||
// by using the '*' as shown below:
 | 
			
		||||
// [assembly: AssemblyVersion("1.0.*")]
 | 
			
		||||
[assembly: AssemblyVersion("5000.0.1.4")]
 | 
			
		||||
[assembly: AssemblyFileVersion("5000.0.1.4")] 
 | 
			
		||||
| 
						 | 
				
			
			@ -1,95 +0,0 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
			
		||||
  <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>{F17C6B3F-BA9D-4133-A201-1265A64BCB71}</ProjectGuid>
 | 
			
		||||
    <OutputType>Library</OutputType>
 | 
			
		||||
    <AppDesignerFolder>Properties</AppDesignerFolder>
 | 
			
		||||
    <RootNamespace>RJW_patch_Autopsy</RootNamespace>
 | 
			
		||||
    <AssemblyName>RJW_patch_Autopsy</AssemblyName>
 | 
			
		||||
    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
 | 
			
		||||
    <FileAlignment>512</FileAlignment>
 | 
			
		||||
    <TargetFrameworkProfile>
 | 
			
		||||
    </TargetFrameworkProfile>
 | 
			
		||||
    <AssemblyOriginatorKeyFile>RJW_patch_Autopsy.snk</AssemblyOriginatorKeyFile>
 | 
			
		||||
    <LangVersion>default</LangVersion>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | 
			
		||||
    <DebugSymbols>true</DebugSymbols>
 | 
			
		||||
    <DebugType>portable</DebugType>
 | 
			
		||||
    <Optimize>false</Optimize>
 | 
			
		||||
    <OutputPath>..\..\Assemblies\</OutputPath>
 | 
			
		||||
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 | 
			
		||||
    <ErrorReport>prompt</ErrorReport>
 | 
			
		||||
    <WarningLevel>4</WarningLevel>
 | 
			
		||||
    <Prefer32Bit>false</Prefer32Bit>
 | 
			
		||||
    <DocumentationFile>
 | 
			
		||||
    </DocumentationFile>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | 
			
		||||
    <DebugType>portable</DebugType>
 | 
			
		||||
    <Optimize>true</Optimize>
 | 
			
		||||
    <OutputPath>..\..\Assemblies\</OutputPath>
 | 
			
		||||
    <DefineConstants>
 | 
			
		||||
    </DefineConstants>
 | 
			
		||||
    <ErrorReport>prompt</ErrorReport>
 | 
			
		||||
    <WarningLevel>4</WarningLevel>
 | 
			
		||||
    <Prefer32Bit>false</Prefer32Bit>
 | 
			
		||||
    <DocumentationFile>..\..\Assemblies\RJW_patch_Autopsy.xml</DocumentationFile>
 | 
			
		||||
    <DebugSymbols>true</DebugSymbols>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <SignAssembly>true</SignAssembly>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <DelaySign>false</DelaySign>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <Reference Include="Assembly-CSharp">
 | 
			
		||||
      <HintPath>..\..\..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
 | 
			
		||||
      <Private>False</Private>
 | 
			
		||||
    </Reference>
 | 
			
		||||
    <Reference Include="HugsLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 | 
			
		||||
      <HintPath>..\packages\UnlimitedHugs.Rimworld.HugsLib.10.0.1\lib\net472\HugsLib.dll</HintPath>
 | 
			
		||||
    </Reference>
 | 
			
		||||
    <Reference Include="System.Core" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <Compile Include="Patches\Harmony.cs" />
 | 
			
		||||
    <Compile Include="Patches\NewMedicalRecipesUtilityPatch.cs" />
 | 
			
		||||
    <Compile Include="Mod.cs" />
 | 
			
		||||
    <Compile Include="Properties\AssemblyInfo.cs" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <Content Include="..\..\About\About.xml">
 | 
			
		||||
      <Link>About\About.xml</Link>
 | 
			
		||||
    </Content>
 | 
			
		||||
    <Content Include="..\..\About\Manifest.xml">
 | 
			
		||||
      <Link>About\Manifest.xml</Link>
 | 
			
		||||
    </Content>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <None Include="App.config" />
 | 
			
		||||
    <None Include="RJW_patch_Autopsy.snk" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <Reference Include="RJW">
 | 
			
		||||
      <HintPath>..\..\..\RimwoldAutopsy\1.4\Assemblies\Autopsy.dll</HintPath>
 | 
			
		||||
    </Reference>
 | 
			
		||||
    <Reference Include="RJW">
 | 
			
		||||
      <HintPath>..\..\..\rjw-base\1.4\Assemblies\RJW.dll</HintPath>
 | 
			
		||||
    </Reference>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <PackageReference Include="Lib.Harmony" Version="2.2.2" />
 | 
			
		||||
    <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
 | 
			
		||||
    <PackageReference Include="Krafs.Rimworld.Ref" Version="1.4.3613" />
 | 
			
		||||
    <PackageReference Include="UnlimitedHugs.Rimworld.HugsLib" Version="10.0.1" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 | 
			
		||||
</Project>
 | 
			
		||||
							
								
								
									
										53
									
								
								Source/RJW_patch_Autopsy/RJW_patch_Autopsy_1.3.csproj
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										53
									
								
								Source/RJW_patch_Autopsy/RJW_patch_Autopsy_1.3.csproj
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,53 @@
 | 
			
		|||
<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>{F17C6B3F-BA9D-4133-A201-1265A64BCB71}</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>©2023 Stardust3D</Copyright>
 | 
			
		||||
        <Company>Stardust3D</Company>
 | 
			
		||||
        <AssemblyVersion>5371.0.1.4</AssemblyVersion>
 | 
			
		||||
        <FileVersion>5371.0.1.4</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.3\</OutputPath>
 | 
			
		||||
    </PropertyGroup>
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
        <None Remove="1.4\**"/>
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
        <PackageReference Include="Lib.Harmony" Version="2.2.2"/>
 | 
			
		||||
        <PackageReference Include="Microsoft.CSharp" Version="4.7.0"/>
 | 
			
		||||
        <PackageReference Include="Krafs.Rimworld.Ref" Version="1.4.3704"/>
 | 
			
		||||
        <PackageReference Include="UnlimitedHugs.Rimworld.HugsLib" Version="10.0.1"/>
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
        <Reference Include="Autopsy">
 | 
			
		||||
          <HintPath>..\..\..\RimwoldAutopsy\1.3\Assemblies\Autopsy.dll</HintPath>
 | 
			
		||||
        </Reference>
 | 
			
		||||
        <Reference Include="RJW">
 | 
			
		||||
            <HintPath>..\..\..\rjw-base\1.3\Assemblies\RJW.dll</HintPath>
 | 
			
		||||
        </Reference>
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
        <Compile Remove="1.4\**"/>
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
        <EmbeddedResource Remove="1.4\**"/>
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
      <Folder Include="Properties\" />
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
</Project>
 | 
			
		||||
							
								
								
									
										53
									
								
								Source/RJW_patch_Autopsy/RJW_patch_Autopsy_1.4.csproj
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										53
									
								
								Source/RJW_patch_Autopsy/RJW_patch_Autopsy_1.4.csproj
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,53 @@
 | 
			
		|||
<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>{fc20ca27-4400-4aac-99af-f18cafac942e}</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>©2023 Stardust3D</Copyright>
 | 
			
		||||
        <Company>Stardust3D</Company>
 | 
			
		||||
        <AssemblyVersion>5371.0.1.4</AssemblyVersion>
 | 
			
		||||
        <FileVersion>5371.0.1.4</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.4\</OutputPath>
 | 
			
		||||
    </PropertyGroup>
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
        <None Remove="1.3\**"/>
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
        <PackageReference Include="Lib.Harmony" Version="2.2.2"/>
 | 
			
		||||
        <PackageReference Include="Microsoft.CSharp" Version="4.7.0"/>
 | 
			
		||||
        <PackageReference Include="Krafs.Rimworld.Ref" Version="1.4.3704"/>
 | 
			
		||||
        <PackageReference Include="UnlimitedHugs.Rimworld.HugsLib" Version="10.0.1"/>
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
        <Reference Include="Autopsy">
 | 
			
		||||
          <HintPath>..\..\..\RimwoldAutopsy\1.4\Assemblies\Autopsy.dll</HintPath>
 | 
			
		||||
        </Reference>
 | 
			
		||||
        <Reference Include="RJW">
 | 
			
		||||
            <HintPath>..\..\..\rjw-base\1.4\Assemblies\RJW.dll</HintPath>
 | 
			
		||||
        </Reference>
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
        <Compile Remove="1.3\**"/>
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
        <EmbeddedResource Remove="1.3\**"/>
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
      <Folder Include="Properties\" />
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
</Project>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue