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.) git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@927 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
f30577f406
commit
dccf885304
|
@ -24,6 +24,7 @@
|
||||||
OutputDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)"
|
OutputDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)"
|
||||||
IntermediateDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)_temp"
|
IntermediateDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)_temp"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
|
InheritedPropertySheets=".\per_user_settings.vsprops"
|
||||||
UseOfMFC="1"
|
UseOfMFC="1"
|
||||||
CharacterSet="0"
|
CharacterSet="0"
|
||||||
BuildLogFile="$(IntDir)\$(ProjectName)_BuildLog.htm"
|
BuildLogFile="$(IntDir)\$(ProjectName)_BuildLog.htm"
|
||||||
|
@ -129,6 +130,7 @@
|
||||||
OutputDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)"
|
OutputDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)"
|
||||||
IntermediateDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)_temp"
|
IntermediateDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)_temp"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
|
InheritedPropertySheets=".\per_user_settings.vsprops"
|
||||||
UseOfMFC="1"
|
UseOfMFC="1"
|
||||||
UseOfATL="0"
|
UseOfATL="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<VisualStudioPropertySheet
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="8.00"
|
||||||
|
Name="per_user_settings"
|
||||||
|
>
|
||||||
|
</VisualStudioPropertySheet>
|
Loading…
Reference in New Issue