File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
</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 >
14
9
</Project >
Original file line number Diff line number Diff line change 15
15
<ItemGroup >
16
16
<ProjectReference Include =" ..\CS2-CustomVotes.Shared\CS2-CustomVotes.Shared.csproj" />
17
17
</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
-
25
18
</Project >
You can’t perform that action at this time.
0 commit comments