Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/11/12 11:26:05 (12 years ago)
Author:
ascheibe
Message:

#1329 signed Scheduling Problem View project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj

    r8769 r8788  
    9494    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
    9595  </PropertyGroup>
     96  <PropertyGroup>
     97    <SignAssembly>true</SignAssembly>
     98  </PropertyGroup>
     99  <PropertyGroup>
     100    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     101  </PropertyGroup>
    96102  <ItemGroup>
    97103    <Reference Include="HeuristicLab.Collections-3.3">
     
    180186  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    181187  <PropertyGroup>
    182    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     188    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    183189set ProjectDir=$(ProjectDir)
    184190set SolutionDir=$(SolutionDir)
     
    187193call PreBuildEvent.cmd
    188194</PreBuildEvent>
    189 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     195    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    190196export ProjectDir=$(ProjectDir)
    191197export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.