Updated to modtools v1.3.3

This commit is contained in:
CreativeMD 2018-09-14 11:58:53 +02:00
parent ba7975d13e
commit 8da09763dc
5 changed files with 6 additions and 7 deletions

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
@ -67,8 +67,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy "$(TargetPath)" "%25appdata%25\Vintagestory\Mods\"
copy "$(TargetDir)\$(TargetName).pdb" "%25appdata%25\Vintagestory\Mods\"
</PostBuildEvent>
copy "$(TargetDir)\$(TargetName).pdb" "%25appdata%25\Vintagestory\Mods\"</PostBuildEvent>
</PropertyGroup>
<!-- 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.
@ -77,4 +76,4 @@ copy "$(TargetDir)\$(TargetName).pdb" "%25appdata%25\Vintagestory\Mods\"
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>