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/Externals.props | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 vsprops/Externals.props (limited to 'vsprops/Externals.props') diff --git a/vsprops/Externals.props b/vsprops/Externals.props new file mode 100644 index 00000000..1a578c5e --- /dev/null +++ b/vsprops/Externals.props @@ -0,0 +1,30 @@ + + + + + $(SolutionDir)externals\ + + + <_PropertySheetDisplayName>Externals + + + + $(ExternalsDir)glew-1.10.0\include;$(ExternalsDir)glfw-3.0.2\include;$(ExternalsDir)qhexedit;%(AdditionalIncludeDirectories) + + + + + + $(ExternalsDir)glew-1.6.0\lib$(PlatformArchitecture);$(ExternalsDir)glfw-3.0\lib$(PlatformArchitecture)\$(Configuration);$(ExternalsDir)libjpeg;$(ExternalsDir)sdl-2.0.0\lib\$(PlatformName);%(AdditionalLibraryDirectories) + libjpeg.lib;glfw3.lib;opengl32.lib;glew32.lib;glu32.lib;SDL.lib;%(AdditionalDependencies) + + + + + + + + $(ExternalsDir) + + + \ No newline at end of file -- cgit v1.2.3