Skip to content

Commit ee04739

Browse files
committed
fix: removed PostBuild
1 parent e3b49c8 commit ee04739

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

CS2-CustomVotes.Shared/CS2-CustomVotes.Shared.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,4 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
9-
10-
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
11-
<Exec Command="mkdir $(SolutionDir)Public\addons\counterstrikesharp\shared\CS2-CustomVotes.Shared" IgnoreExitCode="true" />
12-
<Exec Command="xcopy /Y /R $(TargetDir)*.* $(SolutionDir)Public\addons\counterstrikesharp\shared\CS2-CustomVotes.Shared\" />
13-
</Target>
149
</Project>

CS2-CustomVotes/CS2-CustomVotes.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,4 @@
1515
<ItemGroup>
1616
<ProjectReference Include="..\CS2-CustomVotes.Shared\CS2-CustomVotes.Shared.csproj" />
1717
</ItemGroup>
18-
19-
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
20-
<Exec Command="mkdir $(SolutionDir)Public\addons\counterstrikesharp\plugins\CS2-CustomVotes\lang" IgnoreExitCode="true" />
21-
<Exec Command="xcopy /Y /R $(TargetDir)*.* $(SolutionDir)Public\addons\counterstrikesharp\plugins\CS2-CustomVotes\" />
22-
<Exec Command="xcopy /Y /R $(ProjectDir)lang\*.* $(SolutionDir)Public\addons\counterstrikesharp\plugins\CS2-CustomVotes\lang\" />
23-
</Target>
24-
2518
</Project>

0 commit comments

Comments
 (0)