Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/20/08 15:45:02 (16 years ago)
Author:
swagner
Message:

Added major and minor version number to assembly names (#274)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Functions/HeuristicLab.Functions.csproj

    r574 r582  
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.Functions</RootNamespace>
    11     <AssemblyName>HeuristicLab.Functions</AssemblyName>
     11    <AssemblyName>HeuristicLab.Functions-3.2</AssemblyName>
    1212    <SignAssembly>true</SignAssembly>
    1313    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     
    3535    <ErrorReport>prompt</ErrorReport>
    3636    <WarningLevel>4</WarningLevel>
    37     <DocumentationFile>bin\Release\HeuristicLab.Functions.XML</DocumentationFile>
     37    <DocumentationFile>bin\Release\HeuristicLab.Functions-3.2.XML</DocumentationFile>
    3838  </PropertyGroup>
    3939  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4848    <OutputPath>bin\x86\Release\</OutputPath>
    4949    <DefineConstants>TRACE</DefineConstants>
    50     <DocumentationFile>bin\Release\HeuristicLab.Functions.XML</DocumentationFile>
     50    <DocumentationFile>bin\Release\HeuristicLab.Functions-3.2.XML</DocumentationFile>
    5151    <Optimize>true</Optimize>
    5252    <DebugType>pdbonly</DebugType>
Note: See TracChangeset for help on using the changeset viewer.