~jterrell/nunitv2/nunitv2

« back to all changes in this revision

Viewing changes to install/NSubstitute.wxs

  • Committer: Charlie Poole
  • Date: 2012-02-02 01:55:11 UTC
  • mfrom: (3368.1.11 work)
  • Revision ID: charlie@nunit.org-20120202015511-0sspxs5miu16uzse
Merge changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi">
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3
3
 
4
4
  <Fragment>
5
5
 
6
6
    <DirectoryRef Id="lib" FileSource="bin\lib">
7
7
 
8
 
      <Component Id="NSubstitute" DiskId="1" Guid="7F5AABB5-9139-4DAE-9D22-7BC552E93A28">
9
 
        <File Id="NSubstitute.dll" Name="NSUBST.DLL" LongName="NSubstitute.dll" />
 
8
      <Component Id="NSubstitute">
 
9
        <File Id="NSubstitute.dll" Name="NSubstitute.dll" />
10
10
      </Component>
11
11
 
12
12
    </DirectoryRef>
13
 
        
 
13
 
14
14
  </Fragment>
15
15
 
16
16
</Wix>