Make sell to flea on shift alt click

This commit is contained in:
2024-07-17 23:18:47 +02:00
parent cf23b39353
commit 8a4718d64c
4 changed files with 117 additions and 6 deletions

View File

@@ -15,8 +15,7 @@
</PropertyGroup>
<PropertyGroup>
<PathToSPT Condition="'$(Configuration)'=='Debug'">..\..\..\..\SPT\3.9.2-debug</PathToSPT>
<PathToSPT Condition="'$(Configuration)'=='Release'">..\..\..\..\SPT\3.9.2</PathToSPT>
<PathToSPT>C:\Games\Escape from Tarkov\Escape from Tarkov</PathToSPT>
</PropertyGroup>
<ItemGroup>
@@ -83,6 +82,18 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<Compile Remove="lib\**" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="lib\**" />
</ItemGroup>
<ItemGroup>
<None Remove="lib\**" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command='if $(ConfigurationName) == Debug (
xcopy /F /Y "$(TargetPath)" "$(ProjectDir)$(PathToSPT)\BepInEx\plugins\"