Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GPDL/Test/Test.csproj @ 9846

Last change on this file since 9846 was 9846, checked in by gkronber, 11 years ago

#2026 added lawn mower problem. create a OSGA for solving the compiled problem directly

File size: 9.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  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProjectGuid>{94073310-27AB-4C93-8FDD-3D35824AE3F7}</ProjectGuid>
7    <OutputType>Library</OutputType>
8    <AppDesignerFolder>Properties</AppDesignerFolder>
9    <RootNamespace>Test</RootNamespace>
10    <AssemblyName>Test</AssemblyName>
11    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12    <FileAlignment>512</FileAlignment>
13    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
15    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
16    <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
17    <IsCodedUITest>False</IsCodedUITest>
18    <TestProjectType>UnitTest</TestProjectType>
19  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>..\trunk\sources\bin\</OutputPath>
25    <DefineConstants>DEBUG;TRACE</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <ItemGroup>
38    <Reference Include="ALGLIB-3.7.0">
39      <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
40      <Private>True</Private>
41    </Reference>
42    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
43      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
44      <Private>True</Private>
45    </Reference>
46    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
47      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
48      <Private>True</Private>
49    </Reference>
50    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
51      <SpecificVersion>False</SpecificVersion>
52      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
53      <Private>True</Private>
54    </Reference>
55    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
56      <SpecificVersion>False</SpecificVersion>
57      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
58      <Private>True</Private>
59    </Reference>
60    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
61      <SpecificVersion>False</SpecificVersion>
62      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
65      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
66      <Private>True</Private>
67    </Reference>
68    <Reference Include="HeuristicLab.Operators-3.3">
69      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
70      <Private>True</Private>
71    </Reference>
72    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
73      <SpecificVersion>False</SpecificVersion>
74      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
75      <Private>True</Private>
76    </Reference>
77    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
78      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
79      <Private>True</Private>
80    </Reference>
81    <Reference Include="HeuristicLab.ParallelEngine-3.3">
82      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
83      <Private>True</Private>
84    </Reference>
85    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
86      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
87      <Private>True</Private>
88    </Reference>
89    <Reference Include="HeuristicLab.Problems.Instances-3.3">
90      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
91      <Private>True</Private>
92    </Reference>
93    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
94      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
95      <Private>True</Private>
96    </Reference>
97    <Reference Include="HeuristicLab.Random-3.3">
98      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
99      <Private>True</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.SequentialEngine-3.3">
102      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
103      <Private>True</Private>
104    </Reference>
105    <Reference Include="System" />
106  </ItemGroup>
107  <Choose>
108    <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
109      <ItemGroup>
110        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
111      </ItemGroup>
112    </When>
113    <Otherwise>
114      <ItemGroup>
115        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
116      </ItemGroup>
117    </Otherwise>
118  </Choose>
119  <ItemGroup>
120    <Compile Include="TestGpdlExamples.cs" />
121    <Compile Include="TestGpdlCompiler.cs" />
122    <Compile Include="Properties\AssemblyInfo.cs" />
123  </ItemGroup>
124  <ItemGroup>
125    <ProjectReference Include="..\HeuristicLab.Problems.GPDL.Views\3.4\HeuristicLab.Problems.GPDL.Views-3.4.csproj">
126      <Project>{3f9e665a-3dcb-49c3-8806-0e47fc48ea52}</Project>
127      <Name>HeuristicLab.Problems.GPDL.Views-3.4</Name>
128      <Private>True</Private>
129    </ProjectReference>
130    <ProjectReference Include="..\HeuristicLab.Problems.GPDL\3.4\HeuristicLab.Problems.GPDL-3.4.csproj">
131      <Project>{E4EE5AFB-D552-447B-8A16-6CBE7938AF32}</Project>
132      <Name>HeuristicLab.Problems.GPDL-3.4</Name>
133      <Private>True</Private>
134    </ProjectReference>
135  </ItemGroup>
136  <ItemGroup>
137    <None Include="NoNonTerminal.gpdl">
138      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
139    </None>
140    <None Include="MissingRule.gpdl">
141      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
142    </None>
143    <None Include="DupSymbol.gpdl">
144      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
145    </None>
146  </ItemGroup>
147  <Choose>
148    <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
149      <ItemGroup>
150        <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
151          <Private>False</Private>
152        </Reference>
153        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
154          <Private>False</Private>
155        </Reference>
156        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
157          <Private>False</Private>
158        </Reference>
159        <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
160          <Private>False</Private>
161        </Reference>
162      </ItemGroup>
163    </When>
164  </Choose>
165  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
166  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
167  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
168       Other similar extension points exist, see Microsoft.Common.targets.
169  <Target Name="BeforeBuild">
170  </Target>
171  <Target Name="AfterBuild">
172  </Target>
173  -->
174</Project>
Note: See TracBrowser for help on using the repository browser.