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

Location:
trunk/sources/HeuristicLab.Persistence.GUI/3.3
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • 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.