Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/13/12 15:05:32 (12 years ago)
Author:
ascheibe
Message:

#1937 added HeuristicLab key to projects that weren't signed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/HeuristicLab.Clients.Hive.Administrator-3.3.csproj

    r8600 r8645  
    7474    <ErrorReport>prompt</ErrorReport>
    7575    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     76  </PropertyGroup>
     77  <PropertyGroup>
     78    <SignAssembly>true</SignAssembly>
     79  </PropertyGroup>
     80  <PropertyGroup>
     81    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    7682  </PropertyGroup>
    7783  <ItemGroup>
     
    228234  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    229235  <PropertyGroup>
    230    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     236    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    231237set ProjectDir=$(ProjectDir)
    232238set SolutionDir=$(SolutionDir)
     
    234240
    235241call PreBuildEvent.cmd</PreBuildEvent>
    236 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     242    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    237243export ProjectDir=$(ProjectDir)
    238244export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.