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.Common/3.4
Files:
2 added
1 edited

Legend:

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

    r5038 r5043  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Services.Hive.Common</RootNamespace>
    12     <AssemblyName>HeuristicLab.Services.Hive.Common-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Services.Hive.Common-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    6262  <ItemGroup>
    6363    <Compile Include="ApplicationConstants.cs" />
     64    <None Include="HeuristicLabServicesHiveCommonPlugin.cs.frame" />
    6465    <Compile Include="DataTransfer\Appointment.cs" />
    6566    <Compile Include="DataTransfer\CalendarState.cs" />
     
    8687    <Compile Include="HeuristicLabServicesHiveCommonPlugin.cs" />
    8788    <Compile Include="Properties\AssemblyInfo.cs" />
     89    <None Include="Properties\AssemblyInfo.cs.frame" />
    8890    <Compile Include="ServiceContracts\IHiveService.cs" />
    8991  </ItemGroup>
     
    9799call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
    98100  </PropertyGroup>
     101  <PropertyGroup>
     102    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     103set ProjectDir=$(ProjectDir)
     104set SolutionDir=$(SolutionDir)
     105set Outdir=$(Outdir)
     106
     107call PreBuildEvent.cmd</PreBuildEvent>
     108  </PropertyGroup>
    99109  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    100110       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.