Changeset 1573
- Timestamp:
- 1/18/2010 7:37:07 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Installer/DirectoryStructure.wxs
r1360 r1573 64 64 Source="..\bin\Release\Eraser.Util.dll" ProcessorArchitecture="msil" /> 65 65 <?if $(sys.BUILDARCH) = "x64"?> 66 <File Id="EraserUnlocker" Name="Eraser.Util.Unlocker.dll" 67 Source="..\Bin\Release\x64\Eraser.Util.Unlocker.dll" 68 ProcessorArchitecture="x64" /> 69 <File Id="EraserFileSystem" Name="Eraser.Util.FileSystem.dll" 70 Source="..\Bin\Release\x64\Eraser.Util.FileSystem.dll" 66 <File Id="EraserUtilNative" Name="Eraser.Util.Native.dll" 67 Source="..\Bin\Release\x64\Eraser.Util.Native.dll" 71 68 ProcessorArchitecture="x64" /> 72 69 <?else?> 73 <File Id="EraserUnlocker" Name="Eraser.Util.Unlocker.dll" 74 Source="..\Bin\Release\Win32\Eraser.Util.Unlocker.dll" 75 ProcessorArchitecture="x86" /> 76 <File Id="EraserFileSystem" Name="Eraser.Util.FileSystem.dll" 77 Source="..\Bin\Release\Win32\Eraser.Util.FileSystem.dll" 70 <File Id="EraserUtilNative" Name="Eraser.Util.Native.dll" 71 Source="..\Bin\Release\Win32\Eraser.Util.Native.dll" 78 72 ProcessorArchitecture="x86" /> 79 73 <?endif?>
Note: See TracChangeset
for help on using the changeset viewer.
