Drop empty elements from the VS9 vcproj files

Dunno if this makes sense, if one lets VS edit the it will put them
back anyway. But it's more pleasing to the eye.
This commit is contained in:
Tor Lillqvist
2010-02-06 10:40:03 +02:00
parent 10cd6df4a8
commit 00b55e2bc7
9 changed files with 60 additions and 570 deletions

View File

@@ -40,15 +40,6 @@
DebugInformationFormat="4"
CompileAs="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="2"
@@ -58,9 +49,6 @@
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
@@ -81,15 +69,6 @@
DebugInformationFormat="3"
CompileAs="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
@@ -101,9 +80,6 @@
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|x64"
@@ -126,15 +102,6 @@
DebugInformationFormat="3"
CompileAs="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="2"
@@ -144,9 +111,6 @@
DataExecutionPrevention="0"
TargetMachine="17"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|x64"
@@ -167,15 +131,6 @@
DebugInformationFormat="3"
CompileAs="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
@@ -187,9 +142,6 @@
DataExecutionPrevention="0"
TargetMachine="17"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@@ -218,6 +170,4 @@
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>