Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7804


Ignore:
Timestamp:
05/14/12 13:49:34 (12 years ago)
Author:
spimming
Message:

#1807: added PreBuildEvent and enabled signing

Location:
branches/DataAnalysisService
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard/3.3/HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.csproj

    r7803 r7804  
    3030    <ErrorReport>prompt</ErrorReport>
    3131    <WarningLevel>4</WarningLevel>
     32  </PropertyGroup>
     33  <PropertyGroup>
     34    <SignAssembly>true</SignAssembly>
     35  </PropertyGroup>
     36  <PropertyGroup>
     37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    3238  </PropertyGroup>
    3339  <ItemGroup>
     
    8187    </EmbeddedResource>
    8288  </ItemGroup>
     89  <ItemGroup>
     90    <None Include="HeuristicLab.snk" />
     91  </ItemGroup>
    8392  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     93  <PropertyGroup>
     94    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     95set ProjectDir=$(ProjectDir)
     96set SolutionDir=$(SolutionDir)
     97set Outdir=$(Outdir)
     98
     99call PreBuildEvent.cmd
     100</PreBuildEvent>
     101  </PropertyGroup>
    84102  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    85103       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.