rimworld-animations/Rimworld-Animations.csproj
2025-09-03 17:20:58 +00:00

81 lines
No EOL
3.3 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>TargetFramework</TargetFramework>
<OutputType>Library</OutputType>
<RootNamespace>Rimworld_Animations</RootNamespace>
<TargetFramework>net472</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
<OutputPath>1.6\Assemblies\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>1.6\Assemblies\</OutputPath>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Compile Remove="1.6\Assemblies\**" />
<Compile Remove="1.6\Defs\**" />
<Compile Remove="1.6\Patches\**" />
<Compile Remove="1.6\Patch_HumanoidAlienRaces\**" />
<Compile Remove="1.6\Sounds\**" />
<Compile Remove="1.6\Textures\**" />
<Compile Remove="About\**" />
<Compile Remove="Languages\**" />
<Compile Remove="Milkable-Colonists-Animations\**" />
<Compile Remove="Patch_FacialAnimation\**" />
<Compile Remove="Patch_HumanoidAlienRaces\**" />
<Compile Remove="Patch_NoRimNudeWorldZoo\**" />
<Compile Remove="Patch_NoRimNudeWorld\**" />
<EmbeddedResource Remove="1.6\Assemblies\**" />
<EmbeddedResource Remove="1.6\Defs\**" />
<EmbeddedResource Remove="1.6\Patches\**" />
<EmbeddedResource Remove="1.6\Patch_HumanoidAlienRaces\**" />
<EmbeddedResource Remove="1.6\Sounds\**" />
<EmbeddedResource Remove="1.6\Textures\**" />
<EmbeddedResource Remove="About\**" />
<EmbeddedResource Remove="Languages\**" />
<EmbeddedResource Remove="Milkable-Colonists-Animations\**" />
<EmbeddedResource Remove="Patch_FacialAnimation\**" />
<EmbeddedResource Remove="Patch_HumanoidAlienRaces\**" />
<EmbeddedResource Remove="Patch_NoRimNudeWorldZoo\**" />
<EmbeddedResource Remove="Patch_NoRimNudeWorld\**" />
<None Remove="1.6\Assemblies\**" />
<None Remove="1.6\Defs\**" />
<None Remove="1.6\Patches\**" />
<None Remove="1.6\Patch_HumanoidAlienRaces\**" />
<None Remove="1.6\Sounds\**" />
<None Remove="1.6\Textures\**" />
<None Remove="About\**" />
<None Remove="Languages\**" />
<None Remove="Milkable-Colonists-Animations\**" />
<None Remove="Patch_FacialAnimation\**" />
<None Remove="Patch_HumanoidAlienRaces\**" />
<None Remove="Patch_NoRimNudeWorldZoo\**" />
<None Remove="Patch_NoRimNudeWorld\**" />
</ItemGroup>
<ItemGroup>
<None Remove=".gitattributes" />
<None Remove=".gitignore" />
<None Remove="Directory.Packages.props" />
<None Remove="LoadFolders.xml" />
</ItemGroup>
<ItemGroup>
<Reference Include="RJW">
<HintPath>..\rjw\1.6\Assemblies\RJW.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Krafs.Rimworld.Ref" />
<PackageReference Include="Lib.Harmony" />
<PackageReference Include="Microsoft.CSharp" />
<PackageReference Include="System.Data.DataSetExtensions" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>