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>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="RunMctsExperiments.cs" />
|
---|
60 | <Compile Include="RunDemo.cs" />
|
---|
61 | <Compile Include="RunSequentialSolverFuncApproxExperiments.cs" />
|
---|
62 | <Compile Include="RunBaselineExperiments.cs" />
|
---|
63 | <Compile Include="RunGpExperiments.cs" />
|
---|
64 | <Compile Include="TestCanonicalExpressions.cs" />
|
---|
65 | <Compile Include="TestSymbRegInstances.cs" />
|
---|
66 | <Compile Include="TestSequence.cs" />
|
---|
67 | <Compile Include="TestBanditPolicies.cs" />
|
---|
68 | <Compile Include="TestInstances.cs" />
|
---|
69 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
70 | <Compile Include="TestSolvers.cs" />
|
---|
71 | <Compile Include="TestTunedSettings.cs" />
|
---|
72 | </ItemGroup>
|
---|
73 | <ItemGroup>
|
---|
74 | <ProjectReference Include="..\HeuristicLab.Algorithms.Bandits\HeuristicLab.Algorithms.Bandits.csproj">
|
---|
75 | <Project>{24408f7d-ee0f-4886-a08b-ec324d662e47}</Project>
|
---|
76 | <Name>HeuristicLab.Algorithms.Bandits</Name>
|
---|
77 | </ProjectReference>
|
---|
78 | <ProjectReference Include="..\HeuristicLab.Algorithms.GeneticProgramming\HeuristicLab.Algorithms.GeneticProgramming.csproj">
|
---|
79 | <Project>{14BEC23F-63FD-4954-B8AE-E2F4962E9B57}</Project>
|
---|
80 | <Name>HeuristicLab.Algorithms.GeneticProgramming</Name>
|
---|
81 | </ProjectReference>
|
---|
82 | <ProjectReference Include="..\HeuristicLab.Algorithms.GrammaticalOptimization\HeuristicLab.Algorithms.GrammaticalOptimization.csproj">
|
---|
83 | <Project>{eea07488-1a51-412a-a52c-53b754a628b3}</Project>
|
---|
84 | <Name>HeuristicLab.Algorithms.GrammaticalOptimization</Name>
|
---|
85 | </ProjectReference>
|
---|
86 | <ProjectReference Include="..\HeuristicLab.Common\HeuristicLab.Common.csproj">
|
---|
87 | <Project>{3A2FBBCB-F9DF-4970-87F3-F13337D941AD}</Project>
|
---|
88 | <Name>HeuristicLab.Common</Name>
|
---|
89 | </ProjectReference>
|
---|
90 | <ProjectReference Include="..\HeuristicLab.Distributions\HeuristicLab.Distributions.csproj">
|
---|
91 | <Project>{31171165-E16F-4A1A-A8AB-25C6AB3A71B9}</Project>
|
---|
92 | <Name>HeuristicLab.Distributions</Name>
|
---|
93 | </ProjectReference>
|
---|
94 | <ProjectReference Include="..\HeuristicLab.Problems.Bandits\HeuristicLab.Problems.Bandits.csproj">
|
---|
95 | <Project>{E8138227-0C64-4E85-B676-21D3B97F254F}</Project>
|
---|
96 | <Name>HeuristicLab.Problems.Bandits</Name>
|
---|
97 | </ProjectReference>
|
---|
98 | <ProjectReference Include="..\HeuristicLab.Problems.GrammaticalOptimization.SymbReg\HeuristicLab.Problems.GrammaticalOptimization.SymbReg.csproj">
|
---|
99 | <Project>{17a7a380-86ce-482d-8d22-cbd70cc97f0d}</Project>
|
---|
100 | <Name>HeuristicLab.Problems.GrammaticalOptimization.SymbReg</Name>
|
---|
101 | </ProjectReference>
|
---|
102 | <ProjectReference Include="..\HeuristicLab.Problems.GrammaticalOptimization\HeuristicLab.Problems.GrammaticalOptimization.csproj">
|
---|
103 | <Project>{cb9dccf6-667e-4a13-b82d-dbd6b45a045e}</Project>
|
---|
104 | <Name>HeuristicLab.Problems.GrammaticalOptimization</Name>
|
---|
105 | </ProjectReference>
|
---|
106 | </ItemGroup>
|
---|
107 | <Choose>
|
---|
108 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
|
---|
109 | <ItemGroup>
|
---|
110 | <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
111 | <Private>False</Private>
|
---|
112 | </Reference>
|
---|
113 | <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
114 | <Private>False</Private>
|
---|
115 | </Reference>
|
---|
116 | <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
117 | <Private>False</Private>
|
---|
118 | </Reference>
|
---|
119 | <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
120 | <Private>False</Private>
|
---|
121 | </Reference>
|
---|
122 | </ItemGroup>
|
---|
123 | </When>
|
---|
124 | </Choose>
|
---|
125 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
|
---|
126 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
127 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
128 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
129 | <Target Name="BeforeBuild">
|
---|
130 | </Target>
|
---|
131 | <Target Name="AfterBuild">
|
---|
132 | </Target>
|
---|
133 | -->
|
---|
134 | </Project> |
---|