Add copy post build event

master
Andrew Cassidy 5 years ago
parent d8419416e8
commit 12c6891ef5
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

@ -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>

Loading…
Cancel
Save