Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Functions/HeuristicLab.Functions.csproj @ 425

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

moved creation of default init and manipulation operators from !GPOperatorGroup into the functions (ticket #225 "Simplify GP infrastructure (GPOperatorLibrary and Functions)")

File size: 6.5 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.21022</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{B95CA6E2-34BC-4430-994D-BD6E99375319}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Functions</RootNamespace>
11    <AssemblyName>HeuristicLab.Functions</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
20  </PropertyGroup>
21  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22    <DebugSymbols>true</DebugSymbols>
23    <DebugType>full</DebugType>
24    <Optimize>false</Optimize>
25    <OutputPath>bin\Debug\</OutputPath>
26    <DefineConstants>DEBUG;TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37    <DocumentationFile>bin\Release\HeuristicLab.Functions.XML</DocumentationFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="System" />
41    <Reference Include="System.Core">
42      <RequiredTargetFramework>3.5</RequiredTargetFramework>
43    </Reference>
44    <Reference Include="System.Data" />
45    <Reference Include="System.Drawing" />
46    <Reference Include="System.Windows.Forms" />
47    <Reference Include="System.Xml" />
48  </ItemGroup>
49  <ItemGroup>
50    <Compile Include="Addition.cs" />
51    <Compile Include="And.cs">
52      <SubType>Code</SubType>
53    </Compile>
54    <Compile Include="Average.cs" />
55    <Compile Include="BakedFunctionTree.cs" />
56    <Compile Include="BakedTreeEvaluator.cs" />
57    <Compile Include="Constant.cs" />
58    <Compile Include="Differential.cs" />
59    <Compile Include="GreaterThan.cs" />
60    <Compile Include="IEvaluator.cs" />
61    <Compile Include="IfThenElse.cs">
62      <SubType>Code</SubType>
63    </Compile>
64    <Compile Include="IFunctionTree.cs" />
65    <Compile Include="ModelAnalyzerExporter.cs" />
66    <Compile Include="Or.cs">
67      <SubType>Code</SubType>
68    </Compile>
69    <Compile Include="ProgrammableFunction.cs" />
70    <Compile Include="Equal.cs" />
71    <Compile Include="FunctionView.cs">
72      <SubType>UserControl</SubType>
73    </Compile>
74    <Compile Include="FunctionView.Designer.cs">
75      <DependentUpon>FunctionView.cs</DependentUpon>
76    </Compile>
77    <Compile Include="IFunctionVisitor.cs" />
78    <Compile Include="LessThan.cs" />
79    <Compile Include="Not.cs" />
80    <Compile Include="Signum.cs" />
81    <Compile Include="Logarithm.cs" />
82    <Compile Include="Exponential.cs" />
83    <Compile Include="Sqrt.cs" />
84    <Compile Include="Power.cs" />
85    <Compile Include="Division.cs" />
86    <Compile Include="Subtraction.cs" />
87    <Compile Include="SymbolTable.cs" />
88    <Compile Include="Tangens.cs" />
89    <Compile Include="Cosinus.cs" />
90    <Compile Include="Sinus.cs" />
91    <Compile Include="Multiplication.cs" />
92    <Compile Include="FunctionBase.cs" />
93    <Compile Include="HeuristicLabFunctionsPlugin.cs" />
94    <Compile Include="IFunction.cs" />
95    <Compile Include="Properties\AssemblyInfo.cs" />
96    <Compile Include="Variable.cs" />
97    <Compile Include="Xor.cs" />
98  </ItemGroup>
99  <ItemGroup>
100    <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
101      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
102      <Name>HeuristicLab.Constraints</Name>
103    </ProjectReference>
104    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
105      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
106      <Name>HeuristicLab.Core</Name>
107    </ProjectReference>
108    <ProjectReference Include="..\HeuristicLab.DataAnalysis\HeuristicLab.DataAnalysis.csproj">
109      <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
110      <Name>HeuristicLab.DataAnalysis</Name>
111    </ProjectReference>
112    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
113      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
114      <Name>HeuristicLab.Data</Name>
115    </ProjectReference>
116    <ProjectReference Include="..\HeuristicLab.Operators.Programmable\HeuristicLab.Operators.Programmable.csproj">
117      <Project>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</Project>
118      <Name>HeuristicLab.Operators.Programmable</Name>
119    </ProjectReference>
120    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
121      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
122      <Name>HeuristicLab.Operators</Name>
123    </ProjectReference>
124    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
125      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
126      <Name>HeuristicLab.PluginInfrastructure</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
129      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
130      <Name>HeuristicLab.Random</Name>
131    </ProjectReference>
132  </ItemGroup>
133  <ItemGroup>
134    <None Include="HeuristicLab.snk" />
135    <None Include="Properties\AssemblyInfo.frame" />
136  </ItemGroup>
137  <ItemGroup>
138    <EmbeddedResource Include="FunctionView.resx">
139      <DependentUpon>FunctionView.cs</DependentUpon>
140      <SubType>Designer</SubType>
141    </EmbeddedResource>
142  </ItemGroup>
143  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
144  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
145       Other similar extension points exist, see Microsoft.Common.targets.
146  <Target Name="BeforeBuild">
147  </Target>
148  <Target Name="AfterBuild">
149  </Target>
150  -->
151  <PropertyGroup>
152    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
153  </PropertyGroup>
154</Project>
Note: See TracBrowser for help on using the repository browser.