Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/10 02:00:04 (14 years ago)
Author:
swagner
Message:

Renamed projects/plugins (#945).

Location:
trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3

    • Property svn:ignore
      •  

        old new  
        22bin
        33obj
        4 HeuristicLabAlgorithmsSGAPlugin.cs
         4HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs
  • trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj

    r3194 r3196  
    55    <ProductVersion>9.0.30729</ProductVersion>
    66    <SchemaVersion>2.0</SchemaVersion>
    7     <ProjectGuid>{4C3305C4-E440-4EAD-B218-68D77AE51543}</ProjectGuid>
     7    <ProjectGuid>{A51DA44F-CB35-4F6F-99F5-2A2E904AB93B}</ProjectGuid>
    88    <OutputType>Library</OutputType>
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    10     <RootNamespace>HeuristicLab.Algorithms.SGA</RootNamespace>
    11     <AssemblyName>HeuristicLab.Algorithms.SGA-3.3</AssemblyName>
     10    <RootNamespace>HeuristicLab.Algorithms.GeneticAlgorithm</RootNamespace>
     11    <AssemblyName>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</AssemblyName>
    1212    <SignAssembly>true</SignAssembly>
    1313    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     
    3737    <ErrorReport>prompt</ErrorReport>
    3838    <WarningLevel>4</WarningLevel>
    39     <DocumentationFile>bin\Release\HeuristicLab.Algorithms.SGA-3.3.xml</DocumentationFile>
     39    <DocumentationFile>bin\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile>
    4040  </PropertyGroup>
    4141  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    5050    <OutputPath>bin\x86\Release\</OutputPath>
    5151    <DefineConstants>TRACE</DefineConstants>
    52     <DocumentationFile>bin\x86\Release\HeuristicLab.Algorithms.SGA-3.3.xml</DocumentationFile>
     52    <DocumentationFile>bin\x86\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile>
    5353    <Optimize>true</Optimize>
    5454    <DebugType>pdbonly</DebugType>
     
    6767    <OutputPath>bin\x64\Release\</OutputPath>
    6868    <DefineConstants>TRACE</DefineConstants>
    69     <DocumentationFile>bin\x64\Release\HeuristicLab.Algorithms.SGA-3.3.xml</DocumentationFile>
     69    <DocumentationFile>bin\x64\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile>
    7070    <Optimize>true</Optimize>
    7171    <DebugType>pdbonly</DebugType>
     
    8282  </ItemGroup>
    8383  <ItemGroup>
    84     <Compile Include="HeuristicLabAlgorithmsSGAPlugin.cs" />
     84    <Compile Include="HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs" />
    8585    <Compile Include="SGA.cs">
    8686      <SubType>Code</SubType>
     
    141141  <ItemGroup>
    142142    <None Include="HeuristicLab.snk" />
    143     <None Include="HeuristicLabAlgorithmsSGAPlugin.cs.frame" />
     143    <None Include="HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs.frame" />
    144144    <None Include="Properties\AssemblyInfo.frame" />
    145145  </ItemGroup>
     
    159159
    160160call PreBuildEvent.cmd
    161 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAlgorithmsSGAPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAlgorithmsSGAPlugin.cs"</PreBuildEvent>
     161SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs"</PreBuildEvent>
    162162  </PropertyGroup>
    163163</Project>
Note: See TracChangeset for help on using the changeset viewer.