Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Robocode/HeuristicLab.Problems.Robocode/HeuristicLab.Problems.Robocode.csproj @ 9565

Last change on this file since 9565 was 9565, checked in by melkaref, 11 years ago

Robocode Plugin code without Mutation Operators

File size: 10.9 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  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{50776649-F3CF-459A-AE8C-146D1BFA64E4}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.Robocode</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.Robocode-1.1</AssemblyName>
12    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\HeuristicLabTrunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <Prefer32Bit>false</Prefer32Bit>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <Prefer32Bit>false</Prefer32Bit>
34  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="HeuristicLab.Collections-3.3">
37      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
38    </Reference>
39    <Reference Include="HeuristicLab.Common-3.3">
40      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
41    </Reference>
42    <Reference Include="HeuristicLab.Core-3.3">
43      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
44    </Reference>
45    <Reference Include="HeuristicLab.Core.Views-3.3">
46      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
47    </Reference>
48    <Reference Include="HeuristicLab.Data-3.3">
49      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
50    </Reference>
51    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
52      <SpecificVersion>False</SpecificVersion>
53      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">
56      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.MainForm-3.3">
59      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
62      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="HeuristicLab.Operators-3.3">
65      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
66    </Reference>
67    <Reference Include="HeuristicLab.Optimization-3.3">
68      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
71      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
72    </Reference>
73    <Reference Include="HeuristicLab.Parameters-3.3">
74      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
75    </Reference>
76    <Reference Include="HeuristicLab.Persistence-3.3">
77      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
78    </Reference>
79    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
80      <HintPath>..\..\HeuristicLabTrunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="System" />
83    <Reference Include="System.Core" />
84    <Reference Include="System.Drawing" />
85    <Reference Include="System.Windows.Forms" />
86    <Reference Include="System.Xml.Linq" />
87    <Reference Include="System.Data.DataSetExtensions" />
88    <Reference Include="Microsoft.CSharp" />
89    <Reference Include="System.Data" />
90    <Reference Include="System.Xml" />
91  </ItemGroup>
92  <ItemGroup>
93    <Compile Include="BestSolutionAnalyzer.cs" />
94    <Compile Include="Crossover\RobocodeCrossover.cs" />
95    <Compile Include="Crossover\RobocodeMethodCrossover.cs" />
96    <Compile Include="Evaluator.cs" />
97    <Compile Include="Grammar.cs" />
98    <Compile Include="Interpreter.cs" />
99    <Compile Include="Problem.cs" />
100    <Compile Include="Solution.cs" />
101    <Compile Include="SolutionCodeView.cs">
102      <SubType>UserControl</SubType>
103    </Compile>
104    <Compile Include="SolutionCodeView.Designer.cs">
105      <DependentUpon>SolutionCodeView.cs</DependentUpon>
106    </Compile>
107    <Compile Include="SolutionProgramView.cs">
108      <SubType>UserControl</SubType>
109    </Compile>
110    <Compile Include="SolutionProgramView.Designer.cs" />
111    <Compile Include="Symbols\Numerical Methods\INumericalMethod.cs" />
112    <Compile Include="Symbols\Void Methods\Ahead.cs" />
113    <Compile Include="Symbols\Void Methods\Back.cs" />
114    <Compile Include="Symbols\Block.cs" />
115    <Compile Include="Symbols\Branches\ElseStatement.cs" />
116    <Compile Include="Symbols\Branches\IfStatement.cs" />
117    <Compile Include="Symbols\Branches\WhileLoop.cs" />
118    <Compile Include="Symbols\Logical Expressions\BooleanTreeNode.cs" />
119    <Compile Include="Symbols\Abandoned\Constant.cs" />
120    <Compile Include="Symbols\Abandoned\ConstantTreeNode.cs" />
121    <Compile Include="Symbols\CodeNodeView.cs">
122      <SubType>UserControl</SubType>
123    </Compile>
124    <Compile Include="Symbols\CodeNodeView.Designer.cs">
125      <DependentUpon>CodeNodeView.cs</DependentUpon>
126    </Compile>
127    <Compile Include="Symbols\Logical Expressions\Logical Comparators\Conjunction.cs" />
128    <Compile Include="Symbols\Logical Expressions\Logical Comparators\Disjunction.cs" />
129    <Compile Include="Symbols\Logical Expressions\Logical Comparators\Equal.cs" />
130    <Compile Include="Symbols\Logical Expressions\Logical Comparators\GreaterThan.cs" />
131    <Compile Include="Symbols\Logical Expressions\Logical Comparators\GreaterThanOrEqual.cs" />
132    <Compile Include="Symbols\Logical Expressions\Logical Comparators\LessThan.cs" />
133    <Compile Include="Symbols\Logical Expressions\Logical Comparators\LessThanOrEqual.cs" />
134    <Compile Include="Symbols\Logical Expressions\LogicalComparison.cs" />
135    <Compile Include="Symbols\Logical Expressions\LogicalExpression.cs" />
136    <Compile Include="Symbols\Logical Expressions\LogicalValue.cs" />
137    <Compile Include="Symbols\Logical Expressions\Negation.cs" />
138    <Compile Include="Symbols\Logical Expressions\NumericalComparison.cs" />
139    <Compile Include="Symbols\Numerical Expressions\NumberTreeNode.cs" />
140    <Compile Include="Symbols\Numerical Expressions\Number.cs" />
141    <Compile Include="Symbols\Numerical Expressions\Numerical Operators\Addition.cs" />
142    <Compile Include="Symbols\Numerical Expressions\Numerical Operators\Division.cs" />
143    <Compile Include="Symbols\Numerical Expressions\Numerical Operators\Modulus.cs" />
144    <Compile Include="Symbols\Numerical Expressions\Numerical Operators\Multiplication.cs" />
145    <Compile Include="Symbols\Numerical Expressions\Numerical Operators\Subtraction.cs" />
146    <Compile Include="Symbols\Numerical Expressions\NumericalExpression.cs" />
147    <Compile Include="Symbols\Numerical Expressions\NumericalOperation.cs" />
148    <Compile Include="Symbols\CodeNode.cs" />
149    <Compile Include="Symbols\Tank.cs" />
150    <Compile Include="Symbols\Void Methods\DoNothing.cs" />
151    <Compile Include="Symbols\Event Methods\Events\OnBulletHit.cs" />
152    <Compile Include="Symbols\Event Methods\Events\OnBulletMissed.cs" />
153    <Compile Include="Symbols\Event Methods\Events\OnHitByBullet.cs" />
154    <Compile Include="Symbols\Event Methods\Events\OnHitRobot.cs" />
155    <Compile Include="Symbols\Event Methods\Events\OnHitWall.cs" />
156    <Compile Include="Symbols\Event Methods\Events\OnScannedRobot.cs" />
157    <Compile Include="Symbols\Void Methods\Fire.cs" />
158    <Compile Include="Symbols\Numerical Methods\GetEnergy.cs" />
159    <Compile Include="Symbols\Numerical Methods\GetGunHeading.cs" />
160    <Compile Include="Symbols\Numerical Methods\GetHeading.cs" />
161    <Compile Include="Plugin.cs" />
162    <Compile Include="Properties\AssemblyInfo.cs" />
163    <Compile Include="Symbols\Numerical Methods\GetRadarHeading.cs" />
164    <Compile Include="Symbols\Numerical Methods\GetX.cs" />
165    <Compile Include="Symbols\Numerical Methods\GetY.cs" />
166    <Compile Include="Symbols\Abandoned\Independent.cs" />
167    <Compile Include="Symbols\Program.cs" />
168    <Compile Include="Symbols\Event Methods\Run.cs" />
169    <Compile Include="Symbols\Abandoned\SetAdjustGunForRobotTurn.cs" />
170    <Compile Include="Symbols\Abandoned\SetAdjustRadarForGunTurn.cs" />
171    <Compile Include="Symbols\Abandoned\SetAdjustRadarForRobotTurn.cs" />
172    <Compile Include="Symbols\Numerical Expressions\ShotPower.cs" />
173    <Compile Include="Symbols\Numerical Expressions\ShotPowerTreeNode.cs" />
174    <Compile Include="Symbols\Void Methods\TurnGunLeft.cs" />
175    <Compile Include="Symbols\Void Methods\TurnGunRight.cs" />
176    <Compile Include="Symbols\Void Methods\TurnLeft.cs" />
177    <Compile Include="Symbols\Void Methods\TurnRadarLeft.cs" />
178    <Compile Include="Symbols\Void Methods\TurnRadarRight.cs" />
179    <Compile Include="Symbols\Void Methods\TurnRight.cs" />
180  </ItemGroup>
181  <ItemGroup>
182    <EmbeddedResource Include="SolutionCodeView.resx">
183      <DependentUpon>SolutionCodeView.cs</DependentUpon>
184    </EmbeddedResource>
185    <EmbeddedResource Include="Symbols\CodeNodeView.resx">
186      <DependentUpon>CodeNodeView.cs</DependentUpon>
187    </EmbeddedResource>
188  </ItemGroup>
189  <ItemGroup />
190  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
191  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
192       Other similar extension points exist, see Microsoft.Common.targets.
193  <Target Name="BeforeBuild">
194  </Target>
195  <Target Name="AfterBuild">
196  </Target>
197  -->
198</Project>
Note: See TracBrowser for help on using the repository browser.