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.30729</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 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
40 | <DebugSymbols>true</DebugSymbols>
|
---|
41 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
43 | <DebugType>full</DebugType>
|
---|
44 | <PlatformTarget>x86</PlatformTarget>
|
---|
45 | <ErrorReport>prompt</ErrorReport>
|
---|
46 | </PropertyGroup>
|
---|
47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
48 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
49 | <DefineConstants>TRACE</DefineConstants>
|
---|
50 | <DocumentationFile>bin\Release\HeuristicLab.Functions.XML</DocumentationFile>
|
---|
51 | <Optimize>true</Optimize>
|
---|
52 | <DebugType>pdbonly</DebugType>
|
---|
53 | <PlatformTarget>x86</PlatformTarget>
|
---|
54 | <ErrorReport>prompt</ErrorReport>
|
---|
55 | </PropertyGroup>
|
---|
56 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release x64|x86' ">
|
---|
57 | <OutputPath>bin\x86\Release x64\</OutputPath>
|
---|
58 | <PlatformTarget>x86</PlatformTarget>
|
---|
59 | </PropertyGroup>
|
---|
60 | <ItemGroup>
|
---|
61 | <Reference Include="System" />
|
---|
62 | <Reference Include="System.Core">
|
---|
63 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
64 | </Reference>
|
---|
65 | <Reference Include="System.Data" />
|
---|
66 | <Reference Include="System.Drawing" />
|
---|
67 | <Reference Include="System.Windows.Forms" />
|
---|
68 | <Reference Include="System.Xml" />
|
---|
69 | </ItemGroup>
|
---|
70 | <ItemGroup>
|
---|
71 | <Compile Include="Addition.cs" />
|
---|
72 | <Compile Include="And.cs">
|
---|
73 | <SubType>Code</SubType>
|
---|
74 | </Compile>
|
---|
75 | <Compile Include="Average.cs" />
|
---|
76 | <Compile Include="BakedFunctionTree.cs" />
|
---|
77 | <Compile Include="BakedTreeEvaluator.cs" />
|
---|
78 | <Compile Include="Constant.cs" />
|
---|
79 | <Compile Include="Differential.cs" />
|
---|
80 | <Compile Include="GreaterThan.cs" />
|
---|
81 | <Compile Include="IEvaluator.cs" />
|
---|
82 | <Compile Include="IfThenElse.cs">
|
---|
83 | <SubType>Code</SubType>
|
---|
84 | </Compile>
|
---|
85 | <Compile Include="IFunctionTree.cs" />
|
---|
86 | <Compile Include="ModelAnalyzerExporter.cs" />
|
---|
87 | <Compile Include="Or.cs">
|
---|
88 | <SubType>Code</SubType>
|
---|
89 | </Compile>
|
---|
90 | <Compile Include="Equal.cs" />
|
---|
91 | <Compile Include="FunctionView.cs">
|
---|
92 | <SubType>UserControl</SubType>
|
---|
93 | </Compile>
|
---|
94 | <Compile Include="FunctionView.Designer.cs">
|
---|
95 | <DependentUpon>FunctionView.cs</DependentUpon>
|
---|
96 | </Compile>
|
---|
97 | <Compile Include="IFunctionVisitor.cs" />
|
---|
98 | <Compile Include="LessThan.cs" />
|
---|
99 | <Compile Include="Not.cs" />
|
---|
100 | <Compile Include="SymbolicExpressionExporter.cs" />
|
---|
101 | <Compile Include="Signum.cs" />
|
---|
102 | <Compile Include="Logarithm.cs" />
|
---|
103 | <Compile Include="Exponential.cs" />
|
---|
104 | <Compile Include="Sqrt.cs" />
|
---|
105 | <Compile Include="Power.cs" />
|
---|
106 | <Compile Include="Division.cs" />
|
---|
107 | <Compile Include="Subtraction.cs" />
|
---|
108 | <Compile Include="SymbolTable.cs" />
|
---|
109 | <Compile Include="Tangens.cs" />
|
---|
110 | <Compile Include="Cosinus.cs" />
|
---|
111 | <Compile Include="Sinus.cs" />
|
---|
112 | <Compile Include="Multiplication.cs" />
|
---|
113 | <Compile Include="FunctionBase.cs" />
|
---|
114 | <Compile Include="HeuristicLabFunctionsPlugin.cs" />
|
---|
115 | <Compile Include="IFunction.cs" />
|
---|
116 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
117 | <Compile Include="Variable.cs" />
|
---|
118 | <Compile Include="Xor.cs" />
|
---|
119 | </ItemGroup>
|
---|
120 | <ItemGroup>
|
---|
121 | <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
|
---|
122 | <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
|
---|
123 | <Name>HeuristicLab.Constraints</Name>
|
---|
124 | </ProjectReference>
|
---|
125 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
126 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
127 | <Name>HeuristicLab.Core</Name>
|
---|
128 | </ProjectReference>
|
---|
129 | <ProjectReference Include="..\HeuristicLab.DataAnalysis\HeuristicLab.DataAnalysis.csproj">
|
---|
130 | <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
|
---|
131 | <Name>HeuristicLab.DataAnalysis</Name>
|
---|
132 | </ProjectReference>
|
---|
133 | <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
|
---|
134 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
135 | <Name>HeuristicLab.Data</Name>
|
---|
136 | </ProjectReference>
|
---|
137 | <ProjectReference Include="..\HeuristicLab.Operators.Programmable\HeuristicLab.Operators.Programmable.csproj">
|
---|
138 | <Project>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</Project>
|
---|
139 | <Name>HeuristicLab.Operators.Programmable</Name>
|
---|
140 | </ProjectReference>
|
---|
141 | <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
|
---|
142 | <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
|
---|
143 | <Name>HeuristicLab.Operators</Name>
|
---|
144 | </ProjectReference>
|
---|
145 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
146 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
147 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
148 | </ProjectReference>
|
---|
149 | <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
|
---|
150 | <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
|
---|
151 | <Name>HeuristicLab.Random</Name>
|
---|
152 | </ProjectReference>
|
---|
153 | </ItemGroup>
|
---|
154 | <ItemGroup>
|
---|
155 | <None Include="HeuristicLab.snk" />
|
---|
156 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
157 | </ItemGroup>
|
---|
158 | <ItemGroup>
|
---|
159 | <EmbeddedResource Include="FunctionView.resx">
|
---|
160 | <DependentUpon>FunctionView.cs</DependentUpon>
|
---|
161 | <SubType>Designer</SubType>
|
---|
162 | </EmbeddedResource>
|
---|
163 | </ItemGroup>
|
---|
164 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
165 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
166 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
167 | <Target Name="BeforeBuild">
|
---|
168 | </Target>
|
---|
169 | <Target Name="AfterBuild">
|
---|
170 | </Target>
|
---|
171 | -->
|
---|
172 | <PropertyGroup>
|
---|
173 | <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
|
---|
174 | </PropertyGroup>
|
---|
175 | </Project> |
---|