Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: experimental/visual_studio_plugin/build/NaClVsx.Wix/Product.wxs

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: experimental/visual_studio_plugin/build/NaClVsx.Wix/Product.wxs
diff --git a/experimental/visual_studio_plugin/build/NaClVsx.Wix/Product.wxs b/experimental/visual_studio_plugin/build/NaClVsx.Wix/Product.wxs
deleted file mode 100644
index 8d05c1c97db3506b7fbd99aef1f3482138956c1c..0000000000000000000000000000000000000000
--- a/experimental/visual_studio_plugin/build/NaClVsx.Wix/Product.wxs
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
- <Product Id="a865f7c3-7e96-4b59-ad8b-c41fe6db88b6" Name="NaClVsx.Wix" Language="1033" Version="1.0.0.0" Manufacturer="NaClVsx.Wix" UpgradeCode="15167477-aec0-4dee-84f4-afe88a504815">
- <Package InstallerVersion="200" Compressed="yes" />
-
- <Media Id="1" Cabinet="media1.cab" EmbedCab="yes" />
-
- <Directory Id="TARGETDIR" Name="SourceDir">
- <Directory Id="ProgramFilesFolder">
- <Directory Id="INSTALLLOCATION" Name="NaClVsx.Wix">
- <!-- TODO: Remove the comments around this Component element and the ComponentRef below in order to add resources to this installer. -->
- <!-- <Component Id="ProductComponent" Guid="331de9a4-4033-414b-9a3e-147ca685c90f"> -->
- <!-- TODO: Insert files, registry keys, and other resources here. -->
- <!-- </Component> -->
- </Directory>
- </Directory>
- </Directory>
-
- <Feature Id="ProductFeature" Title="NaClVsx.Wix" Level="1">
- <!-- TODO: Remove the comments around this ComponentRef element and the Component above in order to add resources to this installer. -->
- <!-- <ComponentRef Id="ProductComponent" /> -->
- </Feature>
- </Product>
-</Wix>

Powered by Google App Engine
This is Rietveld 408576698