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
Location:
branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Services.Hive/3.4
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Services.Hive/3.4

    • Property svn:ignore
      •  

        old new  
        22obj
        33HeuristicLab.Services.Hive-3.3.csproj.user
         4HeuristicLab.Services.Hive-3.4.csproj.user
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Services.Hive/3.4/HeuristicLab.Services.Hive-3.4.csproj

    r5039 r5043  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Services.Hive</RootNamespace>
    12     <AssemblyName>HeuristicLab.Services.Hive-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Services.Hive-3.4</AssemblyName>
    1313    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    1414    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     
    7373  </ItemGroup>
    7474  <ItemGroup>
     75    <None Include="HeuristicLabServicesHivePlugin.cs.frame" />
     76    <None Include="Properties\AssemblyInfo.cs.frame" />
    7577    <Compile Include="Standalone\HeuristicLabServicesHiveApplication.cs" />
    7678    <Compile Include="Standalone\MainForm.cs">
     
    9092  </ItemGroup>
    9193  <ItemGroup>
    92     <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.3\HeuristicLab.Services.Hive.Common-3.4.csproj">
     94    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
    9395      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
    9496      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
    9597    </ProjectReference>
    96     <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.4.csproj">
     98    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.4\HeuristicLab.Services.Hive.DataAccess-3.4.csproj">
    9799      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
    98100      <Name>HeuristicLab.Services.Hive.DataAccess-3.4</Name>
     
    123125call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
    124126  </PropertyGroup>
     127  <PropertyGroup>
     128    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     129set ProjectDir=$(ProjectDir)
     130set SolutionDir=$(SolutionDir)
     131set Outdir=$(Outdir)
     132
     133call PreBuildEvent.cmd</PreBuildEvent>
     134  </PropertyGroup>
    125135  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    126136       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.