Skip to content

Commit

Permalink
fix: .csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-wos committed Jun 27, 2024
1 parent 96c32c0 commit c25fe11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AntiRush.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="*" ExcludeAssets="runtime" />
<ProjectReference Include="..\..\Menu\src\Menu.csproj" />
<ProjectReference Include="..\Menu\src\Menu.csproj" />
</ItemGroup>

<ItemGroup>
Expand All @@ -18,7 +18,7 @@
</Content>
</ItemGroup>

<Target Name="CopyCustomContent" AfterTargets="AfterBuild">
<Target Name="CopyCustomContent" AfterTargets="AfterBuild" Condition=" '$(Configuration)' == 'Debug' ">
<Copy SourceFiles="$(OutputPath)AntiRush.dll" DestinationFolder="\\wsl.localhost\Debian\home\user\cs2\game\csgo\addons\counterstrikesharp\plugins\AntiRush" />
<Copy SourceFiles="$(OutputPath)lang\en.json" DestinationFolder="\\wsl.localhost\Debian\home\user\cs2\game\csgo\addons\counterstrikesharp\plugins\AntiRush\lang" />
</Target>
Expand Down

0 comments on commit c25fe11

Please sign in to comment.