Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/HeuristicLab.Problems.Robocode-3.3.csproj @ 10011

Last change on this file since 10011 was 10011, checked in by jkarder, 10 years ago

#2069:

  • refactored grammar and symbols
  • fixed cloning and storable ctors
  • fixed plugin dependencies
File size: 10.0 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-3.3</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>..\..\..\..\trunk\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>..\..\..\..\trunk\sources\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <Prefer32Bit>false</Prefer32Bit>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <ItemGroup>
42    <Reference Include="HeuristicLab.Collections-3.3">
43      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
44      <Private>False</Private>
45    </Reference>
46    <Reference Include="HeuristicLab.Common-3.3">
47      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
48      <Private>False</Private>
49    </Reference>
50    <Reference Include="HeuristicLab.Core-3.3">
51      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
52      <Private>False</Private>
53    </Reference>
54    <Reference Include="HeuristicLab.Data-3.3">
55      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
56      <Private>False</Private>
57    </Reference>
58    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
59      <SpecificVersion>False</SpecificVersion>
60      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
61      <Private>False</Private>
62    </Reference>
63    <Reference Include="HeuristicLab.Operators-3.3">
64      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
65      <Private>False</Private>
66    </Reference>
67    <Reference Include="HeuristicLab.Optimization-3.3">
68      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
69      <Private>False</Private>
70    </Reference>
71    <Reference Include="HeuristicLab.Parameters-3.3">
72      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
73      <Private>False</Private>
74    </Reference>
75    <Reference Include="HeuristicLab.Persistence-3.3">
76      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
77      <Private>False</Private>
78    </Reference>
79    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
80      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
81      <Private>False</Private>
82    </Reference>
83    <Reference Include="System" />
84    <Reference Include="System.Core" />
85    <Reference Include="System.Drawing" />
86    <Reference Include="System.Windows.Forms" />
87    <Reference Include="System.Xml.Linq" />
88    <Reference Include="System.Data.DataSetExtensions" />
89    <Reference Include="Microsoft.CSharp" />
90    <Reference Include="System.Data" />
91    <Reference Include="System.Xml" />
92  </ItemGroup>
93  <ItemGroup>
94    <Compile Include="BestSolutionAnalyzer.cs" />
95    <None Include="BattleObserver.class">
96      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
97    </None>
98    <None Include="BattleRunner.class">
99      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
100    </None>
101    <None Include="HeuristicLab.snk" />
102    <None Include="Plugin.cs.frame" />
103    <Compile Include="EnemyCollection.cs" />
104    <Compile Include="RobocodeEvaluator.cs" />
105    <Compile Include="Grammar.cs" />
106    <Compile Include="Interpreter.cs" />
107    <Compile Include="RobocodeProblem.cs" />
108    <None Include="Properties\AssemblyInfo.cs.frame" />
109    <Compile Include="Solution.cs" />
110    <Compile Include="Symbols\Event Methods\Events\EmptyEvent.cs" />
111    <Compile Include="Symbols\Logical Expressions\Logical Comparators\ILogicalComparator.cs" />
112    <Compile Include="Symbols\Numerical Expressions\Numerical Operators\INumericalOperator.cs" />
113    <Compile Include="Symbols\Numerical Methods\INumericalMethod.cs" />
114    <Compile Include="Symbols\Stat.cs" />
115    <Compile Include="Symbols\Void Methods\Ahead.cs" />
116    <Compile Include="Symbols\Void Methods\Back.cs" />
117    <Compile Include="Symbols\Block.cs" />
118    <Compile Include="Symbols\Statements\ElseStat.cs" />
119    <Compile Include="Symbols\Statements\IfStat.cs" />
120    <Compile Include="Symbols\Statements\WhileStat.cs" />
121    <Compile Include="Symbols\Logical Expressions\BooleanTreeNode.cs" />
122    <Compile Include="Symbols\Logical Expressions\Conjunction.cs" />
123    <Compile Include="Symbols\Logical Expressions\Disjunction.cs" />
124    <Compile Include="Symbols\Logical Expressions\Logical Comparators\Equal.cs" />
125    <Compile Include="Symbols\Logical Expressions\Logical Comparators\GreaterThan.cs" />
126    <Compile Include="Symbols\Logical Expressions\Logical Comparators\GreaterThanOrEqual.cs" />
127    <Compile Include="Symbols\Logical Expressions\Logical Comparators\LessThan.cs" />
128    <Compile Include="Symbols\Logical Expressions\Logical Comparators\LessThanOrEqual.cs" />
129    <Compile Include="Symbols\Logical Expressions\LogicalExpression.cs" />
130    <Compile Include="Symbols\Logical Expressions\LogicalValue.cs" />
131    <Compile Include="Symbols\Logical Expressions\Negation.cs" />
132    <Compile Include="Symbols\Numerical Expressions\NumberTreeNode.cs" />
133    <Compile Include="Symbols\Numerical Expressions\Number.cs" />
134    <Compile Include="Symbols\Numerical Expressions\Numerical Operators\Addition.cs" />
135    <Compile Include="Symbols\Numerical Expressions\Numerical Operators\Division.cs" />
136    <Compile Include="Symbols\Numerical Expressions\Numerical Operators\Modulus.cs" />
137    <Compile Include="Symbols\Numerical Expressions\Numerical Operators\Multiplication.cs" />
138    <Compile Include="Symbols\Numerical Expressions\Numerical Operators\Subtraction.cs" />
139    <Compile Include="Symbols\Numerical Expressions\NumericalExpression.cs" />
140    <Compile Include="Symbols\CodeNode.cs" />
141    <Compile Include="Symbols\Tank.cs" />
142    <Compile Include="Symbols\Void Methods\DoNothing.cs" />
143    <Compile Include="Symbols\Event Methods\Events\OnBulletHit.cs" />
144    <Compile Include="Symbols\Event Methods\Events\OnBulletMissed.cs" />
145    <Compile Include="Symbols\Event Methods\Events\OnHitByBullet.cs" />
146    <Compile Include="Symbols\Event Methods\Events\OnHitRobot.cs" />
147    <Compile Include="Symbols\Event Methods\Events\OnHitWall.cs" />
148    <Compile Include="Symbols\Event Methods\Events\OnScannedRobot.cs" />
149    <Compile Include="Symbols\Void Methods\Fire.cs" />
150    <Compile Include="Symbols\Numerical Methods\GetEnergy.cs" />
151    <Compile Include="Symbols\Numerical Methods\GetGunHeading.cs" />
152    <Compile Include="Symbols\Numerical Methods\GetHeading.cs" />
153    <Compile Include="Plugin.cs" />
154    <Compile Include="Properties\AssemblyInfo.cs" />
155    <Compile Include="Symbols\Numerical Methods\GetRadarHeading.cs" />
156    <Compile Include="Symbols\Numerical Methods\GetX.cs" />
157    <Compile Include="Symbols\Numerical Methods\GetY.cs" />
158    <Compile Include="Symbols\Program.cs" />
159    <Compile Include="Symbols\Event Methods\Run.cs" />
160    <Compile Include="Symbols\Numerical Expressions\ShotPower.cs" />
161    <Compile Include="Symbols\Numerical Expressions\ShotPowerTreeNode.cs" />
162    <Compile Include="Symbols\Void Methods\TurnGunLeft.cs" />
163    <Compile Include="Symbols\Void Methods\TurnGunRight.cs" />
164    <Compile Include="Symbols\Void Methods\TurnLeft.cs" />
165    <Compile Include="Symbols\Void Methods\TurnRadarLeft.cs" />
166    <Compile Include="Symbols\Void Methods\TurnRadarRight.cs" />
167    <Compile Include="Symbols\Void Methods\TurnRight.cs" />
168  </ItemGroup>
169  <ItemGroup>
170    <Content Include="BattleRunner.java" />
171  </ItemGroup>
172  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
173  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
174       Other similar extension points exist, see Microsoft.Common.targets.
175  <Target Name="BeforeBuild">
176  </Target>
177  <Target Name="AfterBuild">
178  </Target>
179  -->
180  <PropertyGroup>
181    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
182      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
183      set ProjectDir=$(ProjectDir)
184      set SolutionDir=$(SolutionDir)
185      set Outdir=$(Outdir)
186
187      call PreBuildEvent.cmd
188    </PreBuildEvent>
189    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
190      export ProjectDir=$(ProjectDir)
191      export SolutionDir=$(SolutionDir)
192
193      $SolutionDir/PreBuildEvent.sh
194    </PreBuildEvent>
195  </PropertyGroup>
196</Project>
Note: See TracBrowser for help on using the repository browser.