Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/10 09:15:54 (13 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.Services.Hive.DataAccess/3.4/HeuristicLab.Services.Hive.DataAccess-3.4.csproj

    r5038 r5043  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Services.Hive.DataAccess</RootNamespace>
    12     <AssemblyName>HeuristicLab.Services.Hive.DataAccess-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Services.Hive.DataAccess-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    6565  <ItemGroup>
    6666    <Compile Include="Convert.cs" />
     67    <None Include="HeuristicLabServicesHiveDataAccessPlugin.cs.frame" />
    6768    <Compile Include="HeuristicLabServicesHiveDataAccessPlugin.cs" />
    6869    <Compile Include="HiveDao.cs" />
     
    7778    <Compile Include="Interfaces\IHiveDao.cs" />
    7879    <Compile Include="Properties\AssemblyInfo.cs" />
     80    <None Include="Properties\AssemblyInfo.cs.frame" />
    7981    <Compile Include="Properties\Settings.Designer.cs">
    8082      <AutoGen>True</AutoGen>
     
    109111  </ItemGroup>
    110112  <ItemGroup>
    111     <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.3\HeuristicLab.Services.Hive.Common-3.3.csproj">
     113    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
    112114      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
    113115      <Name>HeuristicLab.Services.Hive.Common-3.3</Name>
     
    124126call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
    125127  </PropertyGroup>
     128  <PropertyGroup>
     129    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     130set ProjectDir=$(ProjectDir)
     131set SolutionDir=$(SolutionDir)
     132set Outdir=$(Outdir)
     133
     134call PreBuildEvent.cmd</PreBuildEvent>
     135  </PropertyGroup>
    126136  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    127137       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.