Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/10 09:15:54 (14 years ago)
Author:
cneumuel
Message:

#1233

  • finished version change to 3.4
  • added revision number to version
Location:
branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Clients.Hive.Slave.Views/3.4
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Clients.Hive.Slave.Views/3.4/HeuristicLab.Clients.Hive.Slave.Views-3.4.csproj

    r5038 r5043  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Clients.Hive.Slave.Views</RootNamespace>
    12     <AssemblyName>HeuristicLab.Clients.Hive.Slave.Views-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Clients.Hive.Slave.Views-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    5959  </ItemGroup>
    6060  <ItemGroup>
     61    <None Include="Properties\AssemblyInfo.cs.frame" />
     62    <None Include="HeuristicLabClientsHiveSlaveViewsPlugin.cs.frame" />
    6163    <Compile Include="HeuristicLabClientsHiveSlaveViewsPlugin.cs" />
    6264    <Compile Include="Properties\AssemblyInfo.cs" />
     
    7173call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
    7274  </PropertyGroup>
     75  <PropertyGroup>
     76    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     77set ProjectDir=$(ProjectDir)
     78set SolutionDir=$(SolutionDir)
     79set Outdir=$(Outdir)
     80
     81call PreBuildEvent.cmd</PreBuildEvent>
     82  </PropertyGroup>
    7383  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    7484       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.