Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2059


Ignore:
Timestamp:
06/18/09 15:59:30 (15 years ago)
Author:
gkronber
Message:

Added pre-build-event for Grid.HiveBridge #642 (Hive backend for CEDMA).

Location:
trunk/sources/HeuristicLab.Grid.HiveBridge/3.2
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Grid.HiveBridge/3.2/HeuristicLab.Grid.HiveBridge-3.2.csproj

    r2058 r2059  
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     15    <SignAssembly>true</SignAssembly>
     16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    1517  </PropertyGroup>
    1618  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    6769    <Compile Include="HiveGridServerWrapper.cs" />
    6870    <Compile Include="HeuristicLabGridHiveBridgePlugin.cs" />
    69     <Compile Include="Properties\AssemblyInfo.cs" />
    7071    <Compile Include="ServiceLocator.cs" />
    7172  </ItemGroup>
     
    9697    </ProjectReference>
    9798  </ItemGroup>
     99  <ItemGroup>
     100    <None Include="HeuristicLab.snk" />
     101    <None Include="Properties\AssemblyInfo.frame" />
     102  </ItemGroup>
    98103  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    99104  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     
    104109  </Target>
    105110  -->
     111  <PropertyGroup>
     112    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     113set ProjectDir=$(ProjectDir)
     114set SolutionDir=$(SolutionDir)
     115set Outdir=$(Outdir)
     116
     117call PreBuildEvent.cmd</PreBuildEvent>
     118  </PropertyGroup>
    106119</Project>
Note: See TracChangeset for help on using the changeset viewer.