Changeset 1646 for trunk/sources/HeuristicLab.FixedOperators/3.2/HeuristicLab.FixedOperators-3.2.csproj
- Timestamp:
- 04/24/09 10:16:58 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.FixedOperators
- Files:
-
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.FixedOperators/3.2/HeuristicLab.FixedOperators-3.2.csproj
r1645 r1646 9 9 <OutputType>Library</OutputType> 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>HeuristicLab. SGA.Hardwired</RootNamespace>12 <AssemblyName>HeuristicLab. SGA.Hardwired-3.2</AssemblyName>11 <RootNamespace>HeuristicLab.FixedOperators</RootNamespace> 12 <AssemblyName>HeuristicLab.FixedOperators-3.2</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 70 70 <Compile Include="CreateReplacement.cs" /> 71 71 <Compile Include="CreateChildrenHardWired.cs" /> 72 <Compile Include="HeuristicLabSGAHardwiredPlugin.cs" /> 72 <Compile Include="FixedSGAMain.cs" /> 73 <Compile Include="HeuristicLabFixedOperatorsPlugin.cs" /> 73 74 <Compile Include="Properties\AssemblyInfo.cs" /> 74 75 <Compile Include="CreateChildren.cs" /> 75 <Compile Include="SGAMainWithHWControllStructures.cs" />76 76 </ItemGroup> 77 77 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.