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.RealVector/HeuristicLab.RealVector.csproj

    r574 r582  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.RealVector</RootNamespace>
    12     <AssemblyName>HeuristicLab.RealVector</AssemblyName>
     12    <AssemblyName>HeuristicLab.RealVector-3.2</AssemblyName>
    1313    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    3232    <ErrorReport>prompt</ErrorReport>
    3333    <WarningLevel>4</WarningLevel>
    34     <DocumentationFile>bin\Release\HeuristicLab.RealVector.XML</DocumentationFile>
     34    <DocumentationFile>bin\Release\HeuristicLab.RealVector-3.2.XML</DocumentationFile>
    3535  </PropertyGroup>
    3636  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4545    <OutputPath>bin\x86\Release\</OutputPath>
    4646    <DefineConstants>TRACE</DefineConstants>
    47     <DocumentationFile>bin\Release\HeuristicLab.RealVector.XML</DocumentationFile>
     47    <DocumentationFile>bin\Release\HeuristicLab.RealVector-3.2.XML</DocumentationFile>
    4848    <Optimize>true</Optimize>
    4949    <DebugType>pdbonly</DebugType>
Note: See TracChangeset for help on using the changeset viewer.