1
0
mirror of https://github.com/drewcassidy/KSP-DepthMask synced 2024-09-01 14:54:35 +00:00

Add copy post build event

This commit is contained in:
Andrew Cassidy 2019-06-10 20:53:10 -07:00
parent d8419416e8
commit 12c6891ef5
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

View File

@ -45,4 +45,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>sh -e -c "cp -v '$(TargetPath)' '$(SolutionDir)/Releases/DepthMask/Gamedata'"</PostBuildEvent>
</PropertyGroup>
</Project>