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

Side by Side Diff: experimental/visual_studio_plugin/src/NaClVsx.Package.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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3 <Fragment>
4 <DirectoryRef Id="NaClVsx.Package.Binaries">
5 <Component Id="cmpB76FCA7EF069BC9D0227303A209D9036" Guid="PUT-GUID-H ERE">
6 <File Id="fil1323A61BF78C6E8E3587EBAE46EAF867" Source="$(var.NaC lVsx.Package.TargetDir)\NaClVsx.Package.dll" />
7 </Component>
8 </DirectoryRef>
9 </Fragment>
10 <Fragment>
11 <ComponentGroup Id="NaClVsx.Package.Binaries">
12 <ComponentRef Id="cmpB76FCA7EF069BC9D0227303A209D9036" />
13 </ComponentGroup>
14 </Fragment>
15 </Wix>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698