From 9c4972ee9d2d099a2ca96622184acd24a0f94ae0 Mon Sep 17 00:00:00 2001 From: ocornut Date: Tue, 24 Feb 2015 10:06:13 +0000 Subject: [PATCH] Examples: msvc: output .exe in project directory (not in solution directory). --- examples/directx11_example/directx11_example.vcxproj | 9 ++++++++- examples/directx9_example/directx9_example.vcxproj | 9 ++++++++- examples/opengl3_example/opengl3_example.vcxproj | 9 ++++++++- examples/opengl_example/opengl_example.vcxproj | 9 ++++++++- 4 files changed, 32 insertions(+), 4 deletions(-) diff --git a/examples/directx11_example/directx11_example.vcxproj b/examples/directx11_example/directx11_example.vcxproj index 33b910a21..5e8ac6d0f 100644 --- a/examples/directx11_example/directx11_example.vcxproj +++ b/examples/directx11_example/directx11_example.vcxproj @@ -36,7 +36,14 @@ - + + $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\ + + + $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\ + Level3 diff --git a/examples/directx9_example/directx9_example.vcxproj b/examples/directx9_example/directx9_example.vcxproj index 52ed03e9b..2800e6479 100644 --- a/examples/directx9_example/directx9_example.vcxproj +++ b/examples/directx9_example/directx9_example.vcxproj @@ -36,7 +36,14 @@ - + + $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\ + + + $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\ + Level3 diff --git a/examples/opengl3_example/opengl3_example.vcxproj b/examples/opengl3_example/opengl3_example.vcxproj index d977395f1..d898552ad 100644 --- a/examples/opengl3_example/opengl3_example.vcxproj +++ b/examples/opengl3_example/opengl3_example.vcxproj @@ -36,7 +36,14 @@ - + + $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\ + + + $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\ + Level3 diff --git a/examples/opengl_example/opengl_example.vcxproj b/examples/opengl_example/opengl_example.vcxproj index eabdbc348..adf93339e 100644 --- a/examples/opengl_example/opengl_example.vcxproj +++ b/examples/opengl_example/opengl_example.vcxproj @@ -36,7 +36,14 @@ - + + $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\ + + + $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\ + Level3