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

    r574 r582  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.DistributedEngine</RootNamespace>
    12     <AssemblyName>HeuristicLab.DistributedEngine</AssemblyName>
     12    <AssemblyName>HeuristicLab.DistributedEngine-3.2</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    3030    <ErrorReport>prompt</ErrorReport>
    3131    <WarningLevel>4</WarningLevel>
    32     <DocumentationFile>bin\Release\HeuristicLab.DistributedEngine.XML</DocumentationFile>
     32    <DocumentationFile>bin\Release\HeuristicLab.DistributedEngine-3.2.XML</DocumentationFile>
    3333  </PropertyGroup>
    3434  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4343    <OutputPath>bin\x86\Release\</OutputPath>
    4444    <DefineConstants>TRACE</DefineConstants>
    45     <DocumentationFile>bin\Release\HeuristicLab.DistributedEngine.XML</DocumentationFile>
     45    <DocumentationFile>bin\Release\HeuristicLab.DistributedEngine-3.2.XML</DocumentationFile>
    4646    <Optimize>true</Optimize>
    4747    <DebugType>pdbonly</DebugType>
Note: See TracChangeset for help on using the changeset viewer.