Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2026 made the problem field non-static, added a unit test to compile all examples

File size: 8.2 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    </Reference>
41    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
42      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
45      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
46    </Reference>
47    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
48      <SpecificVersion>False</SpecificVersion>
49      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
50    </Reference>
51    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
52      <SpecificVersion>False</SpecificVersion>
53      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
56      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.Operators-3.3">
59      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
62      <SpecificVersion>False</SpecificVersion>
63      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
64    </Reference>
65    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
66      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
67    </Reference>
68    <Reference Include="HeuristicLab.ParallelEngine-3.3">
69      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
70    </Reference>
71    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
72      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
73    </Reference>
74    <Reference Include="HeuristicLab.Problems.Instances-3.3">
75      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
76    </Reference>
77    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
78      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
79    </Reference>
80    <Reference Include="HeuristicLab.Random-3.3">
81      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
82    </Reference>
83    <Reference Include="HeuristicLab.SequentialEngine-3.3">
84      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="System" />
87  </ItemGroup>
88  <Choose>
89    <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
90      <ItemGroup>
91        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
92      </ItemGroup>
93    </When>
94    <Otherwise>
95      <ItemGroup>
96        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
97      </ItemGroup>
98    </Otherwise>
99  </Choose>
100  <ItemGroup>
101    <Compile Include="TestGpdlExamples.cs" />
102    <Compile Include="TestGpdlCompiler.cs" />
103    <Compile Include="Properties\AssemblyInfo.cs" />
104  </ItemGroup>
105  <ItemGroup>
106    <ProjectReference Include="..\HeuristicLab.Problems.GPDL.Views\3.4\HeuristicLab.Problems.GPDL.Views-3.4.csproj">
107      <Project>{3f9e665a-3dcb-49c3-8806-0e47fc48ea52}</Project>
108      <Name>HeuristicLab.Problems.GPDL.Views-3.4</Name>
109    </ProjectReference>
110    <ProjectReference Include="..\HeuristicLab.Problems.GPDL\3.4\HeuristicLab.Problems.GPDL-3.4.csproj">
111      <Project>{E4EE5AFB-D552-447B-8A16-6CBE7938AF32}</Project>
112      <Name>HeuristicLab.Problems.GPDL-3.4</Name>
113    </ProjectReference>
114  </ItemGroup>
115  <ItemGroup>
116    <None Include="NoNonTerminal.gpdl">
117      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
118    </None>
119    <None Include="MissingRule.gpdl">
120      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
121    </None>
122    <None Include="DupSymbol.gpdl">
123      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
124    </None>
125  </ItemGroup>
126  <Choose>
127    <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
128      <ItemGroup>
129        <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
130          <Private>False</Private>
131        </Reference>
132        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
133          <Private>False</Private>
134        </Reference>
135        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
136          <Private>False</Private>
137        </Reference>
138        <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
139          <Private>False</Private>
140        </Reference>
141      </ItemGroup>
142    </When>
143  </Choose>
144  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
145  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
146  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
147       Other similar extension points exist, see Microsoft.Common.targets.
148  <Target Name="BeforeBuild">
149  </Target>
150  <Target Name="AfterBuild">
151  </Target>
152  -->
153</Project>
Note: See TracBrowser for help on using the repository browser.