Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2026: worked on plugin for grammars and made some changes for compatibility with the latest stable version of HL

File size: 9.3 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="TestGrammar.cs" />
121    <Compile Include="TestGpdlExamples.cs" />
122    <Compile Include="TestGpdlCompiler.cs" />
123    <Compile Include="Properties\AssemblyInfo.cs" />
124  </ItemGroup>
125  <ItemGroup>
126    <ProjectReference Include="..\HeuristicLab.Grammars\3.3\HeuristicLab.Grammars-3.3.csproj">
127      <Project>{a5452b63-b33b-4f9f-9e81-98b75edb5612}</Project>
128      <Name>HeuristicLab.Grammars-3.3</Name>
129    </ProjectReference>
130    <ProjectReference Include="..\HeuristicLab.Problems.GPDL.Views\3.4\HeuristicLab.Problems.GPDL.Views-3.4.csproj">
131      <Project>{3f9e665a-3dcb-49c3-8806-0e47fc48ea52}</Project>
132      <Name>HeuristicLab.Problems.GPDL.Views-3.4</Name>
133      <Private>True</Private>
134    </ProjectReference>
135    <ProjectReference Include="..\HeuristicLab.Problems.GPDL\3.4\HeuristicLab.Problems.GPDL-3.4.csproj">
136      <Project>{E4EE5AFB-D552-447B-8A16-6CBE7938AF32}</Project>
137      <Name>HeuristicLab.Problems.GPDL-3.4</Name>
138      <Private>True</Private>
139    </ProjectReference>
140  </ItemGroup>
141  <ItemGroup>
142    <None Include="NoNonTerminal.gpdl">
143      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
144    </None>
145    <None Include="MissingRule.gpdl">
146      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
147    </None>
148    <None Include="DupSymbol.gpdl">
149      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
150    </None>
151  </ItemGroup>
152  <Choose>
153    <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
154      <ItemGroup>
155        <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
156          <Private>False</Private>
157        </Reference>
158        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
159          <Private>False</Private>
160        </Reference>
161        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
162          <Private>False</Private>
163        </Reference>
164        <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
165          <Private>False</Private>
166        </Reference>
167      </ItemGroup>
168    </When>
169  </Choose>
170  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
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</Project>
Note: See TracBrowser for help on using the repository browser.