Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8645


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

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

Location:
trunk/sources
Files:
1 added
2 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)
  • trunk/sources/HeuristicLab.Persistence.GUI/3.3/HeuristicLab.Persistence.GUI-3.3.csproj

    r8600 r8645  
    9898    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    9999  </PropertyGroup>
     100  <PropertyGroup>
     101    <SignAssembly>true</SignAssembly>
     102  </PropertyGroup>
     103  <PropertyGroup>
     104    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     105  </PropertyGroup>
    100106  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    101107  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     
    124130  </ItemGroup>
    125131  <ItemGroup>
     132    <None Include="HeuristicLab.snk" />
    126133    <None Include="Plugin.cs.frame" />
    127134    <Compile Include="PersistenceAnalysis.cs" />
     
    174181  </ItemGroup>
    175182  <PropertyGroup>
    176    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     183    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    177184set ProjectDir=$(ProjectDir)
    178185set SolutionDir=$(SolutionDir)
     
    181188call PreBuildEvent.cmd
    182189</PreBuildEvent>
    183 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     190    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    184191export ProjectDir=$(ProjectDir)
    185192export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.