mirror of
https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
synced 2024-08-14 23:57:25 +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>{02aa6d85-913f-44b8-9c32-6e8024261824}</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>©2024 Stardust3D</Copyright>
|
|
<Company>Stardust3D</Company>
|
|
<AssemblyVersion>5390.0.1.6</AssemblyVersion>
|
|
<FileVersion>5390.0.1.6</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.5\</OutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<None Include="RJW_PlasticSurgeries.snk" />
|
|
<None Remove="1.3\**" />
|
|
<None Remove="1.4\**" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Lib.Harmony" Version="2.3.3" />
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
|
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.5.4063" />
|
|
<PackageReference Include="UnlimitedHugs.Rimworld.HugsLib" Version="11.0.3" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<!--<Reference Include="Dyspareunia">
|
|
<HintPath>..\..\..\dyspareunia\1.5\Assemblies\Dyspareunia.dll</HintPath>
|
|
</Reference>-->
|
|
<Reference Include="LicentiaLabs">
|
|
<HintPath>..\..\..\licentia-labs\Assemblies\LicentiaLabs.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="RJW">
|
|
<HintPath>..\..\..\rjw-beta\1.5\Assemblies\RJW.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Remove="1.3\**" />
|
|
<Compile Remove="1.4\**" />
|
|
<Compile Remove="Recipe_Plastic_Surgery.cs" />
|
|
<Compile Remove="Recipe_Surgery_Beautify.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Remove="1.3\**" />
|
|
<EmbeddedResource Remove="1.4\**" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|