From 27474060e1287a67c45cd790d29b9095b35b2bdf Mon Sep 17 00:00:00 2001 From: ShizZy Date: Thu, 29 Aug 2013 23:35:09 -0400 Subject: adding initial project layout --- vsprops/App.props | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vsprops/App.props (limited to 'vsprops/App.props') diff --git a/vsprops/App.props b/vsprops/App.props new file mode 100644 index 00000000..0b45648e --- /dev/null +++ b/vsprops/App.props @@ -0,0 +1,23 @@ + + + + + $(SolutionDir)bin\$(PlatformName)\ + + + $(GekkoBinDir) + $(ProjectName)$(Configuration) + + + + xcopy "$(SolutionDir)data" "$(GekkoBinDir)" /Y /S /D +xcopy "$(ExternalsDir)glew-1.6.0\bin$(PlatformArchitecture)\glew32.dll" "$(GekkoBinDir)" /Y /S /D +xcopy "$(ExternalsDir)sdl-2.0.0\lib\$(PlatformName)\SDL.dll" "$(GekkoBinDir)" /Y /S /D + + + + + $(GekkoBinDir) + + + \ No newline at end of file -- cgit v1.2.3