|
Revision 440, 0.7 kB
(checked in by phill, 1 year ago)
|
o Moving some common MSVC-only settings out of code and into a .vsprops.
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="Windows-1252"?> |
|---|
| 2 |
<VisualStudioPropertySheet |
|---|
| 3 |
ProjectType="Visual C++" |
|---|
| 4 |
Version="8.00" |
|---|
| 5 |
Name="common" |
|---|
| 6 |
IntermediateDirectory="$(SolutionDir)obj\$(ProjectName)\$(PlatformName)\$(ConfigurationName)" |
|---|
| 7 |
> |
|---|
| 8 |
<Tool |
|---|
| 9 |
Name="VCCLCompilerTool" |
|---|
| 10 |
AdditionalIncludeDirectories=""$(ProjectDir)"" |
|---|
| 11 |
PreprocessorDefinitions="_HAS_ITERATOR_DEBUGGING=0" |
|---|
| 12 |
StringPooling="true" |
|---|
| 13 |
WarningLevel="4" |
|---|
| 14 |
WarnAsError="true" |
|---|
| 15 |
Detect64BitPortabilityProblems="true" |
|---|
| 16 |
/> |
|---|
| 17 |
<Tool |
|---|
| 18 |
Name="VCLinkerTool" |
|---|
| 19 |
AdditionalLibraryDirectories=""$(SolutionDir)libs\$(PlatformName)"" |
|---|
| 20 |
GenerateDebugInformation="true" |
|---|
| 21 |
/> |
|---|
| 22 |
<UserMacro |
|---|
| 23 |
Name="ProgramFiles64" |
|---|
| 24 |
Value="C:\Program Files" |
|---|
| 25 |
/> |
|---|
| 26 |
</VisualStudioPropertySheet> |
|---|