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

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