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.)
This commit is contained in:
spacy51 2009-11-29 20:58:29 +00:00
parent 7a4723004d
commit b0907207ed
2 changed files with 9 additions and 0 deletions

View File

@ -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"

View File

@ -0,0 +1,7 @@
<?xml version="1.0"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="per_user_settings"
>
</VisualStudioPropertySheet>