From 12c6891ef5f1328e65ac6e27c1ac97b5e9fcffc7 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Mon, 10 Jun 2019 20:53:10 -0700 Subject: [PATCH] Add copy post build event --- DepthMask/DepthMask.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DepthMask/DepthMask.csproj b/DepthMask/DepthMask.csproj index d18d66b..e2bd339 100644 --- a/DepthMask/DepthMask.csproj +++ b/DepthMask/DepthMask.csproj @@ -45,4 +45,7 @@ + + sh -e -c "cp -v '$(TargetPath)' '$(SolutionDir)/Releases/DepthMask/Gamedata'" +