diff options
Diffstat (limited to 'build/release.vsprops')
-rw-r--r-- | build/release.vsprops | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/build/release.vsprops b/build/release.vsprops index d320464..61cb323 100644 --- a/build/release.vsprops +++ b/build/release.vsprops @@ -1,8 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="release" - InheritedPropertySheets="internal\release_impl$(CHROME_BUILD_TYPE).vsprops;internal\chromium_build$(CHROMIUM_BUILD).vsprops" - > + ProjectType="Visual C++" + Version="8.00" + Name="release" + InheritedPropertySheets="internal\release_impl$(CHROME_BUILD_TYPE).vsprops"> </VisualStudioPropertySheet> |