Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/Test/Test.csproj @ 11981

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

#2283: cleanup and included HeuristicLab.dlls to create a self-contained branch

File size: 7.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  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProjectGuid>{8B4C199E-C08B-479E-9B82-6AE5B113459E}</ProjectGuid>
7    <OutputType>Library</OutputType>
8    <AppDesignerFolder>Properties</AppDesignerFolder>
9    <RootNamespace>HeuristicLab.Problems.GrammaticalOptimization.Test</RootNamespace>
10    <AssemblyName>HeuristicLab.Problems.GrammaticalOptimization.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    <TargetFrameworkProfile />
20  </PropertyGroup>
21  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22    <DebugSymbols>true</DebugSymbols>
23    <DebugType>full</DebugType>
24    <Optimize>false</Optimize>
25    <OutputPath>bin\Debug\</OutputPath>
26    <DefineConstants>DEBUG;TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29    <Prefer32Bit>false</Prefer32Bit>
30  </PropertyGroup>
31  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32    <DebugType>pdbonly</DebugType>
33    <Optimize>true</Optimize>
34    <OutputPath>bin\Release\</OutputPath>
35    <DefineConstants>TRACE</DefineConstants>
36    <ErrorReport>prompt</ErrorReport>
37    <WarningLevel>4</WarningLevel>
38    <Prefer32Bit>false</Prefer32Bit>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="System" />
42    <Reference Include="System.Core">
43      <RequiredTargetFramework>3.5</RequiredTargetFramework>
44    </Reference>
45  </ItemGroup>
46  <Choose>
47    <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
48      <ItemGroup>
49        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
50      </ItemGroup>
51    </When>
52    <Otherwise>
53      <ItemGroup>
54        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
55      </ItemGroup>
56    </Otherwise>
57  </Choose>
58  <ItemGroup>
59    <Compile Include="RunDemo.cs" />
60    <Compile Include="RunSequentialSolverFuncApproxExperiments.cs" />
61    <Compile Include="RunBaselineExperiments.cs" />
62    <Compile Include="RunGpExperiments.cs" />
63    <Compile Include="TestCanonicalExpressions.cs" />
64    <Compile Include="TestSymbRegInstances.cs" />
65    <Compile Include="TestSequence.cs" />
66    <Compile Include="TestBanditPolicies.cs" />
67    <Compile Include="TestInstances.cs" />
68    <Compile Include="Properties\AssemblyInfo.cs" />
69    <Compile Include="TestSolvers.cs" />
70  </ItemGroup>
71  <ItemGroup>
72    <ProjectReference Include="..\HeuristicLab.Algorithms.Bandits\HeuristicLab.Algorithms.Bandits.csproj">
73      <Project>{24408f7d-ee0f-4886-a08b-ec324d662e47}</Project>
74      <Name>HeuristicLab.Algorithms.Bandits</Name>
75    </ProjectReference>
76    <ProjectReference Include="..\HeuristicLab.Algorithms.GeneticProgramming\HeuristicLab.Algorithms.GeneticProgramming.csproj">
77      <Project>{14BEC23F-63FD-4954-B8AE-E2F4962E9B57}</Project>
78      <Name>HeuristicLab.Algorithms.GeneticProgramming</Name>
79    </ProjectReference>
80    <ProjectReference Include="..\HeuristicLab.Algorithms.GrammaticalOptimization\HeuristicLab.Algorithms.GrammaticalOptimization.csproj">
81      <Project>{eea07488-1a51-412a-a52c-53b754a628b3}</Project>
82      <Name>HeuristicLab.Algorithms.GrammaticalOptimization</Name>
83    </ProjectReference>
84    <ProjectReference Include="..\HeuristicLab.Common\HeuristicLab.Common.csproj">
85      <Project>{3A2FBBCB-F9DF-4970-87F3-F13337D941AD}</Project>
86      <Name>HeuristicLab.Common</Name>
87    </ProjectReference>
88    <ProjectReference Include="..\HeuristicLab.Distributions\HeuristicLab.Distributions.csproj">
89      <Project>{31171165-E16F-4A1A-A8AB-25C6AB3A71B9}</Project>
90      <Name>HeuristicLab.Distributions</Name>
91    </ProjectReference>
92    <ProjectReference Include="..\HeuristicLab.Problems.Bandits\HeuristicLab.Problems.Bandits.csproj">
93      <Project>{E8138227-0C64-4E85-B676-21D3B97F254F}</Project>
94      <Name>HeuristicLab.Problems.Bandits</Name>
95    </ProjectReference>
96    <ProjectReference Include="..\HeuristicLab.Problems.GrammaticalOptimization.SymbReg\HeuristicLab.Problems.GrammaticalOptimization.SymbReg.csproj">
97      <Project>{17a7a380-86ce-482d-8d22-cbd70cc97f0d}</Project>
98      <Name>HeuristicLab.Problems.GrammaticalOptimization.SymbReg</Name>
99    </ProjectReference>
100    <ProjectReference Include="..\HeuristicLab.Problems.GrammaticalOptimization\HeuristicLab.Problems.GrammaticalOptimization.csproj">
101      <Project>{cb9dccf6-667e-4a13-b82d-dbd6b45a045e}</Project>
102      <Name>HeuristicLab.Problems.GrammaticalOptimization</Name>
103    </ProjectReference>
104  </ItemGroup>
105  <Choose>
106    <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
107      <ItemGroup>
108        <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
109          <Private>False</Private>
110        </Reference>
111        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
112          <Private>False</Private>
113        </Reference>
114        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
115          <Private>False</Private>
116        </Reference>
117        <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
118          <Private>False</Private>
119        </Reference>
120      </ItemGroup>
121    </When>
122  </Choose>
123  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
124  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
125  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
126       Other similar extension points exist, see Microsoft.Common.targets.
127  <Target Name="BeforeBuild">
128  </Target>
129  <Target Name="AfterBuild">
130  </Target>
131  -->
132</Project>
Note: See TracBrowser for help on using the repository browser.