Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 13017 was 13017, checked in by gkronber, 9 years ago

#2069 refactored grammar, symbols, and interpreter

File size: 7.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.5</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    <None Include="BattleObserver.class">
95      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
96    </None>
97    <None Include="BattleRunner.class">
98      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
99    </None>
100    <None Include="HeuristicLab.snk" />
101    <None Include="Plugin.cs.frame" />
102    <Compile Include="EnemyCollection.cs" />
103    <Compile Include="Grammar.cs" />
104    <Compile Include="Interpreter.cs" />
105    <Compile Include="Problem.cs" />
106    <None Include="Properties\AssemblyInfo.cs.frame" />
107    <Compile Include="Solution.cs" />
108    <Compile Include="Symbols\CodeNode.cs">
109      <SubType>Code</SubType>
110    </Compile>
111    <Compile Include="Symbols\Logical Expressions\BooleanTreeNode.cs" />
112    <Compile Include="Symbols\Logical Expressions\BooleanValue.cs" />
113    <Compile Include="Symbols\Numerical Expressions\NumberTreeNode.cs" />
114    <Compile Include="Symbols\Numerical Expressions\Number.cs" />
115    <Compile Include="Plugin.cs" />
116    <Compile Include="Properties\AssemblyInfo.cs" />
117    <Compile Include="Symbols\Numerical Expressions\ShotPower.cs" />
118    <Compile Include="Symbols\Numerical Expressions\ShotPowerTreeNode.cs" />
119  </ItemGroup>
120  <ItemGroup>
121    <Content Include="BattleRunner.java" />
122  </ItemGroup>
123  <ItemGroup>
124    <Folder Include="Symbols\Event Methods\Events\" />
125    <Folder Include="Symbols\Logical Expressions\Logical Comparators\" />
126    <Folder Include="Symbols\Numerical Expressions\Numerical Operators\" />
127    <Folder Include="Symbols\Numerical Methods\" />
128    <Folder Include="Symbols\Statements\" />
129    <Folder Include="Symbols\Void Methods\" />
130  </ItemGroup>
131  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
132  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
133       Other similar extension points exist, see Microsoft.Common.targets.
134  <Target Name="BeforeBuild">
135  </Target>
136  <Target Name="AfterBuild">
137  </Target>
138  -->
139  <PropertyGroup>
140    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
141      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
142      set ProjectDir=$(ProjectDir)
143      set SolutionDir=$(SolutionDir)
144      set Outdir=$(Outdir)
145
146      call PreBuildEvent.cmd
147    </PreBuildEvent>
148    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
149      export ProjectDir=$(ProjectDir)
150      export SolutionDir=$(SolutionDir)
151
152      $SolutionDir/PreBuildEvent.sh
153    </PreBuildEvent>
154  </PropertyGroup>
155</Project>
Note: See TracBrowser for help on using the repository browser.