Changeset 1075
- Timestamp:
- 6/1/2009 12:03:06 PM (4 years ago)
- Location:
- branches/eraser6
- Files:
-
- 1 added
- 13 edited
- 3 moved
-
. (modified) (1 prop)
-
Eraser.DefaultPlugins/Eraser.DefaultPlugins.csproj (modified) (1 diff)
-
Eraser.Unlocker/Eraser.Unlocker.vcproj (modified) (7 diffs)
-
Eraser.Util/Eraser.Util.csproj (modified) (1 diff)
-
Eraser.sln (modified) (1 diff)
-
Eraser/AboutForm.cs (modified) (2 diffs)
-
Eraser/Eraser.csproj (modified) (1 diff)
-
Eraser/Strings.NL.resx (modified) (1 diff)
-
Eraser/Strings.en.resx (modified) (1 diff)
-
Eraser/Strings.resx (modified) (1 diff)
-
Installer/Bootstrapper/Bootstrapper.vcproj (modified) (2 diffs)
-
Installer/Installer.wixproj (modified) (1 diff)
-
ShellExt/ShellExt.vcproj (modified) (4 diffs)
-
UpdateVersions.bat (added)
-
Version.cs.in (moved) (moved from branches/eraser6/Version.cs) (1 diff)
-
Version.rc.in (moved) (moved from branches/eraser6/Version.rc) (1 diff)
-
Version.wxs.in (moved) (moved from branches/eraser6/Version.wxs) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6
- Property svn:ignore
-
old new 1 1 bin 2 Version.cs 3 Version.rc 4 Version.wcs 2 5 *.suo 3 6 *.ncb
-
- Property svn:ignore
-
branches/eraser6/Eraser.DefaultPlugins/Eraser.DefaultPlugins.csproj
r1060 r1075 130 130 <PostBuildEvent>signtool sign /r "The Eraser Project, http://eraser.heidi.ie" "$(TargetPath)" 131 131 if ERRORLEVEL 0 exit 0</PostBuildEvent> 132 <PreBuildEvent>csgettext --merge EN,NL "$(ProjectDir)\" Strings 132 <PreBuildEvent>call $(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.cs.in" "$(SolutionDir)Version.cs" 133 csgettext --merge EN,NL "$(ProjectDir)\" Strings 133 134 if ERRORLEVEL 0 exit 0</PreBuildEvent> 134 135 </PropertyGroup> -
branches/eraser6/Eraser.Unlocker/Eraser.Unlocker.vcproj
r1064 r1075 30 30 <Tool 31 31 Name="VCPreBuildEventTool" 32 CommandLine="$(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.rc.in" "$(SolutionDir)Version.rc"" 32 33 /> 33 34 <Tool … … 68 69 AssemblyDebug="1" 69 70 TargetMachine="1" 71 KeyFile="$(SolutionDir)\Strong Name.snk" 72 /> 73 <Tool 74 Name="VCALinkTool" 75 /> 76 <Tool 77 Name="VCManifestTool" 78 /> 79 <Tool 80 Name="VCXDCMakeTool" 81 /> 82 <Tool 83 Name="VCBscMakeTool" 84 /> 85 <Tool 86 Name="VCFxCopTool" 87 /> 88 <Tool 89 Name="VCAppVerifierTool" 90 /> 91 <Tool 92 Name="VCPostBuildEventTool" 93 /> 94 </Configuration> 95 <Configuration 96 Name="Debug|x64" 97 OutputDirectory="$(SolutionDir)\bin\$(ConfigurationName)\$(PlatformName)" 98 IntermediateDirectory="obj\$(ConfigurationName)\$(PlatformName)" 99 ConfigurationType="2" 100 CharacterSet="1" 101 ManagedExtensions="1" 102 > 103 <Tool 104 Name="VCPreBuildEventTool" 105 CommandLine="$(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.rc.in" "$(SolutionDir)Version.rc"" 106 /> 107 <Tool 108 Name="VCCustomBuildTool" 109 /> 110 <Tool 111 Name="VCXMLDataGeneratorTool" 112 /> 113 <Tool 114 Name="VCWebServiceProxyGeneratorTool" 115 /> 116 <Tool 117 Name="VCMIDLTool" 118 TargetEnvironment="3" 119 /> 120 <Tool 121 Name="VCCLCompilerTool" 122 Optimization="0" 123 PreprocessorDefinitions="WIN32;_DEBUG;_BIND_TO_CURRENT_VCLIBS_VERSION=1" 124 RuntimeLibrary="3" 125 UsePrecompiledHeader="2" 126 WarningLevel="4" 127 DebugInformationFormat="3" 128 /> 129 <Tool 130 Name="VCManagedResourceCompilerTool" 131 /> 132 <Tool 133 Name="VCResourceCompilerTool" 134 /> 135 <Tool 136 Name="VCPreLinkEventTool" 137 /> 138 <Tool 139 Name="VCLinkerTool" 140 AdditionalDependencies="$(NoInherit)" 141 LinkIncremental="2" 142 GenerateDebugInformation="true" 143 AssemblyDebug="1" 144 TargetMachine="17" 70 145 KeyFile="$(SolutionDir)\Strong Name.snk" 71 146 /> … … 103 178 <Tool 104 179 Name="VCPreBuildEventTool" 180 CommandLine="$(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.rc.in" "$(SolutionDir)Version.rc"" 105 181 /> 106 182 <Tool … … 139 215 GenerateDebugInformation="true" 140 216 TargetMachine="1" 141 KeyFile="$(SolutionDir)\Strong Name.snk"142 />143 <Tool144 Name="VCALinkTool"145 />146 <Tool147 Name="VCManifestTool"148 />149 <Tool150 Name="VCXDCMakeTool"151 />152 <Tool153 Name="VCBscMakeTool"154 />155 <Tool156 Name="VCFxCopTool"157 />158 <Tool159 Name="VCAppVerifierTool"160 />161 <Tool162 Name="VCPostBuildEventTool"163 />164 </Configuration>165 <Configuration166 Name="Debug|x64"167 OutputDirectory="$(SolutionDir)\bin\$(ConfigurationName)\$(PlatformName)"168 IntermediateDirectory="obj\$(ConfigurationName)\$(PlatformName)"169 ConfigurationType="2"170 CharacterSet="1"171 ManagedExtensions="1"172 >173 <Tool174 Name="VCPreBuildEventTool"175 />176 <Tool177 Name="VCCustomBuildTool"178 />179 <Tool180 Name="VCXMLDataGeneratorTool"181 />182 <Tool183 Name="VCWebServiceProxyGeneratorTool"184 />185 <Tool186 Name="VCMIDLTool"187 TargetEnvironment="3"188 />189 <Tool190 Name="VCCLCompilerTool"191 Optimization="0"192 PreprocessorDefinitions="WIN32;_DEBUG;_BIND_TO_CURRENT_VCLIBS_VERSION=1"193 RuntimeLibrary="3"194 UsePrecompiledHeader="2"195 WarningLevel="4"196 DebugInformationFormat="3"197 />198 <Tool199 Name="VCManagedResourceCompilerTool"200 />201 <Tool202 Name="VCResourceCompilerTool"203 />204 <Tool205 Name="VCPreLinkEventTool"206 />207 <Tool208 Name="VCLinkerTool"209 AdditionalDependencies="$(NoInherit)"210 LinkIncremental="2"211 GenerateDebugInformation="true"212 AssemblyDebug="1"213 TargetMachine="17"214 217 KeyFile="$(SolutionDir)\Strong Name.snk" 215 218 /> … … 247 250 <Tool 248 251 Name="VCPreBuildEventTool" 252 CommandLine="$(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.rc.in" "$(SolutionDir)Version.rc"" 249 253 /> 250 254 <Tool … … 356 360 </FileConfiguration> 357 361 <FileConfiguration 358 Name=" Release|Win32"362 Name="Debug|x64" 359 363 > 360 364 <Tool … … 364 368 </FileConfiguration> 365 369 <FileConfiguration 366 Name=" Debug|x64"370 Name="Release|Win32" 367 371 > 368 372 <Tool -
branches/eraser6/Eraser.Util/Eraser.Util.csproj
r1071 r1075 78 78 --> 79 79 <PropertyGroup> 80 <PreBuildEvent> 81 </PreBuildEvent>80 <PreBuildEvent>call $(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.cs.in" "$(SolutionDir)Version.cs" 81 </PreBuildEvent> 82 82 </PropertyGroup> 83 83 </Project> -
branches/eraser6/Eraser.sln
r1064 r1075 6 6 CustomDictionary.xml = CustomDictionary.xml 7 7 Strong Name.snk = Strong Name.snk 8 Version.cs = Version.cs 9 Version.rc = Version.rc 10 Version.wxs = Version.wxs 8 UpdateVersions.bat = UpdateVersions.bat 9 Version.cs.in = Version.cs.in 10 Version.rc.in = Version.rc.in 11 Version.wxs.in = Version.wxs.in 11 12 EndProjectSection 12 13 EndProject -
branches/eraser6/Eraser/AboutForm.cs
r1028 r1075 32 32 using Eraser.Util; 33 33 using System.Diagnostics; 34 using System.Globalization; 34 35 35 36 namespace Eraser … … 111 112 SizeF eraserSize = g.MeasureString(S._("Eraser"), boldFont); 112 113 g.DrawString(S._("Eraser"), boldFont, textBrush, eraserPos); 113 g.DrawString(Assembly.GetExecutingAssembly().GetName().Version.ToString(), 114 S._("{0} (Built: {1:F})"); 115 g.DrawString(S._("{0} (Built: {1:F})", 116 Assembly.GetExecutingAssembly().GetName().Version, BuildInfo.BuildDate), 114 117 Font, textBrush, new PointF(eraserPos.X + eraserSize.Width + 3, eraserPos.Y)); 115 118 -
branches/eraser6/Eraser/Eraser.csproj
r1060 r1075 328 328 <PostBuildEvent> 329 329 </PostBuildEvent> 330 <PreBuildEvent>csgettext --merge EN,NL "$(ProjectDir)\" Strings 330 <PreBuildEvent>call $(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.cs.in" "$(SolutionDir)Version.cs" 331 csgettext --merge EN,NL "$(ProjectDir)\" Strings 331 332 if ERRORLEVEL 0 exit 0</PreBuildEvent> 332 333 </PropertyGroup> -
branches/eraser6/Eraser/Strings.NL.resx
r1046 r1075 124 124 <value>Eraser</value> 125 125 </data> 126 <data name="{0} (Built: {1:F})" xml:space="preserve"> 127 <value>(Untranslated)</value> 128 </data> 126 129 <data name="copyright © 2008 The Eraser Project" xml:space="preserve"> 127 130 <value>(Untranslated)</value> -
branches/eraser6/Eraser/Strings.en.resx
r1046 r1075 124 124 <value>Eraser</value> 125 125 </data> 126 <data name="{0} (Built: {1:F})" xml:space="preserve"> 127 <value>{0} (Built: {1:F})</value> 128 </data> 126 129 <data name="copyright © 2008 The Eraser Project" xml:space="preserve"> 127 130 <value>copyright © 2008 The Eraser Project</value> -
branches/eraser6/Eraser/Strings.resx
r1046 r1075 124 124 <value>Eraser</value> 125 125 </data> 126 <data name="{0} (Built: {1:F})" xml:space="preserve"> 127 <value>{0} (Built: {1:F})</value> 128 </data> 126 129 <data name="copyright © 2008 The Eraser Project" xml:space="preserve"> 127 130 <value>copyright © 2008 The Eraser Project</value> -
branches/eraser6/Installer/Bootstrapper/Bootstrapper.vcproj
r1063 r1075 26 26 <Tool 27 27 Name="VCPreBuildEventTool" 28 CommandLine="$(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.rc.in" "$(SolutionDir)Version.rc"" 28 29 /> 29 30 <Tool … … 101 102 <Tool 102 103 Name="VCPreBuildEventTool" 104 CommandLine="$(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.rc.in" "$(SolutionDir)Version.rc"" 103 105 /> 104 106 <Tool -
branches/eraser6/Installer/Installer.wixproj
r897 r1075 75 75 --> 76 76 <PropertyGroup> 77 <PreBuildEvent>"$(ProjectDir)\SignBin.bat" "$(SolutionDir)"</PreBuildEvent> 77 <PreBuildEvent>"$(ProjectDir)\SignBin.bat" "$(SolutionDir)" 78 $(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.wxs.in" "$(SolutionDir)Version.wxs"</PreBuildEvent> 78 79 <PostBuildEvent>signtool sign /r "The Eraser Project, http://eraser.heidi.ie" /t http://timestamp.verisign.com/scripts/timestamp.dll "$(TargetPath)"</PostBuildEvent> 79 80 </PropertyGroup> -
branches/eraser6/ShellExt/ShellExt.vcproj
r1066 r1075 32 32 <Tool 33 33 Name="VCPreBuildEventTool" 34 CommandLine="$(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.rc.in" "$(SolutionDir)Version.rc"" 34 35 /> 35 36 <Tool … … 123 124 <Tool 124 125 Name="VCPreBuildEventTool" 126 CommandLine="$(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.rc.in" "$(SolutionDir)Version.rc"" 125 127 /> 126 128 <Tool … … 214 216 <Tool 215 217 Name="VCPreBuildEventTool" 218 CommandLine="$(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.rc.in" "$(SolutionDir)Version.rc"" 216 219 /> 217 220 <Tool … … 307 310 <Tool 308 311 Name="VCPreBuildEventTool" 312 CommandLine="$(SolutionDir)UpdateVersions.bat "$(SolutionDir)\" "$(SolutionDir)Version.rc.in" "$(SolutionDir)Version.rc"" 309 313 /> 310 314 <Tool -
branches/eraser6/Version.cs.in
r1071 r1075 22 22 using System.Reflection; 23 23 24 [assembly: AssemblyFileVersion("6.0.4.875")] 25 [assembly: AssemblyVersion("6.0.4.875")] 24 [assembly: AssemblyFileVersion("6.0.5.$WCREV$")] 25 [assembly: AssemblyVersion("6.0.5.$WCREV$")] 26 27 namespace Eraser { 28 internal static class BuildInfo 29 { 30 public static readonly DateTime BuildDate = DateTime.Parse("$WCNOW$", 31 System.Globalization.CultureInfo.InvariantCulture); 32 } 33 } -
branches/eraser6/Version.rc.in
r1071 r1075 20 20 */ 21 21 22 #define ERASER_FILE_VERSION 6,0, 4,87522 #define ERASER_FILE_VERSION 6,0,5,$WCREV$ 23 23 #define ERASER_PRODUCT_VERSION ERASER_FILE_VERSION 24 #define ERASER_STRING_FILE_VERSION "6.0. 4.875"24 #define ERASER_STRING_FILE_VERSION "6.0.5.$WCREV$" 25 25 #define ERASER_STRING_PRODUCT_VERSION ERASER_STRING_FILE_VERSION -
branches/eraser6/Version.wxs.in
r1071 r1075 22 22 23 23 <Include> 24 <?define VERSIONSTRING=6.0. 4.875?><!-- Major.Minor.Release.Build -->25 <?define INTERNALVERSIONSTRING=6.0. 875?><!-- Major.Minor.Build; used for MSI version comparisons -->24 <?define VERSIONSTRING=6.0.5.$WCREV$ ?><!-- Major.Minor.Release.Build --> 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.
