Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2283: solution reorganization

File size: 7.7 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>{3FB49880-7127-40D4-A9D3-A6C30BDDE885}</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="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
42      <SpecificVersion>False</SpecificVersion>
43      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
44    </Reference>
45    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
46      <SpecificVersion>False</SpecificVersion>
47      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
50      <SpecificVersion>False</SpecificVersion>
51      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
52    </Reference>
53    <Reference Include="HeuristicLab.Problems.Instances-3.3">
54      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
55    </Reference>
56    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
57      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
58    </Reference>
59    <Reference Include="System" />
60    <Reference Include="System.Core">
61      <RequiredTargetFramework>3.5</RequiredTargetFramework>
62    </Reference>
63  </ItemGroup>
64  <Choose>
65    <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
66      <ItemGroup>
67        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
68      </ItemGroup>
69    </When>
70    <Otherwise>
71      <ItemGroup>
72        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
73      </ItemGroup>
74    </Otherwise>
75  </Choose>
76  <ItemGroup>
77    <Compile Include="TestSymbRegInstances.cs" />
78    <Compile Include="TestSequence.cs" />
79    <Compile Include="TestBanditPolicies.cs" />
80    <Compile Include="TestInstances.cs" />
81    <Compile Include="Properties\AssemblyInfo.cs" />
82    <Compile Include="TestSolvers.cs" />
83  </ItemGroup>
84  <ItemGroup>
85    <ProjectReference Include="..\HeuristicLab.Algorithms.Bandits\HeuristicLab.Algorithms.Bandits.csproj">
86      <Project>{24408f7d-ee0f-4886-a08b-ec324d662e47}</Project>
87      <Name>HeuristicLab.Algorithms.Bandits</Name>
88    </ProjectReference>
89    <ProjectReference Include="..\HeuristicLab.Algorithms.GrammaticalOptimization\HeuristicLab.Algorithms.GrammaticalOptimization.csproj">
90      <Project>{eea07488-1a51-412a-a52c-53b754a628b3}</Project>
91      <Name>HeuristicLab.Algorithms.GrammaticalOptimization</Name>
92    </ProjectReference>
93    <ProjectReference Include="..\HeuristicLab.Distributions\HeuristicLab.Distributions.csproj">
94      <Project>{31171165-E16F-4A1A-A8AB-25C6AB3A71B9}</Project>
95      <Name>HeuristicLab.Distributions</Name>
96    </ProjectReference>
97    <ProjectReference Include="..\HeuristicLab.Problems.Bandits\HeuristicLab.Problems.Bandits.csproj">
98      <Project>{E8138227-0C64-4E85-B676-21D3B97F254F}</Project>
99      <Name>HeuristicLab.Problems.Bandits</Name>
100    </ProjectReference>
101    <ProjectReference Include="..\HeuristicLab.Problems.GrammaticalOptimization.SymbReg\HeuristicLab.Problems.GrammaticalOptimization.SymbReg.csproj">
102      <Project>{17a7a380-86ce-482d-8d22-cbd70cc97f0d}</Project>
103      <Name>HeuristicLab.Problems.GrammaticalOptimization.SymbReg</Name>
104    </ProjectReference>
105    <ProjectReference Include="..\HeuristicLab.Problems.GrammaticalOptimization\HeuristicLab.Problems.GrammaticalOptimization.csproj">
106      <Project>{cb9dccf6-667e-4a13-b82d-dbd6b45a045e}</Project>
107      <Name>HeuristicLab.Problems.GrammaticalOptimization</Name>
108    </ProjectReference>
109  </ItemGroup>
110  <Choose>
111    <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
112      <ItemGroup>
113        <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
114          <Private>False</Private>
115        </Reference>
116        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
117          <Private>False</Private>
118        </Reference>
119        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
120          <Private>False</Private>
121        </Reference>
122        <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
123          <Private>False</Private>
124        </Reference>
125      </ItemGroup>
126    </When>
127  </Choose>
128  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
129  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
130  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
131       Other similar extension points exist, see Microsoft.Common.targets.
132  <Target Name="BeforeBuild">
133  </Target>
134  <Target Name="AfterBuild">
135  </Target>
136  -->
137</Project>
Note: See TracBrowser for help on using the repository browser.