Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GpPluginsRefactoringBranch/HeuristicLab.GP/HeuristicLab.GP.csproj @ 645

Last change on this file since 645 was 645, checked in by gkronber, 16 years ago

moved all classes of HL.Functions and HL.StructureIdentification to new plugins HeuristicLab.GP... (#177)

File size: 6.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.21022</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{1F1CF3ED-374C-4288-995B-93F6B872F571}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.GP</RootNamespace>
12    <AssemblyName>HeuristicLab.GP</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="System" />
37    <Reference Include="System.Core">
38      <RequiredTargetFramework>3.5</RequiredTargetFramework>
39    </Reference>
40    <Reference Include="System.Drawing" />
41    <Reference Include="System.Windows.Forms" />
42    <Reference Include="System.Xml.Linq">
43      <RequiredTargetFramework>3.5</RequiredTargetFramework>
44    </Reference>
45    <Reference Include="System.Data.DataSetExtensions">
46      <RequiredTargetFramework>3.5</RequiredTargetFramework>
47    </Reference>
48    <Reference Include="System.Data" />
49    <Reference Include="System.Xml" />
50  </ItemGroup>
51  <ItemGroup>
52    <Compile Include="BakedFunctionTree.cs" />
53    <Compile Include="FunctionBase.cs" />
54    <Compile Include="FunctionView.cs">
55      <SubType>UserControl</SubType>
56    </Compile>
57    <Compile Include="FunctionView.Designer.cs">
58      <DependentUpon>FunctionView.cs</DependentUpon>
59    </Compile>
60    <Compile Include="GPOperatorGroup.cs" />
61    <Compile Include="GPOperatorLibrary.cs" />
62    <Compile Include="GPOperatorLibraryEditor.cs">
63      <SubType>UserControl</SubType>
64    </Compile>
65    <Compile Include="GPOperatorLibraryEditor.Designer.cs">
66      <DependentUpon>GPOperatorLibraryEditor.cs</DependentUpon>
67    </Compile>
68    <Compile Include="HeuristicLabGPPlugin.cs" />
69    <Compile Include="IFunction.cs" />
70    <Compile Include="IFunctionTree.cs" />
71    <Compile Include="IFunctionVisitor.cs">
72      <SubType>Code</SubType>
73    </Compile>
74    <Compile Include="Manipulation\ChangeNodeTypeManipulation.cs" />
75    <Compile Include="Manipulation\CutOutNodeManipulation.cs" />
76    <Compile Include="Manipulation\DeleteSubTreeManipulation.cs" />
77    <Compile Include="Manipulation\FullTreeShaker.cs" />
78    <Compile Include="Manipulation\OnePointShaker.cs" />
79    <Compile Include="Manipulation\SubstituteSubTreeManipulation.cs" />
80    <Compile Include="ProbabilisticTreeCreator.cs" />
81    <Compile Include="Properties\AssemblyInfo.cs" />
82    <Compile Include="RampedTreeCreator.cs" />
83    <Compile Include="Recombination\LangdonHomologousCrossOver.cs" />
84    <Compile Include="Recombination\OnePointCrossOver.cs" />
85    <Compile Include="Recombination\SizeFairCrossOver.cs" />
86    <Compile Include="Recombination\StandardCrossOver.cs" />
87    <Compile Include="TreeGardener.cs" />
88  </ItemGroup>
89  <ItemGroup>
90    <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
91      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
92      <Name>HeuristicLab.Constraints</Name>
93    </ProjectReference>
94    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
95      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
96      <Name>HeuristicLab.Core</Name>
97    </ProjectReference>
98    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
99      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
100      <Name>HeuristicLab.Data</Name>
101    </ProjectReference>
102    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
103      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
104      <Name>HeuristicLab.Operators</Name>
105    </ProjectReference>
106    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
107      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
108      <Name>HeuristicLab.PluginInfrastructure</Name>
109    </ProjectReference>
110    <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
111      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
112      <Name>HeuristicLab.Random</Name>
113    </ProjectReference>
114    <ProjectReference Include="..\HeuristicLab.Selection\HeuristicLab.Selection.csproj">
115      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
116      <Name>HeuristicLab.Selection</Name>
117    </ProjectReference>
118  </ItemGroup>
119  <ItemGroup>
120    <EmbeddedResource Include="FunctionView.resx">
121      <DependentUpon>FunctionView.cs</DependentUpon>
122      <SubType>Designer</SubType>
123    </EmbeddedResource>
124    <EmbeddedResource Include="GPOperatorLibraryEditor.resx">
125      <DependentUpon>GPOperatorLibraryEditor.cs</DependentUpon>
126      <SubType>Designer</SubType>
127    </EmbeddedResource>
128  </ItemGroup>
129  <ItemGroup>
130    <None Include="HeuristicLab.snk" />
131  </ItemGroup>
132  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
133  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
134       Other similar extension points exist, see Microsoft.Common.targets.
135  <Target Name="BeforeBuild">
136  </Target>
137  <Target Name="AfterBuild">
138  </Target>
139  -->
140</Project>
Note: See TracBrowser for help on using the repository browser.