We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e284a77 commit 44a35f3Copy full SHA for 44a35f3
WinLikeBoss/BossBot/BossBot.csproj
@@ -47,6 +47,13 @@
47
<Compile Include="Properties\AssemblyInfo.cs" />
48
</ItemGroup>
49
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
50
+ <PropertyGroup>
51
+ <PreBuildEvent>
52
+ </PreBuildEvent>
53
+ </PropertyGroup>
54
55
+ <PostBuildEvent>copy BossBot.dll ..\..\..\..\robocode\robots\BossBot.dll</PostBuildEvent>
56
57
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
58
Other similar extension points exist, see Microsoft.Common.targets.
59
<Target Name="BeforeBuild">
0 commit comments