Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 44a35f3

Browse files
author
Crassirostris
committedJul 3, 2014
Added automated copying the dll to robocode directory
1 parent e284a77 commit 44a35f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎WinLikeBoss/BossBot/BossBot.csproj

+7
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
<Compile Include="Properties\AssemblyInfo.cs" />
4848
</ItemGroup>
4949
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
50+
<PropertyGroup>
51+
<PreBuildEvent>
52+
</PreBuildEvent>
53+
</PropertyGroup>
54+
<PropertyGroup>
55+
<PostBuildEvent>copy BossBot.dll ..\..\..\..\robocode\robots\BossBot.dll</PostBuildEvent>
56+
</PropertyGroup>
5057
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5158
Other similar extension points exist, see Microsoft.Common.targets.
5259
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)
Failed to load comments.