Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2754


Ignore:
Timestamp:
02/04/10 22:08:45 (14 years ago)
Author:
swagner
Message:

Added versions to all HeuristicLab 3.3 related plugins (#864)

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  
    4949  </ItemGroup>
    5050  <ItemGroup>
     51    <None Include="HeuristicLabCollectionsPlugin.cs.frame" />
    5152    <Compile Include="ReadOnlyObservableArray.cs" />
    5253    <Compile Include="ObservableArray.cs" />
     
    105106set Outdir=$(Outdir)
    106107
    107 call PreBuildEvent.cmd</PreBuildEvent>
     108call PreBuildEvent.cmd
     109SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCollectionsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCollectionsPlugin.cs"</PreBuildEvent>
    108110  </PropertyGroup>
    109111</Project>
  • trunk/sources/HeuristicLab.Collections/3.3/Properties/AssemblyInfo.frame

    r2572 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2009 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.3.0.0")]
    5756[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  
    8181  </ItemGroup>
    8282  <ItemGroup>
     83    <None Include="HeuristicLabCommonResourcesPlugin.cs.frame" />
    8384    <Compile Include="HeuristicLabCommonResourcesPlugin.cs" />
    8485    <Compile Include="Properties\AssemblyInfo.cs" />
     
    326327set Outdir=$(Outdir)
    327328
    328 call PreBuildEvent.cmd</PreBuildEvent>
     329call PreBuildEvent.cmd
     330SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCommonResourcesPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCommonResourcesPlugin.cs"</PreBuildEvent>
    329331  </PropertyGroup>
    330332</Project>
  • trunk/sources/HeuristicLab.Common.Resources/3.2/Properties/AssemblyInfo.frame

    r2586 r2754  
    22using System.Runtime.CompilerServices;
    33using System.Runtime.InteropServices;
    4 using HeuristicLab.PluginInfrastructure;
    54
    65// General Information about an assembly is controlled through the following
     
    3130//      Revision
    3231//
    33 [assembly: AssemblyVersion("3.2.0.$WCREV$")]
     32[assembly: AssemblyVersion("3.2.0.0")]
    3433[assembly: AssemblyFileVersion("3.2.0.$WCREV$")]
    35 [assembly: AssemblyBuildDate("$WCNOW$")]
  • trunk/sources/HeuristicLab.Common/3.2/HeuristicLab.Common-3.2.csproj

    r2739 r2754  
    8484  <ItemGroup>
    8585    <Compile Include="CancelEventArgs.cs" />
     86    <None Include="HeuristicLabCommonPlugin.cs.frame" />
    8687    <Compile Include="TypeExtensions.cs" />
    8788    <Compile Include="ObservableList.cs" />
     
    120121set Outdir=$(Outdir)
    121122
    122 call PreBuildEvent.cmd</PreBuildEvent>
     123call PreBuildEvent.cmd
     124SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCommonPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCommonPlugin.cs"</PreBuildEvent>
    123125  </PropertyGroup>
    124126</Project>
  • trunk/sources/HeuristicLab.Common/3.2/Properties/AssemblyInfo.frame

    r2316 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.2.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.2.0.0")]
    5756[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  
    5252  </ItemGroup>
    5353  <ItemGroup>
     54    <None Include="HeuristicLabCoreViewsPlugin.cs.frame" />
    5455    <Compile Include="ItemArrayView.cs">
    5556      <SubType>UserControl</SubType>
     
    242243set Outdir=$(Outdir)
    243244
    244 call PreBuildEvent.cmd</PreBuildEvent>
     245call PreBuildEvent.cmd
     246SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCoreViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCoreViewsPlugin.cs"</PreBuildEvent>
    245247  </PropertyGroup>
    246248</Project>
  • trunk/sources/HeuristicLab.Core.Views/3.3/Properties/AssemblyInfo.frame

    r2663 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625using System.Security;
    2726
     
    3433[assembly: AssemblyCompany("")]
    3534[assembly: AssemblyProduct("HeuristicLab")]
    36 [assembly: AssemblyCopyright("(c) 2002-2009 HEAL")]
     35[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3736[assembly: AssemblyTrademark("")]
    3837[assembly: AssemblyCulture("")]
     
    5655// You can specify all the values or you can default the Revision and Build Numbers
    5756// by using the '*' as shown below:
    58 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     57[assembly: AssemblyVersion("3.3.0.0")]
    5958[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    60 [assembly: AssemblyBuildDate("$WCNOW$")]
  • trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj

    r2746 r2754  
    103103    <Compile Include="Attributes\CreatableAttribute.cs" />
    104104    <Compile Include="ChangedEventArgs.cs" />
     105    <None Include="HeuristicLabCorePlugin.cs.frame" />
    105106    <Compile Include="ItemArray.cs" />
    106107    <Compile Include="DeepCloneable.cs" />
     
    195196set Outdir=$(Outdir)
    196197
    197 call PreBuildEvent.cmd</PreBuildEvent>
     198call PreBuildEvent.cmd
     199SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCorePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCorePlugin.cs"</PreBuildEvent>
    198200  </PropertyGroup>
    199201</Project>
  • trunk/sources/HeuristicLab.Core/3.3/Properties/AssemblyInfo.frame

    r1663 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625using System.Security;
    2726
     
    3433[assembly: AssemblyCompany("")]
    3534[assembly: AssemblyProduct("HeuristicLab")]
    36 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     35[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3736[assembly: AssemblyTrademark("")]
    3837[assembly: AssemblyCulture("")]
     
    5655// You can specify all the values or you can default the Revision and Build Numbers
    5756// by using the '*' as shown below:
    58 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     57[assembly: AssemblyVersion("3.3.0.0")]
    5958[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  
    5757      <DependentUpon>BoolDataView.cs</DependentUpon>
    5858    </Compile>
     59    <None Include="HeuristicLabDataViewsPlugin.cs.frame" />
    5960    <Compile Include="StringConvertibleDataView.cs">
    6061      <SubType>UserControl</SubType>
     
    120121set Outdir=$(Outdir)
    121122
    122 call PreBuildEvent.cmd</PreBuildEvent>
     123call PreBuildEvent.cmd
     124SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataViewsPlugin.cs"</PreBuildEvent>
    123125  </PropertyGroup>
    124126</Project>
  • trunk/sources/HeuristicLab.Data.Views/3.3/Properties/AssemblyInfo.frame

    r2663 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.3.0.0")]
    5756[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    58 [assembly: AssemblyBuildDate("$WCNOW$")]
  • trunk/sources/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj

    r2694 r2754  
    105105    <Compile Include="BoolArrayData.cs" />
    106106    <Compile Include="BoolMatrixData.cs" />
     107    <None Include="HeuristicLabDataPlugin.cs.frame" />
    107108    <Compile Include="StringMatrixData.cs" />
    108109    <Compile Include="StringArrayData.cs" />
     
    191192set Outdir=$(Outdir)
    192193
    193 call PreBuildEvent.cmd</PreBuildEvent>
     194call PreBuildEvent.cmd
     195SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataPlugin.cs"</PreBuildEvent>
    194196  </PropertyGroup>
    195197</Project>
  • trunk/sources/HeuristicLab.Data/3.3/Properties/AssemblyInfo.frame

    r1669 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.3.0.0")]
    5756[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  
    8080  </ItemGroup>
    8181  <ItemGroup>
     82    <None Include="HeuristicLabWinFormsUIPlugin.cs.frame" />
    8283    <Compile Include="HeuristicLabWinFormsUIPlugin.cs" />
    8384    <Compile Include="Properties\AssemblyInfo.cs" />
     
    116117set Outdir=$(Outdir)
    117118
    118 call PreBuildEvent.cmd</PreBuildEvent>
     119call PreBuildEvent.cmd
     120SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabWinFormsUIPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabWinFormsUIPlugin.cs"</PreBuildEvent>
    119121  </PropertyGroup>
    120122</Project>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1/Properties/AssemblyInfo.frame

    r2645 r2754  
    22using System.Runtime.CompilerServices;
    33using System.Runtime.InteropServices;
    4 using HeuristicLab.PluginInfrastructure;
    54
    65// General Information about an assembly is controlled through the following
     
    1211[assembly: AssemblyCompany("")]
    1312[assembly: AssemblyProduct("HeuristicLab")]
    14 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     13[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    1514[assembly: AssemblyTrademark("")]
    1615[assembly: AssemblyCulture("")]
     
    3433// by using the '*' as shown below:
    3534// [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  
    1919[assembly: Guid("9d690ef9-ce19-4c69-874c-e24d8eb36aff")]
    2020
    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.*")]
    2323
    2424[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  
    2626
    2727namespace HeuristicLab.SQLite {
    28   [Plugin("HeuristicLab.log4net-1.2.10.0")]
     28  [Plugin("HeuristicLab.log4net", "1.2.10.0")]
    2929  [PluginFile("HeuristicLab.log4net-1.2.10.0.dll", PluginFileType.Assembly)]
    3030  [PluginFile("log4net.dll", PluginFileType.Assembly)]
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.log4net/1.2.10.0/Properties/AssemblyInfo.frame

    r2645 r2754  
    22using System.Runtime.CompilerServices;
    33using System.Runtime.InteropServices;
    4 using HeuristicLab.PluginInfrastructure;
    54
    65// General Information about an assembly is controlled through the following
     
    1211[assembly: AssemblyCompany("")]
    1312[assembly: AssemblyProduct("HeuristicLab")]
    14 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     13[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    1514[assembly: AssemblyTrademark("")]
    1615[assembly: AssemblyCulture("")]
     
    3635[assembly: AssemblyVersion("1.2.10.0")]
    3736[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  
    8888    <Compile Include="ButtonItems\SaveToolStripButtonItem.cs" />
    8989    <Compile Include="ButtonItems\OpenToolStripButtonItem.cs" />
     90    <None Include="HeuristicLabMainFormTestPlugin.cs.frame" />
    9091    <Compile Include="FormView2.cs">
    9192      <SubType>UserControl</SubType>
     
    172173set Outdir=$(Outdir)
    173174
    174 call PreBuildEvent.cmd</PreBuildEvent>
     175call PreBuildEvent.cmd
     176SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMainFormTestPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMainFormTestPlugin.cs"</PreBuildEvent>
    175177  </PropertyGroup>
    176178</Project>
  • trunk/sources/HeuristicLab.MainForm.Test/3.2/Properties/AssemblyInfo.frame

    r2243 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.2.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.2.0.0")]
    5756[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  
    8989      <DependentUpon>ContentView.cs</DependentUpon>
    9090    </Compile>
     91    <None Include="HeuristicLabMainFormWindowsFormsPlugin.cs.frame" />
    9192    <Compile Include="DockForm.cs">
    9293      <SubType>Form</SubType>
     
    199200set Outdir=$(Outdir)
    200201
    201 call PreBuildEvent.cmd</PreBuildEvent>
     202call PreBuildEvent.cmd
     203SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMainFormWindowsFormsPlugin.cs"</PreBuildEvent>
    202204  </PropertyGroup>
    203205</Project>
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/Properties/AssemblyInfo.frame

    r2458 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.2.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.2.0.0")]
    5756[assembly: AssemblyFileVersion("3.2.0.$WCREV$")]
    58 [assembly: AssemblyBuildDate("$WCNOW$")]
  • trunk/sources/HeuristicLab.MainForm/3.2/HeuristicLab.MainForm-3.2.csproj

    r2712 r2754  
    8181  </ItemGroup>
    8282  <ItemGroup>
     83    <None Include="HeuristicLabMainFormPlugin.cs.frame" />
    8384    <Compile Include="Interfaces\IContentView.cs" />
    8485    <Compile Include="Interfaces\IActionUserInterfaceItem.cs" />
     
    127128set Outdir=$(Outdir)
    128129
    129 call PreBuildEvent.cmd</PreBuildEvent>
     130call PreBuildEvent.cmd
     131SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabMainFormPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabMainFormPlugin.cs"</PreBuildEvent>
    130132  </PropertyGroup>
    131133</Project>
  • trunk/sources/HeuristicLab.MainForm/3.2/Properties/AssemblyInfo.frame

    r2231 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.2.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.2.0.0")]
    5756[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  
    5757      <DependentUpon>CombinedOperatorView.cs</DependentUpon>
    5858    </Compile>
     59    <None Include="HeuristicLabOperatorsViewsPlugin.cs.frame" />
    5960    <Compile Include="HeuristicLabOperatorsViewsPlugin.cs" />
    6061    <Compile Include="OperatorView.cs">
     
    114115set Outdir=$(Outdir)
    115116
    116 call PreBuildEvent.cmd</PreBuildEvent>
     117call PreBuildEvent.cmd
     118SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsViewsPlugin.cs"</PreBuildEvent>
    117119  </PropertyGroup>
    118120</Project>
  • trunk/sources/HeuristicLab.Operators.Views/3.3/Properties/AssemblyInfo.frame

    r2663 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.3.0.0")]
    5756[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    58 [assembly: AssemblyBuildDate("$WCNOW$")]
  • trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj

    r2740 r2754  
    8686  <ItemGroup>
    8787    <Compile Include="CombinedOperator.cs" />
     88    <None Include="HeuristicLabOperatorsPlugin.cs.frame" />
    8889    <Compile Include="MultipleSuccessorsOperator.cs" />
    8990    <Compile Include="Counter.cs" />
     
    145146set Outdir=$(Outdir)
    146147
    147 call PreBuildEvent.cmd</PreBuildEvent>
     148call PreBuildEvent.cmd
     149SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsPlugin.cs"</PreBuildEvent>
    148150  </PropertyGroup>
    149151</Project>
  • trunk/sources/HeuristicLab.Operators/3.3/Properties/AssemblyInfo.frame

    r2663 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.3.0.0")]
    5756[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    58 [assembly: AssemblyBuildDate("$WCNOW$")]
  • trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj

    r2656 r2754  
    5151  </ItemGroup>
    5252  <ItemGroup>
     53    <None Include="HeuristicLabOptimizerPlugin.cs.frame" />
    5354    <Compile Include="FileManager.cs" />
    5455    <Compile Include="MenuItems\CloseMenuItem.cs" />
     
    148149set Outdir=$(Outdir)
    149150
    150 call PreBuildEvent.cmd</PreBuildEvent>
     151call PreBuildEvent.cmd
     152SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOptimizerPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOptimizerPlugin.cs"</PreBuildEvent>
    151153  </PropertyGroup>
    152154</Project>
  • trunk/sources/HeuristicLab.Optimizer/3.3/Properties/AssemblyInfo.frame

    r2498 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2009 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5554// by using the '*' as shown below:
    5655// [assembly: AssemblyVersion("1.0.*")]
    57 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     56[assembly: AssemblyVersion("3.3.0.0")]
    5857[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  
    5151  </ItemGroup>
    5252  <ItemGroup>
     53    <None Include="HeuristicLabParametersViewsPlugin.cs.frame" />
    5354    <Compile Include="SubScopesItemParameterView.cs">
    5455      <SubType>UserControl</SubType>
     
    126127set Outdir=$(Outdir)
    127128
    128 call PreBuildEvent.cmd</PreBuildEvent>
     129call PreBuildEvent.cmd
     130SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabParametersViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabParametersViewsPlugin.cs"</PreBuildEvent>
    129131  </PropertyGroup>
    130132</Project>
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/Properties/AssemblyInfo.frame

    r2714 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.3.0.0")]
    5756[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    58 [assembly: AssemblyBuildDate("$WCNOW$")]
  • trunk/sources/HeuristicLab.Parameters/3.3/HeuristicLab.Parameters-3.3.csproj

    r2740 r2754  
    4949  </ItemGroup>
    5050  <ItemGroup>
     51    <None Include="HeuristicLabParametersPlugin.cs.frame" />
    5152    <Compile Include="SubScopesItemParameter.cs" />
    5253    <Compile Include="ScopeParameter.cs" />
     
    9394set Outdir=$(Outdir)
    9495
    95 call PreBuildEvent.cmd</PreBuildEvent>
     96call PreBuildEvent.cmd
     97SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabParametersPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabParametersPlugin.cs"</PreBuildEvent>
    9698  </PropertyGroup>
    9799</Project>
  • trunk/sources/HeuristicLab.Parameters/3.3/Properties/AssemblyInfo.frame

    r2714 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.3.0.0")]
    5756[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  
    8585  </ItemGroup>
    8686  <ItemGroup>
     87    <None Include="HeuristicLabPersistenceGUIPlugin.cs.frame" />
    8788    <Compile Include="HeuristicLabPersistenceGUIPlugin.cs" />
    8889    <Compile Include="PersistenceConfigurationForm.cs">
     
    120121set Outdir=$(Outdir)
    121122
    122 call PreBuildEvent.cmd</PreBuildEvent>
     123call PreBuildEvent.cmd
     124SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabPersistenceGUIPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabPersistenceGUIPlugin.cs"</PreBuildEvent>
    123125  </PropertyGroup>
    124126</Project>
  • trunk/sources/HeuristicLab.Persistence.GUI/3.3/Properties/AssemblyInfo.frame

    r2656 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2009 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5251//      Revision
    5352//
    54 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     53[assembly: AssemblyVersion("3.3.0.0")]
    5554[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    56 [assembly: AssemblyBuildDate("$WCNOW$")]
  • trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj

    r2731 r2754  
    9696    <Compile Include="Auxiliary\TypeNameParser.cs" />
    9797    <Compile Include="Auxiliary\ReflectionTools.cs" />
     98    <None Include="HeuristicLabPersistencePlugin.cs.frame" />
    9899    <Compile Include="Core\Configuration.cs" />
    99100    <Compile Include="Core\PersistenceException.cs" />
     
    203204set Outdir=$(Outdir)
    204205
    205 call PreBuildEvent.cmd</PreBuildEvent>
     206call PreBuildEvent.cmd
     207SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabPersistencePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabPersistencePlugin.cs"</PreBuildEvent>
    206208    <PostBuildEvent>
    207209    </PostBuildEvent>
  • trunk/sources/HeuristicLab.Persistence/3.3/Properties/AssemblyInfo.frame

    r2656 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2009 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5251//      Revision
    5352//
    54 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     53[assembly: AssemblyVersion("3.3.0.0")]
    5554[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    56 [assembly: AssemblyBuildDate("$WCNOW$")]
  • trunk/sources/HeuristicLab.PluginInfrastructure/Properties/AssemblyInfo.frame

    r2504 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625using System.Security;
    2726using System;
     
    3534[assembly: AssemblyCompany("")]
    3635[assembly: AssemblyProduct("HeuristicLab")]
    37 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     36[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3837[assembly: AssemblyTrademark("")]
    3938[assembly: AssemblyCulture("")]
     
    5655//      Revision
    5756//
    58 [assembly: AssemblyVersion("3.2.0.$WCREV$")]
     57[assembly: AssemblyVersion("3.2.0.0")]
    5958[assembly: AssemblyFileVersion("3.2.0.$WCREV$")]
  • trunk/sources/HeuristicLab.SequentialEngine/3.3/HeuristicLab.SequentialEngine-3.3.csproj

    r2656 r2754  
    8181  </ItemGroup>
    8282  <ItemGroup>
     83    <None Include="HeuristicLabSequentialEnginePlugin.cs.frame" />
    8384    <Compile Include="HeuristicLabSequentialEnginePlugin.cs" />
    8485    <Compile Include="Properties\AssemblyInfo.cs" />
     
    117118set Outdir=$(Outdir)
    118119
    119 call PreBuildEvent.cmd</PreBuildEvent>
     120call PreBuildEvent.cmd
     121SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabSequentialEnginePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabSequentialEnginePlugin.cs"</PreBuildEvent>
    120122  </PropertyGroup>
    121123</Project>
  • trunk/sources/HeuristicLab.SequentialEngine/3.3/Properties/AssemblyInfo.frame

    r1678 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.3.0.0")]
    5756[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    58 [assembly: AssemblyBuildDate("$WCNOW$")]
  • trunk/sources/HeuristicLab.Tracing/3.2/HeuristicLab.Tracing-3.2.csproj

    r2645 r2754  
    8484  </ItemGroup>
    8585  <ItemGroup>
     86    <None Include="HeuristicLabTracingPlugin.cs.frame" />
    8687    <Compile Include="HiveLogger.cs" />
    8788    <Compile Include="Logger.cs" />
     
    131132set Outdir=$(Outdir)
    132133
    133 call PreBuildEvent.cmd</PreBuildEvent>
     134call PreBuildEvent.cmd
     135SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabTracingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabTracingPlugin.cs"</PreBuildEvent>
    134136  </PropertyGroup>
    135137</Project>
  • trunk/sources/HeuristicLab.Tracing/3.2/Properties/AssemblyInfo.frame

    r2031 r2754  
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2009 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5251//      Revision
    5352//
    54 [assembly: AssemblyVersion("3.2.0.$WCREV$")]
     53[assembly: AssemblyVersion("3.2.0.0")]
    5554[assembly: AssemblyFileVersion("3.2.0.$WCREV$")]
    56 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset for help on using the changeset viewer.