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
File:
1 edited

Legend:

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

    r5039 r5043  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Clients.Hive</RootNamespace>
    12     <AssemblyName>HeuristicLab.Clients.Hive-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Clients.Hive-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    7979  </ItemGroup>
    8080  <ItemGroup>
     81    <None Include="HeuristicLabClientsHivePlugin.cs.frame" />
    8182    <Compile Include="Exceptions\AddJobToHiveException.cs" />
    8283    <Compile Include="Exceptions\JobResultPollingException.cs" />
     
    9495    <Compile Include="Properties\AssemblyInfo.cs" />
    9596    <Compile Include="PersistenceUtil.cs" />
     97    <None Include="Properties\AssemblyInfo.cs.frame" />
    9698    <Compile Include="ServiceClients\ServiceClientFactory.cs" />
    9799    <Compile Include="Exceptions\ServiceClientFactoryException.cs" />
     
    115117  </ItemGroup>
    116118  <ItemGroup>
    117     <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.4.csproj">
     119    <ProjectReference Include="..\..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
    118120      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
    119121      <Name>HeuristicLab.Hive-3.4</Name>
    120122    </ProjectReference>
    121     <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.3\HeuristicLab.Services.Hive.Common-3.4.csproj">
     123    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
    122124      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
    123125      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
     
    130132call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
    131133  </PropertyGroup>
     134  <PropertyGroup>
     135    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     136set ProjectDir=$(ProjectDir)
     137set SolutionDir=$(SolutionDir)
     138set Outdir=$(Outdir)
     139
     140call PreBuildEvent.cmd</PreBuildEvent>
     141  </PropertyGroup>
    132142  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    133143       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.