Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 10028 was 10028, checked in by jkarder, 11 years ago

#2069:

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