diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 21:02:30 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 21:02:30 +0000 |
commit | deb17b8d4fc8ef1bc2222bbb83414d6983fd7d02 (patch) | |
tree | 9f1567c0690651808f0431b8f40d46cbd6e7e52d /net/build/net_resources.vcproj | |
parent | eab9b45f79f18963793e0f4d666a83b311caabd3 (diff) | |
download | chromium_src-deb17b8d4fc8ef1bc2222bbb83414d6983fd7d02.zip chromium_src-deb17b8d4fc8ef1bc2222bbb83414d6983fd7d02.tar.gz chromium_src-deb17b8d4fc8ef1bc2222bbb83414d6983fd7d02.tar.bz2 |
Prep for generated .vcproj files:
Fix minor stylistic inconsistencies in some .vcproj files:
* /> tag termination:
net\net_resources.vcproj
* Add empty <ToolFiles>, <References> and <Globals> sections:
net\net_resources.vcproj
third_party\zlib\zlib.vcproj
third_party\libpng\libpng.vcproj
chrome\tools\test\image_diff\image_diff.vcproj
* Remove .\ on file names where its use is inconsistent with the rest
of the file names in the .vcproj:
net\build\net.vcproj
net\build\net_unittests.vcproj
chrome\installer\util\util.vcproj
* Add explicit RootNamespace attribute:
chrome\test\automation\automation.vcproj
testing\gtest.vcproj
* Fix file order in four locales that don't match other locale .vcproj files:
chrome\app\locales\da.vcproj
chrome\app\locales\he.vcproj
chrome\app\locales\zh-TW.vcproj
chrome\app\locales\en-US.vcproj
* Remove duplicate files from the list:
chrome\browser\views\browser_views.vcproj (event_utils.[ch])
Review URL: http://codereview.chromium.org/18555
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8577 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/build/net_resources.vcproj')
-rw-r--r-- | net/build/net_resources.vcproj | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/build/net_resources.vcproj b/net/build/net_resources.vcproj index b122488..340360c 100644 --- a/net/build/net_resources.vcproj +++ b/net/build/net_resources.vcproj @@ -22,15 +22,15 @@ Name="Debug|Win32" ConfigurationType="10" InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops" - > - </Configuration> + /> <Configuration Name="Release|Win32" ConfigurationType="10" InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops" - > - </Configuration> + /> </Configurations> + <References> + </References> <Files> <File RelativePath="..\base\net_resources.grd" @@ -41,4 +41,6 @@ > </File> </Files> + <Globals> + </Globals> </VisualStudioProject> |