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

    r574 r582  
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.Charting</RootNamespace>
    11     <AssemblyName>HeuristicLab.Charting</AssemblyName>
     11    <AssemblyName>HeuristicLab.Charting-3.2</AssemblyName>
    1212    <SignAssembly>true</SignAssembly>
    1313    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     
    3636    <WarningLevel>4</WarningLevel>
    3737    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    38     <DocumentationFile>bin\Release\HeuristicLab.Charting.XML</DocumentationFile>
     38    <DocumentationFile>bin\Release\HeuristicLab.Charting-3.2.XML</DocumentationFile>
    3939  </PropertyGroup>
    4040  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4949    <OutputPath>bin\x86\Release\</OutputPath>
    5050    <DefineConstants>TRACE</DefineConstants>
    51     <DocumentationFile>bin\Release\HeuristicLab.Charting.XML</DocumentationFile>
     51    <DocumentationFile>bin\Release\HeuristicLab.Charting-3.2.XML</DocumentationFile>
    5252    <Optimize>true</Optimize>
    5353    <DebugType>pdbonly</DebugType>
Note: See TracChangeset for help on using the changeset viewer.