rjw-plasticsurgeries/Source/RJW_PlasticSurgeries/RJW_PlasticSurgeries_1.6.csproj
2025-10-03 17:41:15 +02:00

59 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>{a543e968-6ecf-46de-8e76-1050188a4050}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RJW_PlasticSurgeries</RootNamespace>
<AssemblyName>RJW_PlasticSurgeries</AssemblyName>
<TargetFramework>net48</TargetFramework>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<LangVersion>11</LangVersion>
<Copyright>©2025 Stardust3D</Copyright>
<Company>Stardust3D</Company>
<AssemblyVersion>6010.0.1.8</AssemblyVersion>
<FileVersion>6010.0.1.8</FileVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>RJW_PlasticSurgeries.snk</AssemblyOriginatorKeyFile>
<Description>Surgically alter pawn's genitals.</Description>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\1.6\</OutputPath>
</PropertyGroup>
<ItemGroup>
<None Include="RJW_PlasticSurgeries.snk" />
<None Remove="1.3\**" />
<None Remove="1.4\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Lib.Harmony" Version="2.4.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.6.4566" />
<PackageReference Include="UnlimitedHugs.Rimworld.HugsLib" Version="12.0.0" />
</ItemGroup>
<ItemGroup>
<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="1.5\**" />
<Compile Remove="Recipe_Plastic_Surgery.cs" />
<Compile Remove="Recipe_Surgery_Beautify.cs" />
<Compile Remove="Recipe_Surgery_Mammoplasty.cs" />
<Compile Remove="Recipe_Surgery_Penoplasty.cs" />
<Compile Remove="Recipe_Surgery_Sphinctoplasty.cs" />
<Compile Remove="Recipe_Surgery_Vaginoplasty.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="1.3\**" />
<EmbeddedResource Remove="1.4\**" />
<EmbeddedResource Remove="1.5\**" />
</ItemGroup>
</Project>