summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-09 00:41:27 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-09 00:41:27 +0000
commit73eac3cc93b59aa55aa5d03ca31cdb5012aef641 (patch)
tree367beb1b863269d7d225c4d049af13f7a9fd6266 /net
parent73f63f0a6e9787f53f971db3042deb2c9361d7fe (diff)
downloadchromium_src-73eac3cc93b59aa55aa5d03ca31cdb5012aef641.zip
chromium_src-73eac3cc93b59aa55aa5d03ca31cdb5012aef641.tar.gz
chromium_src-73eac3cc93b59aa55aa5d03ca31cdb5012aef641.tar.bz2
create a net.vsprops file to share between build configs of net.vcproj
Review URL: http://codereview.chromium.org/17289 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7791 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/build/net.vcproj4
-rw-r--r--net/build/net.vsprops8
2 files changed, 10 insertions, 2 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj
index 55a14fc..78fbc68 100644
--- a/net/build/net.vcproj
+++ b/net/build/net.vcproj
@@ -21,7 +21,7 @@
<Configuration
Name="Debug|Win32"
ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\sdch\using_sdch.vsprops;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops"
+ InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\net.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
@@ -78,7 +78,7 @@
<Configuration
Name="Release|Win32"
ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\sdch\using_sdch.vsprops;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops"
+ InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\net.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
diff --git a/net/build/net.vsprops b/net/build/net.vsprops
new file mode 100644
index 0000000..8c36ffb
--- /dev/null
+++ b/net/build/net.vsprops
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="net"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\sdch\using_sdch.vsprops;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops"
+ >
+</VisualStudioPropertySheet>