Changeset 2754
- Timestamp:
- 02/04/10 22:08:45 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 20 added
- 20 deleted
- 44 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Collections/3.3/HeuristicLab.Collections-3.3.csproj
r2745 r2754 49 49 </ItemGroup> 50 50 <ItemGroup> 51 <None Include="HeuristicLabCollectionsPlugin.cs.frame" /> 51 52 <Compile Include="ReadOnlyObservableArray.cs" /> 52 53 <Compile Include="ObservableArray.cs" /> … … 105 106 set Outdir=$(Outdir) 106 107 107 call PreBuildEvent.cmd</PreBuildEvent> 108 call PreBuildEvent.cmd 109 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCollectionsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCollectionsPlugin.cs"</PreBuildEvent> 108 110 </PropertyGroup> 109 111 </Project> -
trunk/sources/HeuristicLab.Collections/3.3/Properties/AssemblyInfo.frame
r2572 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 09HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 54 53 // You can specify all the values or you can default the Revision and Build Numbers 55 54 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3.3.0. $WCREV$")]55 [assembly: AssemblyVersion("3.3.0.0")] 57 56 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Common.Resources/3.2/HeuristicLab.Common.Resources-3.2.csproj
r2687 r2754 81 81 </ItemGroup> 82 82 <ItemGroup> 83 <None Include="HeuristicLabCommonResourcesPlugin.cs.frame" /> 83 84 <Compile Include="HeuristicLabCommonResourcesPlugin.cs" /> 84 85 <Compile Include="Properties\AssemblyInfo.cs" /> … … 326 327 set Outdir=$(Outdir) 327 328 328 call PreBuildEvent.cmd</PreBuildEvent> 329 call PreBuildEvent.cmd 330 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCommonResourcesPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCommonResourcesPlugin.cs"</PreBuildEvent> 329 331 </PropertyGroup> 330 332 </Project> -
trunk/sources/HeuristicLab.Common.Resources/3.2/Properties/AssemblyInfo.frame
r2586 r2754 2 2 using System.Runtime.CompilerServices; 3 3 using System.Runtime.InteropServices; 4 using HeuristicLab.PluginInfrastructure;5 4 6 5 // General Information about an assembly is controlled through the following … … 31 30 // Revision 32 31 // 33 [assembly: AssemblyVersion("3.2.0. $WCREV$")]32 [assembly: AssemblyVersion("3.2.0.0")] 34 33 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")] 35 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Common/3.2/HeuristicLab.Common-3.2.csproj
r2739 r2754 84 84 <ItemGroup> 85 85 <Compile Include="CancelEventArgs.cs" /> 86 <None Include="HeuristicLabCommonPlugin.cs.frame" /> 86 87 <Compile Include="TypeExtensions.cs" /> 87 88 <Compile Include="ObservableList.cs" /> … … 120 121 set Outdir=$(Outdir) 121 122 122 call PreBuildEvent.cmd</PreBuildEvent> 123 call PreBuildEvent.cmd 124 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCommonPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCommonPlugin.cs"</PreBuildEvent> 123 125 </PropertyGroup> 124 126 </Project> -
trunk/sources/HeuristicLab.Common/3.2/Properties/AssemblyInfo.frame
r2316 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 54 53 // You can specify all the values or you can default the Revision and Build Numbers 55 54 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3.2.0. $WCREV$")]55 [assembly: AssemblyVersion("3.2.0.0")] 57 56 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj
r2746 r2754 52 52 </ItemGroup> 53 53 <ItemGroup> 54 <None Include="HeuristicLabCoreViewsPlugin.cs.frame" /> 54 55 <Compile Include="ItemArrayView.cs"> 55 56 <SubType>UserControl</SubType> … … 242 243 set Outdir=$(Outdir) 243 244 244 call PreBuildEvent.cmd</PreBuildEvent> 245 call PreBuildEvent.cmd 246 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCoreViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCoreViewsPlugin.cs"</PreBuildEvent> 245 247 </PropertyGroup> 246 248 </Project> -
trunk/sources/HeuristicLab.Core.Views/3.3/Properties/AssemblyInfo.frame
r2663 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 using System.Security; 27 26 … … 34 33 [assembly: AssemblyCompany("")] 35 34 [assembly: AssemblyProduct("HeuristicLab")] 36 [assembly: AssemblyCopyright("(c) 2002-20 09HEAL")]35 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 37 36 [assembly: AssemblyTrademark("")] 38 37 [assembly: AssemblyCulture("")] … … 56 55 // You can specify all the values or you can default the Revision and Build Numbers 57 56 // by using the '*' as shown below: 58 [assembly: AssemblyVersion("3.3.0. $WCREV$")]57 [assembly: AssemblyVersion("3.3.0.0")] 59 58 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 60 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj
r2746 r2754 103 103 <Compile Include="Attributes\CreatableAttribute.cs" /> 104 104 <Compile Include="ChangedEventArgs.cs" /> 105 <None Include="HeuristicLabCorePlugin.cs.frame" /> 105 106 <Compile Include="ItemArray.cs" /> 106 107 <Compile Include="DeepCloneable.cs" /> … … 195 196 set Outdir=$(Outdir) 196 197 197 call PreBuildEvent.cmd</PreBuildEvent> 198 call PreBuildEvent.cmd 199 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCorePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCorePlugin.cs"</PreBuildEvent> 198 200 </PropertyGroup> 199 201 </Project> -
trunk/sources/HeuristicLab.Core/3.3/Properties/AssemblyInfo.frame
r1663 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 using System.Security; 27 26 … … 34 33 [assembly: AssemblyCompany("")] 35 34 [assembly: AssemblyProduct("HeuristicLab")] 36 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]35 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 37 36 [assembly: AssemblyTrademark("")] 38 37 [assembly: AssemblyCulture("")] … … 56 55 // You can specify all the values or you can default the Revision and Build Numbers 57 56 // by using the '*' as shown below: 58 [assembly: AssemblyVersion("3.3.0. $WCREV$")]57 [assembly: AssemblyVersion("3.3.0.0")] 59 58 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 60 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj
r2677 r2754 57 57 <DependentUpon>BoolDataView.cs</DependentUpon> 58 58 </Compile> 59 <None Include="HeuristicLabDataViewsPlugin.cs.frame" /> 59 60 <Compile Include="StringConvertibleDataView.cs"> 60 61 <SubType>UserControl</SubType> … … 120 121 set Outdir=$(Outdir) 121 122 122 call PreBuildEvent.cmd</PreBuildEvent> 123 call PreBuildEvent.cmd 124 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataViewsPlugin.cs"</PreBuildEvent> 123 125 </PropertyGroup> 124 126 </Project> -
trunk/sources/HeuristicLab.Data.Views/3.3/Properties/AssemblyInfo.frame
r2663 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 54 53 // You can specify all the values or you can default the Revision and Build Numbers 55 54 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3.3.0. $WCREV$")]55 [assembly: AssemblyVersion("3.3.0.0")] 57 56 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj
r2694 r2754 105 105 <Compile Include="BoolArrayData.cs" /> 106 106 <Compile Include="BoolMatrixData.cs" /> 107 <None Include="HeuristicLabDataPlugin.cs.frame" /> 107 108 <Compile Include="StringMatrixData.cs" /> 108 109 <Compile Include="StringArrayData.cs" /> … … 191 192 set Outdir=$(Outdir) 192 193 193 call PreBuildEvent.cmd</PreBuildEvent> 194 call PreBuildEvent.cmd 195 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataPlugin.cs"</PreBuildEvent> 194 196 </PropertyGroup> 195 197 </Project> -
trunk/sources/HeuristicLab.Data/3.3/Properties/AssemblyInfo.frame
r1669 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 54 53 // You can specify all the values or you can default the Revision and Build Numbers 55 54 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3.3.0. $WCREV$")]55 [assembly: AssemblyVersion("3.3.0.0")] 57 56 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1/HeuristicLab.WinFormsUI-2.3.1.csproj
r2649 r2754 80 80 </ItemGroup> 81 81 <ItemGroup> 82 <None Include="HeuristicLabWinFormsUIPlugin.cs.frame" /> 82 83 <Compile Include="HeuristicLabWinFormsUIPlugin.cs" /> 83 84 <Compile Include="Properties\AssemblyInfo.cs" /> … … 116 117 set Outdir=$(Outdir) 117 118 118 call PreBuildEvent.cmd</PreBuildEvent> 119 call PreBuildEvent.cmd 120 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabWinFormsUIPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabWinFormsUIPlugin.cs"</PreBuildEvent> 119 121 </PropertyGroup> 120 122 </Project> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1/Properties/AssemblyInfo.frame
r2645 r2754 2 2 using System.Runtime.CompilerServices; 3 3 using System.Runtime.InteropServices; 4 using HeuristicLab.PluginInfrastructure;5 4 6 5 // General Information about an assembly is controlled through the following … … 12 11 [assembly: AssemblyCompany("")] 13 12 [assembly: AssemblyProduct("HeuristicLab")] 14 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]13 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 15 14 [assembly: AssemblyTrademark("")] 16 15 [assembly: AssemblyCulture("")] … … 34 33 // by using the '*' as shown below: 35 34 // [assembly: AssemblyVersion("1.0.*")] 36 [assembly: AssemblyVersion("2.3.1")] 37 [assembly: AssemblyFileVersion("2.3.1")] 38 [assembly: AssemblyBuildDate("$WCNOW$")] 35 [assembly: AssemblyVersion("2.3.1.0")] 36 [assembly: AssemblyFileVersion("2.3.1.$WCREV$")] -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Properties/AssemblyInfo.cs
r2645 r2754 19 19 [assembly: Guid("9d690ef9-ce19-4c69-874c-e24d8eb36aff")] 20 20 21 [assembly: AssemblyVersion("2.3.1. *")]22 [assembly: AssemblyFileVersion("2.3.1. 0")]21 [assembly: AssemblyVersion("2.3.1.0")] 22 [assembly: AssemblyFileVersion("2.3.1.*")] 23 23 24 24 [module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "namespace", Target = "WeifenLuo.WinFormsUI.Docking", MessageId = "Weifen")] -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.log4net/1.2.10.0/HeuristicLablog4netPlugin.cs
r2645 r2754 26 26 27 27 namespace HeuristicLab.SQLite { 28 [Plugin("HeuristicLab.log4net -1.2.10.0")]28 [Plugin("HeuristicLab.log4net", "1.2.10.0")] 29 29 [PluginFile("HeuristicLab.log4net-1.2.10.0.dll", PluginFileType.Assembly)] 30 30 [PluginFile("log4net.dll", PluginFileType.Assembly)] -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.log4net/1.2.10.0/Properties/AssemblyInfo.frame
r2645 r2754 2 2 using System.Runtime.CompilerServices; 3 3 using System.Runtime.InteropServices; 4 using HeuristicLab.PluginInfrastructure;5 4 6 5 // General Information about an assembly is controlled through the following … … 12 11 [assembly: AssemblyCompany("")] 13 12 [assembly: AssemblyProduct("HeuristicLab")] 14 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]13 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 15 14 [assembly: AssemblyTrademark("")] 16 15 [assembly: AssemblyCulture("")] … … 36 35 [assembly: AssemblyVersion("1.2.10.0")] 37 36 [assembly: AssemblyFileVersion("1.2.10.0")] 38 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.MainForm.Test/3.2/HeuristicLab.MainForm.Test-3.2.csproj
r2514 r2754 88 88 <Compile Include="ButtonItems\SaveToolStripButtonItem.cs" /> 89 89 <Compile Include="ButtonItems\OpenToolStripButtonItem.cs" /> 90 <None Include="HeuristicLabMainFormTestPlugin.cs.frame" /> 90 91 <Compile Include="FormView2.cs"> 91 92 <SubType>UserControl</SubType> … … 172 173 set Outdir=$(Outdir) 173 174 174 call PreBuildEvent.cmd</PreBuildEvent> 175 call PreBuildEvent.cmd 176 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMainFormTestPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMainFormTestPlugin.cs"</PreBuildEvent> 175 177 </PropertyGroup> 176 178 </Project> -
trunk/sources/HeuristicLab.MainForm.Test/3.2/Properties/AssemblyInfo.frame
r2243 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 54 53 // You can specify all the values or you can default the Revision and Build Numbers 55 54 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3.2.0. $WCREV$")]55 [assembly: AssemblyVersion("3.2.0.0")] 57 56 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLab.MainForm.WindowsForms-3.2.csproj
r2704 r2754 89 89 <DependentUpon>ContentView.cs</DependentUpon> 90 90 </Compile> 91 <None Include="HeuristicLabMainFormWindowsFormsPlugin.cs.frame" /> 91 92 <Compile Include="DockForm.cs"> 92 93 <SubType>Form</SubType> … … 199 200 set Outdir=$(Outdir) 200 201 201 call PreBuildEvent.cmd</PreBuildEvent> 202 call PreBuildEvent.cmd 203 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs"</PreBuildEvent> 202 204 </PropertyGroup> 203 205 </Project> -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/Properties/AssemblyInfo.frame
r2458 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 54 53 // You can specify all the values or you can default the Revision and Build Numbers 55 54 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3.2.0. $WCREV$")]55 [assembly: AssemblyVersion("3.2.0.0")] 57 56 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.MainForm/3.2/HeuristicLab.MainForm-3.2.csproj
r2712 r2754 81 81 </ItemGroup> 82 82 <ItemGroup> 83 <None Include="HeuristicLabMainFormPlugin.cs.frame" /> 83 84 <Compile Include="Interfaces\IContentView.cs" /> 84 85 <Compile Include="Interfaces\IActionUserInterfaceItem.cs" /> … … 127 128 set Outdir=$(Outdir) 128 129 129 call PreBuildEvent.cmd</PreBuildEvent> 130 call PreBuildEvent.cmd 131 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMainFormPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMainFormPlugin.cs"</PreBuildEvent> 130 132 </PropertyGroup> 131 133 </Project> -
trunk/sources/HeuristicLab.MainForm/3.2/Properties/AssemblyInfo.frame
r2231 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 54 53 // You can specify all the values or you can default the Revision and Build Numbers 55 54 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3.2.0. $WCREV$")]55 [assembly: AssemblyVersion("3.2.0.0")] 57 56 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Operators.Views/3.3/HeuristicLab.Operators.Views-3.3.csproj
r2684 r2754 57 57 <DependentUpon>CombinedOperatorView.cs</DependentUpon> 58 58 </Compile> 59 <None Include="HeuristicLabOperatorsViewsPlugin.cs.frame" /> 59 60 <Compile Include="HeuristicLabOperatorsViewsPlugin.cs" /> 60 61 <Compile Include="OperatorView.cs"> … … 114 115 set Outdir=$(Outdir) 115 116 116 call PreBuildEvent.cmd</PreBuildEvent> 117 call PreBuildEvent.cmd 118 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsViewsPlugin.cs"</PreBuildEvent> 117 119 </PropertyGroup> 118 120 </Project> -
trunk/sources/HeuristicLab.Operators.Views/3.3/Properties/AssemblyInfo.frame
r2663 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 54 53 // You can specify all the values or you can default the Revision and Build Numbers 55 54 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3.3.0. $WCREV$")]55 [assembly: AssemblyVersion("3.3.0.0")] 57 56 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj
r2740 r2754 86 86 <ItemGroup> 87 87 <Compile Include="CombinedOperator.cs" /> 88 <None Include="HeuristicLabOperatorsPlugin.cs.frame" /> 88 89 <Compile Include="MultipleSuccessorsOperator.cs" /> 89 90 <Compile Include="Counter.cs" /> … … 145 146 set Outdir=$(Outdir) 146 147 147 call PreBuildEvent.cmd</PreBuildEvent> 148 call PreBuildEvent.cmd 149 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsPlugin.cs"</PreBuildEvent> 148 150 </PropertyGroup> 149 151 </Project> -
trunk/sources/HeuristicLab.Operators/3.3/Properties/AssemblyInfo.frame
r2663 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 54 53 // You can specify all the values or you can default the Revision and Build Numbers 55 54 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3.3.0. $WCREV$")]55 [assembly: AssemblyVersion("3.3.0.0")] 57 56 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj
r2656 r2754 51 51 </ItemGroup> 52 52 <ItemGroup> 53 <None Include="HeuristicLabOptimizerPlugin.cs.frame" /> 53 54 <Compile Include="FileManager.cs" /> 54 55 <Compile Include="MenuItems\CloseMenuItem.cs" /> … … 148 149 set Outdir=$(Outdir) 149 150 150 call PreBuildEvent.cmd</PreBuildEvent> 151 call PreBuildEvent.cmd 152 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOptimizerPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOptimizerPlugin.cs"</PreBuildEvent> 151 153 </PropertyGroup> 152 154 </Project> -
trunk/sources/HeuristicLab.Optimizer/3.3/Properties/AssemblyInfo.frame
r2498 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 09HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 55 54 // by using the '*' as shown below: 56 55 // [assembly: AssemblyVersion("1.0.*")] 57 [assembly: AssemblyVersion("3.3.0. $WCREV$")]56 [assembly: AssemblyVersion("3.3.0.0")] 58 57 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 59 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Parameters.Views/3.3/HeuristicLab.Parameters.Views-3.3.csproj
r2740 r2754 51 51 </ItemGroup> 52 52 <ItemGroup> 53 <None Include="HeuristicLabParametersViewsPlugin.cs.frame" /> 53 54 <Compile Include="SubScopesItemParameterView.cs"> 54 55 <SubType>UserControl</SubType> … … 126 127 set Outdir=$(Outdir) 127 128 128 call PreBuildEvent.cmd</PreBuildEvent> 129 call PreBuildEvent.cmd 130 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabParametersViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabParametersViewsPlugin.cs"</PreBuildEvent> 129 131 </PropertyGroup> 130 132 </Project> -
trunk/sources/HeuristicLab.Parameters.Views/3.3/Properties/AssemblyInfo.frame
r2714 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 54 53 // You can specify all the values or you can default the Revision and Build Numbers 55 54 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3.3.0. $WCREV$")]55 [assembly: AssemblyVersion("3.3.0.0")] 57 56 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Parameters/3.3/HeuristicLab.Parameters-3.3.csproj
r2740 r2754 49 49 </ItemGroup> 50 50 <ItemGroup> 51 <None Include="HeuristicLabParametersPlugin.cs.frame" /> 51 52 <Compile Include="SubScopesItemParameter.cs" /> 52 53 <Compile Include="ScopeParameter.cs" /> … … 93 94 set Outdir=$(Outdir) 94 95 95 call PreBuildEvent.cmd</PreBuildEvent> 96 call PreBuildEvent.cmd 97 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabParametersPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabParametersPlugin.cs"</PreBuildEvent> 96 98 </PropertyGroup> 97 99 </Project> -
trunk/sources/HeuristicLab.Parameters/3.3/Properties/AssemblyInfo.frame
r2714 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 54 53 // You can specify all the values or you can default the Revision and Build Numbers 55 54 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3.3.0. $WCREV$")]55 [assembly: AssemblyVersion("3.3.0.0")] 57 56 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Persistence.GUI/3.3/HeuristicLab.Persistence.GUI-3.3.csproj
r1658 r2754 85 85 </ItemGroup> 86 86 <ItemGroup> 87 <None Include="HeuristicLabPersistenceGUIPlugin.cs.frame" /> 87 88 <Compile Include="HeuristicLabPersistenceGUIPlugin.cs" /> 88 89 <Compile Include="PersistenceConfigurationForm.cs"> … … 120 121 set Outdir=$(Outdir) 121 122 122 call PreBuildEvent.cmd</PreBuildEvent> 123 call PreBuildEvent.cmd 124 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabPersistenceGUIPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabPersistenceGUIPlugin.cs"</PreBuildEvent> 123 125 </PropertyGroup> 124 126 </Project> -
trunk/sources/HeuristicLab.Persistence.GUI/3.3/Properties/AssemblyInfo.frame
r2656 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 09HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 52 51 // Revision 53 52 // 54 [assembly: AssemblyVersion("3.3.0. $WCREV$")]53 [assembly: AssemblyVersion("3.3.0.0")] 55 54 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 56 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj
r2731 r2754 96 96 <Compile Include="Auxiliary\TypeNameParser.cs" /> 97 97 <Compile Include="Auxiliary\ReflectionTools.cs" /> 98 <None Include="HeuristicLabPersistencePlugin.cs.frame" /> 98 99 <Compile Include="Core\Configuration.cs" /> 99 100 <Compile Include="Core\PersistenceException.cs" /> … … 203 204 set Outdir=$(Outdir) 204 205 205 call PreBuildEvent.cmd</PreBuildEvent> 206 call PreBuildEvent.cmd 207 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabPersistencePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabPersistencePlugin.cs"</PreBuildEvent> 206 208 <PostBuildEvent> 207 209 </PostBuildEvent> -
trunk/sources/HeuristicLab.Persistence/3.3/Properties/AssemblyInfo.frame
r2656 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 09HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 52 51 // Revision 53 52 // 54 [assembly: AssemblyVersion("3.3.0. $WCREV$")]53 [assembly: AssemblyVersion("3.3.0.0")] 55 54 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 56 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.PluginInfrastructure/Properties/AssemblyInfo.frame
r2504 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 using System.Security; 27 26 using System; … … 35 34 [assembly: AssemblyCompany("")] 36 35 [assembly: AssemblyProduct("HeuristicLab")] 37 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]36 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 38 37 [assembly: AssemblyTrademark("")] 39 38 [assembly: AssemblyCulture("")] … … 56 55 // Revision 57 56 // 58 [assembly: AssemblyVersion("3.2.0. $WCREV$")]57 [assembly: AssemblyVersion("3.2.0.0")] 59 58 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")] -
trunk/sources/HeuristicLab.SequentialEngine/3.3/HeuristicLab.SequentialEngine-3.3.csproj
r2656 r2754 81 81 </ItemGroup> 82 82 <ItemGroup> 83 <None Include="HeuristicLabSequentialEnginePlugin.cs.frame" /> 83 84 <Compile Include="HeuristicLabSequentialEnginePlugin.cs" /> 84 85 <Compile Include="Properties\AssemblyInfo.cs" /> … … 117 118 set Outdir=$(Outdir) 118 119 119 call PreBuildEvent.cmd</PreBuildEvent> 120 call PreBuildEvent.cmd 121 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabSequentialEnginePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabSequentialEnginePlugin.cs"</PreBuildEvent> 120 122 </PropertyGroup> 121 123 </Project> -
trunk/sources/HeuristicLab.SequentialEngine/3.3/Properties/AssemblyInfo.frame
r1678 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 54 53 // You can specify all the values or you can default the Revision and Build Numbers 55 54 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3.3.0. $WCREV$")]55 [assembly: AssemblyVersion("3.3.0.0")] 57 56 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Tracing/3.2/HeuristicLab.Tracing-3.2.csproj
r2645 r2754 84 84 </ItemGroup> 85 85 <ItemGroup> 86 <None Include="HeuristicLabTracingPlugin.cs.frame" /> 86 87 <Compile Include="HiveLogger.cs" /> 87 88 <Compile Include="Logger.cs" /> … … 131 132 set Outdir=$(Outdir) 132 133 133 call PreBuildEvent.cmd</PreBuildEvent> 134 call PreBuildEvent.cmd 135 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabTracingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabTracingPlugin.cs"</PreBuildEvent> 134 136 </PropertyGroup> 135 137 </Project> -
trunk/sources/HeuristicLab.Tracing/3.2/Properties/AssemblyInfo.frame
r2031 r2754 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 09HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 52 51 // Revision 53 52 // 54 [assembly: AssemblyVersion("3.2.0. $WCREV$")]53 [assembly: AssemblyVersion("3.2.0.0")] 55 54 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")] 56 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset
for help on using the changeset viewer.