Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj @ 4065

Last change on this file since 4065 was 4065, checked in by swagner, 14 years ago

Migrated solution and projects to Visual Studio 2010 (#1093)

File size: 13.1 KB
RevLine 
[3223]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[3223]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>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]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>
[3223]36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
[3237]45    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
[4065]46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3223]47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
[4065]55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3223]56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x64\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
[4065]64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3223]65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>bin\x64\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
[4065]73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3223]74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
76    <DebugSymbols>true</DebugSymbols>
77    <OutputPath>bin\x86\Debug\</OutputPath>
78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x86</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
[4065]82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3223]83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
85    <OutputPath>bin\x86\Release\</OutputPath>
86    <DefineConstants>TRACE</DefineConstants>
87    <Optimize>true</Optimize>
88    <DebugType>pdbonly</DebugType>
89    <PlatformTarget>x86</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
[4065]91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3223]92  </PropertyGroup>
93  <ItemGroup>
94    <Reference Include="System" />
95    <Reference Include="System.Core">
96      <RequiredTargetFramework>3.5</RequiredTargetFramework>
97    </Reference>
[3237]98    <Reference Include="System.Drawing" />
99    <Reference Include="System.Windows.Forms" />
[3223]100    <Reference Include="System.Xml.Linq">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data.DataSetExtensions">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data" />
107    <Reference Include="System.Xml" />
108  </ItemGroup>
109  <ItemGroup>
[3817]110    <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeSizeAnalyzer.cs" />
[3651]111    <Compile Include="Analyzers\SymbolicExpressionTreeSizeCalculator.cs" />
[3539]112    <Compile Include="ArchitectureManipulators\ArgumentCreater.cs" />
113    <Compile Include="ArchitectureManipulators\ArgumentDeleter.cs" />
114    <Compile Include="ArchitectureManipulators\ArgumentDuplicater.cs" />
115    <Compile Include="ArchitectureManipulators\GrammarModifier.cs" />
116    <Compile Include="ArchitectureManipulators\MultiSymbolicExpressionTreeArchitectureManipulator.cs" />
117    <Compile Include="ArchitectureManipulators\SubroutineCreater.cs" />
118    <Compile Include="ArchitectureManipulators\SubroutineDeleter.cs" />
119    <Compile Include="ArchitectureManipulators\SubroutineDuplicater.cs" />
120    <Compile Include="ArchitectureManipulators\SymbolicExpressionTreeArchitectureManipulator.cs" />
[3462]121    <Compile Include="Compiler\Instruction.cs" />
122    <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
123    <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
[3999]124    <Compile Include="Crossovers\CrossoverPoint.cs" />
[3462]125    <Compile Include="Crossovers\SymbolicExpressionTreeCrossover.cs" />
[3651]126    <Compile Include="Interfaces\ISymbolicExpressionTreeAnalyzer.cs" />
[3534]127    <Compile Include="Interfaces\ISymbolicExpressionTreeArchitectureManipulator.cs" />
128    <Compile Include="Interfaces\ISymbolicExpressionTreeCreator.cs" />
129    <Compile Include="Interfaces\ISymbolicExpressionTreeCrossover.cs" />
[3512]130    <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
[3534]131    <Compile Include="Interfaces\ISymbolicExpressionTreeManipulator.cs" />
[3512]132    <Compile Include="Manipulators\FullTreeShaker.cs" />
[3534]133    <Compile Include="Manipulators\MultiSymbolicExpressionTreeManipulator.cs" />
[3512]134    <Compile Include="Manipulators\OnePointShaker.cs" />
[3462]135    <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" />
[3929]136    <Compile Include="SymbolicExpressionTreeStringFormatter.cs" />
[3360]137    <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
[3338]138    <Compile Include="Crossovers\SubtreeCrossover.cs">
[3294]139      <SubType>Code</SubType>
140    </Compile>
[3338]141    <Compile Include="GlobalSymbolicExpressionGrammar.cs" />
142    <Compile Include="EnumerableExtensions.cs" />
[3294]143    <Compile Include="DefaultSymbolicExpressionGrammar.cs">
144      <SubType>Code</SubType>
145    </Compile>
146    <Compile Include="SymbolicExpressionTreeOperator.cs" />
[3256]147    <Compile Include="SymbolicExpressionTreeTerminalNode.cs" />
[3223]148    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
149    <Compile Include="Creators\ProbabilisticTreeCreator.cs" />
150    <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs" />
[3239]151    <Compile Include="Interfaces\ISymbolicExpressionTreeOperator.cs" />
[3223]152    <Compile Include="SymbolicExpressionTree.cs" />
153    <Compile Include="Properties\AssemblyInfo.cs" />
154    <Compile Include="SymbolicExpressionTreeNode.cs" />
[3294]155    <Compile Include="Symbols\Argument.cs" />
156    <Compile Include="Symbols\ArgumentTreeNode.cs" />
[3824]157    <Compile Include="Symbols\ReadOnlySymbol.cs" />
[3256]158    <Compile Include="Symbols\StartSymbol.cs" />
[3294]159    <Compile Include="Symbols\InvokeFunction.cs" />
160    <Compile Include="Symbols\InvokeFunctionTreeNode.cs" />
161    <Compile Include="Symbols\DefunTreeNode.cs" />
162    <Compile Include="Symbols\Defun.cs" />
163    <Compile Include="Symbols\ProgramRootSymbol.cs" />
[3462]164    <Compile Include="Symbols\Symbol.cs" />
[3223]165  </ItemGroup>
166  <ItemGroup>
167    <None Include="HeuristicLab.snk" />
168    <None Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame" />
169    <None Include="Properties\AssemblyInfo.frame" />
170  </ItemGroup>
171  <ItemGroup>
[3651]172    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
173      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
174      <Name>HeuristicLab.Analysis-3.3</Name>
175    </ProjectReference>
[3223]176    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
177      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
178      <Name>HeuristicLab.Collections-3.3</Name>
179    </ProjectReference>
[3710]180    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
181      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
182      <Name>HeuristicLab.Common.Resources-3.3</Name>
183    </ProjectReference>
[3384]184    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
185      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
186      <Name>HeuristicLab.Common-3.3</Name>
[3368]187    </ProjectReference>
[3223]188    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
189      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
190      <Name>HeuristicLab.Core-3.3</Name>
191    </ProjectReference>
192    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
193      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
194      <Name>HeuristicLab.Data-3.3</Name>
195    </ProjectReference>
196    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
197      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
198      <Name>HeuristicLab.Operators-3.3</Name>
199    </ProjectReference>
[3710]200    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
201      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
202      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
203    </ProjectReference>
[3223]204    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
205      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
206      <Name>HeuristicLab.Optimization-3.3</Name>
207    </ProjectReference>
208    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
209      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
210      <Name>HeuristicLab.Parameters-3.3</Name>
211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
213      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
214      <Name>HeuristicLab.Persistence-3.3</Name>
215    </ProjectReference>
[3832]216    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[3223]217      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]218      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[3223]219    </ProjectReference>
220    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
221      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
222      <Name>HeuristicLab.Random-3.3</Name>
223    </ProjectReference>
224  </ItemGroup>
[4065]225  <ItemGroup>
226    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
227      <Visible>False</Visible>
228      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
229      <Install>false</Install>
230    </BootstrapperPackage>
231    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
232      <Visible>False</Visible>
233      <ProductName>.NET Framework 3.5 SP1</ProductName>
234      <Install>true</Install>
235    </BootstrapperPackage>
236    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
237      <Visible>False</Visible>
238      <ProductName>Windows Installer 3.1</ProductName>
239      <Install>true</Install>
240    </BootstrapperPackage>
241  </ItemGroup>
[3223]242  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
243  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
244       Other similar extension points exist, see Microsoft.Common.targets.
245  <Target Name="BeforeBuild">
246  </Target>
247  <Target Name="AfterBuild">
248  </Target>
249  -->
250  <PropertyGroup>
251    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
252set ProjectDir=$(ProjectDir)
253set SolutionDir=$(SolutionDir)
254set Outdir=$(Outdir)
255
256call PreBuildEvent.cmd
257SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs"</PreBuildEvent>
258  </PropertyGroup>
259</Project>
Note: See TracBrowser for help on using the repository browser.