From b0907207ed9232b11cf002748dd8ecbd25bc0096 Mon Sep 17 00:00:00 2001 From: spacy51 Date: Sun, 29 Nov 2009 20:58:29 +0000 Subject: [PATCH] add a property file "per_user_settings.vsprops" where every developer can make his own changes that should not be part of the official distribution of VBA-M (like excluding OpenAL, OpenGL, etc.) --- project/vc2008_mfc/VBA2008.vcproj | 2 ++ project/vc2008_mfc/per_user_settings.vsprops | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 project/vc2008_mfc/per_user_settings.vsprops diff --git a/project/vc2008_mfc/VBA2008.vcproj b/project/vc2008_mfc/VBA2008.vcproj index 501d6ee5..37971682 100644 --- a/project/vc2008_mfc/VBA2008.vcproj +++ b/project/vc2008_mfc/VBA2008.vcproj @@ -24,6 +24,7 @@ OutputDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)_temp" ConfigurationType="1" + InheritedPropertySheets=".\per_user_settings.vsprops" UseOfMFC="1" CharacterSet="0" BuildLogFile="$(IntDir)\$(ProjectName)_BuildLog.htm" @@ -129,6 +130,7 @@ OutputDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)_temp" ConfigurationType="1" + InheritedPropertySheets=".\per_user_settings.vsprops" UseOfMFC="1" UseOfATL="0" ATLMinimizesCRunTimeLibraryUsage="false" diff --git a/project/vc2008_mfc/per_user_settings.vsprops b/project/vc2008_mfc/per_user_settings.vsprops new file mode 100644 index 00000000..ddd8f62b --- /dev/null +++ b/project/vc2008_mfc/per_user_settings.vsprops @@ -0,0 +1,7 @@ + + +