Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2069: cleaned code and renamed files

File size: 6.1 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  </ItemGroup>
86  <ItemGroup>
87    <Compile Include="Symbols\CodeSymbol.cs" />
88    <Compile Include="Symbols\Number.cs" />
89    <Compile Include="Symbols\NumberTreeNode.cs" />
90    <Compile Include="Symbols\ShotPower.cs" />
91    <Compile Include="Symbols\ShotPowerTreeNode.cs" />
92    <None Include="BattleObserver.class">
93      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
94    </None>
95    <None Include="BattleRunner.class">
96      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
97    </None>
98    <None Include="HeuristicLab.snk" />
99    <None Include="Plugin.cs.frame" />
100    <Compile Include="EnemyCollection.cs" />
101    <Compile Include="Grammar.cs" />
102    <Compile Include="Interpreter.cs" />
103    <Compile Include="Problem.cs" />
104    <None Include="Properties\AssemblyInfo.cs.frame" />
105    <Compile Include="Solution.cs" />
106    <Compile Include="Symbols\BooleanTreeNode.cs" />
107    <Compile Include="Symbols\BooleanValue.cs" />
108    <Compile Include="Plugin.cs" />
109    <Compile Include="Properties\AssemblyInfo.cs" />
110  </ItemGroup>
111  <ItemGroup>
112    <Content Include="BattleRunner.java" />
113  </ItemGroup>
114  <ItemGroup />
115  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
117       Other similar extension points exist, see Microsoft.Common.targets.
118  <Target Name="BeforeBuild">
119  </Target>
120  <Target Name="AfterBuild">
121  </Target>
122  -->
123  <PropertyGroup>
124    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
125      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
126      set ProjectDir=$(ProjectDir)
127      set SolutionDir=$(SolutionDir)
128      set Outdir=$(Outdir)
129
130      call PreBuildEvent.cmd
131    </PreBuildEvent>
132    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
133      export ProjectDir=$(ProjectDir)
134      export SolutionDir=$(SolutionDir)
135
136      $SolutionDir/PreBuildEvent.sh
137    </PreBuildEvent>
138  </PropertyGroup>
139</Project>
Note: See TracBrowser for help on using the repository browser.