Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis.Extensions/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj @ 7663

Last change on this file since 7663 was 5180, checked in by swinkler, 14 years ago

Updated projects in exporters branch reacting on recent changes in the trunk (.NET 4.0, changes in interface of dataset). (#1270, #1314)

File size: 12.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{125D3006-67F5-48CB-913E-73C0548F17FA}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36    <TargetFrameworkProfile />
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>bin\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x64\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>bin\x64\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
77    <DebugSymbols>true</DebugSymbols>
78    <OutputPath>bin\x86\Debug\</OutputPath>
79    <DefineConstants>DEBUG;TRACE</DefineConstants>
80    <DebugType>full</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
86    <OutputPath>bin\x86\Release\</OutputPath>
87    <DefineConstants>TRACE</DefineConstants>
88    <Optimize>true</Optimize>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x86</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93  </PropertyGroup>
94  <ItemGroup>
95    <Reference Include="HeuristicLab.Analysis-3.3">
96      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.Collections-3.3">
99      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
100    </Reference>
101    <Reference Include="HeuristicLab.Common-3.3">
102      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Common.Resources-3.3">
105      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Core-3.3">
108      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Data-3.3">
111      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="HeuristicLab.Operators-3.3">
114      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="HeuristicLab.Optimization-3.3">
117      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
118    </Reference>
119    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
120      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Parameters-3.3">
123      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
124    </Reference>
125    <Reference Include="HeuristicLab.Persistence-3.3">
126      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
127    </Reference>
128    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
129      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
130    </Reference>
131    <Reference Include="HeuristicLab.Random-3.3">
132      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="System" />
135    <Reference Include="System.Core">
136      <RequiredTargetFramework>3.5</RequiredTargetFramework>
137    </Reference>
138    <Reference Include="System.Drawing" />
139    <Reference Include="System.Windows.Forms" />
140    <Reference Include="System.Xml.Linq">
141      <RequiredTargetFramework>3.5</RequiredTargetFramework>
142    </Reference>
143    <Reference Include="System.Data.DataSetExtensions">
144      <RequiredTargetFramework>3.5</RequiredTargetFramework>
145    </Reference>
146    <Reference Include="System.Data" />
147    <Reference Include="System.Xml" />
148  </ItemGroup>
149  <ItemGroup>
150    <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeSizeAnalyzer.cs" />
151    <Compile Include="Analyzers\SymbolicExpressionTreeSizeCalculator.cs" />
152    <Compile Include="ArchitectureManipulators\ArgumentCreater.cs" />
153    <Compile Include="ArchitectureManipulators\ArgumentDeleter.cs" />
154    <Compile Include="ArchitectureManipulators\ArgumentDuplicater.cs" />
155    <Compile Include="ArchitectureManipulators\GrammarModifier.cs" />
156    <Compile Include="ArchitectureManipulators\MultiSymbolicExpressionTreeArchitectureManipulator.cs" />
157    <Compile Include="ArchitectureManipulators\SubroutineCreater.cs" />
158    <Compile Include="ArchitectureManipulators\SubroutineDeleter.cs" />
159    <Compile Include="ArchitectureManipulators\SubroutineDuplicater.cs" />
160    <Compile Include="ArchitectureManipulators\SymbolicExpressionTreeArchitectureManipulator.cs" />
161    <Compile Include="Compiler\Instruction.cs" />
162    <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
163    <Compile Include="Formatters\SymbolicExpressionTreeGraphvizFormatter.cs" />
164    <Compile Include="Formatters\SymbolicExpressionTreeStringFormatter.cs" />
165    <Compile Include="Interfaces\ISymbolicExpressionTreeStringFormatter.cs" />
166    <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
167    <Compile Include="Crossovers\CrossoverPoint.cs" />
168    <Compile Include="Crossovers\SymbolicExpressionTreeCrossover.cs" />
169    <Compile Include="Interfaces\ISymbolicExpressionTreeAnalyzer.cs" />
170    <Compile Include="Interfaces\ISymbolicExpressionTreeArchitectureManipulator.cs" />
171    <Compile Include="Interfaces\ISymbolicExpressionTreeCreator.cs" />
172    <Compile Include="Interfaces\ISymbolicExpressionTreeCrossover.cs" />
173    <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
174    <Compile Include="Interfaces\ISymbolicExpressionTreeManipulator.cs" />
175    <Compile Include="Manipulators\ReplaceBranchManipulation.cs" />
176    <Compile Include="Manipulators\FullTreeShaker.cs" />
177    <Compile Include="Manipulators\MultiSymbolicExpressionTreeManipulator.cs" />
178    <Compile Include="Manipulators\OnePointShaker.cs" />
179    <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" />
180    <Compile Include="SymbolicExpressionTreeGrammar.cs" />
181    <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
182    <Compile Include="Crossovers\SubtreeCrossover.cs">
183      <SubType>Code</SubType>
184    </Compile>
185    <Compile Include="GlobalSymbolicExpressionGrammar.cs" />
186    <Compile Include="EnumerableExtensions.cs" />
187    <Compile Include="DefaultSymbolicExpressionGrammar.cs">
188      <SubType>Code</SubType>
189    </Compile>
190    <Compile Include="SymbolicExpressionTreeOperator.cs" />
191    <Compile Include="SymbolicExpressionTreeTerminalNode.cs" />
192    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
193    <Compile Include="Creators\ProbabilisticTreeCreator.cs" />
194    <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs" />
195    <Compile Include="Interfaces\ISymbolicExpressionTreeOperator.cs" />
196    <Compile Include="SymbolicExpressionTree.cs" />
197    <Compile Include="Properties\AssemblyInfo.cs" />
198    <Compile Include="SymbolicExpressionTreeNode.cs" />
199    <Compile Include="Symbols\Argument.cs" />
200    <Compile Include="Symbols\ArgumentTreeNode.cs" />
201    <Compile Include="Symbols\ReadOnlySymbol.cs" />
202    <Compile Include="Symbols\StartSymbol.cs" />
203    <Compile Include="Symbols\InvokeFunction.cs" />
204    <Compile Include="Symbols\InvokeFunctionTreeNode.cs" />
205    <Compile Include="Symbols\DefunTreeNode.cs" />
206    <Compile Include="Symbols\Defun.cs" />
207    <Compile Include="Symbols\ProgramRootSymbol.cs" />
208    <Compile Include="Symbols\Symbol.cs" />
209  </ItemGroup>
210  <ItemGroup>
211    <None Include="HeuristicLab.snk" />
212    <None Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame" />
213    <None Include="Properties\AssemblyInfo.frame" />
214  </ItemGroup>
215  <ItemGroup>
216    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
217      <Visible>False</Visible>
218      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
219      <Install>false</Install>
220    </BootstrapperPackage>
221    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
222      <Visible>False</Visible>
223      <ProductName>.NET Framework 3.5 SP1</ProductName>
224      <Install>true</Install>
225    </BootstrapperPackage>
226    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
227      <Visible>False</Visible>
228      <ProductName>Windows Installer 3.1</ProductName>
229      <Install>true</Install>
230    </BootstrapperPackage>
231  </ItemGroup>
232  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
233  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
234       Other similar extension points exist, see Microsoft.Common.targets.
235  <Target Name="BeforeBuild">
236  </Target>
237  <Target Name="AfterBuild">
238  </Target>
239  -->
240  <PropertyGroup>
241    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
242set ProjectDir=$(ProjectDir)
243set SolutionDir=$(SolutionDir)
244set Outdir=$(Outdir)
245
246call PreBuildEvent.cmd
247SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs"</PreBuildEvent>
248  </PropertyGroup>
249  <PropertyGroup>
250    <PostBuildEvent>copy "$(TargetPath)" "C:\Program Files\HeuristicLab 3.3\"</PostBuildEvent>
251  </PropertyGroup>
252</Project>
Note: See TracBrowser for help on using the repository browser.