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> |