mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 10:29:22 +00:00
22 lines
483 B
XML
22 lines
483 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<AssemblyName>PlayerPickUp</AssemblyName>
|
|
<PackageID>PlayerPickUp</PackageID>
|
|
<Product>PlayerPickUp</Product>
|
|
<Version>1.0.1</Version>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../ml_prm/ml_prm.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="resources/person.png" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="resources/person.png" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|