File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Condition =" '$(KSPCommonPropsImported)' == '' " Project =" KSPCommon.props" />
4
4
5
- <!-- MSBuild targets-->
6
- <!-- this might not be the best way to specify these since there can only be one BeforeBuild or AfterBuild target-->
7
- <Target Name =" BeforeBuildScript" >
5
+ <!-- Pre/post build targets -->
6
+ <Target Name =" BeforeBuildScript" BeforeTargets =" Build" >
8
7
</Target >
9
8
<Target Name =" PostBuildScript" AfterTargets =" Build" >
10
9
<CallTarget Targets =" CopyBinariesToRepo" />
13
12
<!-- Custom Targets-->
14
13
15
14
<!-- this probably isn't the best way to do this, because it doesn't necessarily get run when switching build configs (debug/release)-->
16
- <!-- make sure to always to a rebuild when switching configs and you should be fine -->
15
+ <!-- make sure to always do a rebuild when switching configs and you should be fine -->
17
16
<Target Name =" CopyBinariesToRepo" >
18
17
<ItemGroup >
19
18
<BinariesToCopy Include =" $(TargetDir)\*.*" />
You can’t perform that action at this time.
0 commit comments