mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-05 03:19:23 +00:00
29 lines
841 B
XML
29 lines
841 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
<Platforms>x64</Platforms>
|
|
<PackageId>PlayerRagdollMod</PackageId>
|
|
<Version>1.2.4</Version>
|
|
<Authors>SDraw</Authors>
|
|
<Company>SDraw</Company>
|
|
<Product>PlayerRagdollMod</Product>
|
|
<AssemblyName>PlayerRagdollMod</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<DebugType>embedded</DebugType>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="PlayerRagdollMod.json" />
|
|
<None Remove="resources/person.png" />
|
|
<None Remove="vendor/RootMotion/info.txt" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="resources/person.png" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|