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 33b910a2..5e8ac6d0 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 52ed03e9..2800e647 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 d977395f..d898552a 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 eabdbc34..adf93339 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