Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/18/10 03:07:49 (14 years ago)
Author:
swagner
Message:

Restructured repository in preparation of the HeuristicLab 3.3.0 release (#1000)

Location:
trunk/sources/HeuristicLab.PluginInfrastructure
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure

    • Property svn:ignore deleted
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3

    • Property svn:ignore set to
      bin
      obj
      *.user
      Service References
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj

    r3831 r3832  
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.PluginInfrastructure</RootNamespace>
    11     <AssemblyName>HeuristicLab.PluginInfrastructure</AssemblyName>
     11    <AssemblyName>HeuristicLab.PluginInfrastructure-3.3</AssemblyName>
    1212    <StartupObject>
    1313    </StartupObject>
     
    3838    <WarningLevel>4</WarningLevel>
    3939    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    40     <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
     40    <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure-3.3.xml</DocumentationFile>
    4141  </PropertyGroup>
    4242  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    5151    <OutputPath>bin\x86\Release\</OutputPath>
    5252    <DefineConstants>TRACE</DefineConstants>
    53     <DocumentationFile>bin\x86\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
     53    <DocumentationFile>bin\x86\Release\HeuristicLab.PluginInfrastructure-3.3.xml</DocumentationFile>
    5454    <Optimize>true</Optimize>
    5555    <DebugType>pdbonly</DebugType>
     
    6868    <OutputPath>bin\x64\Release\</OutputPath>
    6969    <DefineConstants>TRACE</DefineConstants>
    70     <DocumentationFile>bin\x64\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
     70    <DocumentationFile>bin\x64\Release\HeuristicLab.PluginInfrastructure-3.3.xml</DocumentationFile>
    7171    <Optimize>true</Optimize>
    7272    <DebugType>pdbonly</DebugType>
Note: See TracChangeset for help on using the changeset viewer.