add commented AfterBuild target
as all the others also have it
This commit is contained in:
@@ -56,6 +56,13 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="TSLoadScreen.cs" />
|
<Compile Include="TSLoadScreen.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
<Target Name="BeforeBuild">
|
||||||
|
</Target>
|
||||||
|
<Target Name="AfterBuild">
|
||||||
|
</Target>
|
||||||
|
-->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PostBuildEvent>mkdir "$(SolutionDir)mods/ts/"
|
<PostBuildEvent>mkdir "$(SolutionDir)mods/ts/"
|
||||||
copy "$(TargetPath)" "$(SolutionDir)mods/ts/"
|
copy "$(TargetPath)" "$(SolutionDir)mods/ts/"
|
||||||
|
|||||||
Reference in New Issue
Block a user