Changeset 2343
- Timestamp:
- 11/5/2011 4:09:54 AM (20 months ago)
- Location:
- branches/eraser6/6.0
- Files:
-
- 7 edited
-
Documentation/Documentation.docx (modified) (previous)
-
Eraser/Resources/BackgroundLogo.png (modified) (previous)
-
Installer/Installer.wixproj (modified) (2 diffs)
-
Resources/Source/Dialogs/Dialog Logo.psd (modified) (previous)
-
Version.cs.in (modified) (1 diff)
-
Version.rc.in (modified) (1 diff)
-
Version.wxs.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0/Installer/Installer.wixproj
r1350 r2343 8 8 <OutputName>Eraser</OutputName> 9 9 <OutputType>Package</OutputType> 10 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3. 0\Wix.targets</WixTargetsPath>10 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> 11 11 </PropertyGroup> 12 12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 41 41 <WixExtension Include="WixUIExtension"> 42 42 <HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath> 43 <Name>WixUIExtension</Name> 43 44 </WixExtension> 44 45 <WixExtension Include="WixUtilExtension"> 45 46 <HintPath>$(WixExtDir)\WixUtilExtension.dll</HintPath> 47 <Name>WixUtilExtension</Name> 46 48 </WixExtension> 47 49 </ItemGroup> -
branches/eraser6/6.0/Version.cs.in
r1934 r2343 22 22 using System.Reflection; 23 23 24 [assembly: AssemblyFileVersion("6.0. 8.$WCREV$")]25 [assembly: AssemblyVersion("6.0. 8.$WCREV$")]24 [assembly: AssemblyFileVersion("6.0.9.$WCREV$")] 25 [assembly: AssemblyVersion("6.0.9.$WCREV$")] 26 26 27 27 namespace Eraser { -
branches/eraser6/6.0/Version.rc.in
r1934 r2343 20 20 */ 21 21 22 #define ERASER_FILE_VERSION 6,0, 8,$WCREV$22 #define ERASER_FILE_VERSION 6,0,9,$WCREV$ 23 23 #define ERASER_PRODUCT_VERSION ERASER_FILE_VERSION 24 #define ERASER_STRING_FILE_VERSION "6.0. 8.$WCREV$"24 #define ERASER_STRING_FILE_VERSION "6.0.9.$WCREV$" 25 25 #define ERASER_STRING_PRODUCT_VERSION ERASER_STRING_FILE_VERSION -
branches/eraser6/6.0/Version.wxs.in
r1934 r2343 22 22 23 23 <Include> 24 <?define VERSIONSTRING=6.0. 8.$WCREV$ ?><!-- Major.Minor.Release.Build -->24 <?define VERSIONSTRING=6.0.9.$WCREV$ ?><!-- Major.Minor.Release.Build --> 25 25 <?define INTERNALVERSIONSTRING=6.0.$WCREV$ ?><!-- Major.Minor.Build; used for MSI version comparisons --> 26 26 </Include>
Note: See TracChangeset
for help on using the changeset viewer.
