Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10555


Ignore:
Timestamp:
03/05/14 17:33:10 (10 years ago)
Author:
pfleck
Message:
  • signed views assembly and fixed .net version number
Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HeuristicLab.DataPreprocessing.Views-3.3.csproj

    r10542 r10555  
    1010    <RootNamespace>HeuristicLab.DataPreprocessing.Views_3._3</RootNamespace>
    1111    <AssemblyName>HeuristicLab.DataPreprocessing.Views-3.3</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
     14    <TargetFrameworkProfile />
    1415  </PropertyGroup>
    1516  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    3031    <WarningLevel>4</WarningLevel>
    3132  </PropertyGroup>
     33  <PropertyGroup>
     34    <SignAssembly>true</SignAssembly>
     35  </PropertyGroup>
     36  <PropertyGroup>
     37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     38  </PropertyGroup>
    3239  <ItemGroup>
    3340    <Reference Include="System" />
     
    3946  </ItemGroup>
    4047  <ItemGroup>
     48    <None Include="HeuristicLab.snk" />
    4149    <None Include="Plugin.cs.frame" />
    4250    <None Include="Properties\AssemblyInfo.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.