Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/HeuristicLab.BenchmarkSuite.csproj

Last change on this file was 15692, checked in by mkommend, 6 years ago

#2887: Moved PushGP to addons.

File size: 10.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.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>{22B5C087-CFC7-4D40-86C6-32FCF2CA921E}</ProjectGuid>
7    <OutputType>Library</OutputType>
8    <AppDesignerFolder>Properties</AppDesignerFolder>
9    <RootNamespace>HeuristicLab.BenchmarkSuite</RootNamespace>
10    <AssemblyName>HeuristicLab.Problems.ProgramSynthesis.BenchmarkSuite</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>..\..\..\trunk\bin\</OutputPath>
26    <DefineConstants>DEBUG;TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29    <LangVersion>5</LangVersion>
30  </PropertyGroup>
31  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32    <DebugType>pdbonly</DebugType>
33    <Optimize>true</Optimize>
34    <OutputPath>..\..\..\trunk\bin\</OutputPath>
35    <DefineConstants>TRACE</DefineConstants>
36    <ErrorReport>prompt</ErrorReport>
37    <WarningLevel>4</WarningLevel>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
41      <SpecificVersion>False</SpecificVersion>
42      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Common-3.3">
45      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
46    </Reference>
47    <Reference Include="HeuristicLab.Core-3.3">
48      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
51      <SpecificVersion>False</SpecificVersion>
52      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
59      <SpecificVersion>False</SpecificVersion>
60      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
63      <SpecificVersion>False</SpecificVersion>
64      <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
67      <SpecificVersion>False</SpecificVersion>
68      <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
71      <SpecificVersion>False</SpecificVersion>
72      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
73    </Reference>
74    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
75      <SpecificVersion>False</SpecificVersion>
76      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Problems.Instances-3.3">
79      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
80    </Reference>
81    <Reference Include="HeuristicLab.Random-3.3">
82      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="Microsoft.VisualBasic" />
85    <Reference Include="System" />
86    <Reference Include="System.Data" />
87    <Reference Include="System.Drawing" />
88    <Reference Include="System.IO.Compression" />
89    <Reference Include="System.Windows.Forms" />
90    <Reference Include="System.Xml" />
91  </ItemGroup>
92  <Choose>
93    <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
94      <ItemGroup>
95        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
96      </ItemGroup>
97    </When>
98    <Otherwise>
99      <ItemGroup>
100        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
101      </ItemGroup>
102    </Otherwise>
103  </Choose>
104  <ItemGroup>
105    <Compile Include="BenchmarkSuiteDataDescriptor.cs" />
106    <Compile Include="BenchmarkSuiteInstanceProvider.cs" />
107    <Compile Include="CsvParser.cs" />
108    <Compile Include="DataTypes.cs" />
109    <Compile Include="Problems\MedianIntegerError.cs" />
110    <Compile Include="Problems\ScrabbleScore.cs" />
111    <Compile Include="ExampleArgumentConverter.cs" />
112    <Compile Include="IBenchmarkSuiteDataDescriptor.cs" />
113    <Compile Include="Plugin.cs" />
114    <Compile Include="Problems\CompareStringLengths.cs" />
115    <Compile Include="ProblemData.cs" />
116    <Compile Include="Example.cs" />
117    <Compile Include="ExampleArgumentType.cs" />
118    <Compile Include="Problems\ReplaceSpaceWithNewline.cs" />
119    <Compile Include="Problems\PigLatin.cs" />
120    <Compile Include="Problems\NumberIo.cs" />
121    <Compile Include="Problems\NegativeToZero.cs" />
122    <Compile Include="Problems\MirrorImage.cs" />
123    <Compile Include="Problems\Median.cs" />
124    <Compile Include="Problems\LastIndexOfZero.cs" />
125    <Compile Include="Problems\Grades.cs" />
126    <Compile Include="Problems\ForLoopIndex.cs" />
127    <Compile Include="Problems\EvenSquares.cs" />
128    <Compile Include="Problems\DoubleLetters.cs" />
129    <Compile Include="Problems\Checksum.cs" />
130    <Compile Include="Problems\CollatzNumbers.cs" />
131    <Compile Include="Problems\Digits.cs" />
132    <Compile Include="Problems\CountOdds.cs" />
133    <Compile Include="Problems\Smallest.cs" />
134    <Compile Include="Problems\SmallOrLarge.cs" />
135    <Compile Include="Problems\StringDifferences.cs" />
136    <Compile Include="Problems\StringLengthsBackwards.cs" />
137    <Compile Include="Problems\SumOfSquares.cs" />
138    <Compile Include="Problems\SuperAnagrams.cs" />
139    <Compile Include="Problems\Syllables.cs" />
140    <Compile Include="Problems\VectorAverage.cs" />
141    <Compile Include="Problems\VectorSummed.cs" />
142    <Compile Include="Problems\WallisPi.cs" />
143    <Compile Include="Problems\WordStats.cs" />
144    <Compile Include="Problems\XWordLines.cs" />
145    <Compile Include="ProblemType.cs" />
146    <Compile Include="Properties\AssemblyInfo.cs" />
147    <Compile Include="Views\ViewHelper.cs" />
148    <Compile Include="Views\DataEditorView.cs">
149      <SubType>UserControl</SubType>
150    </Compile>
151    <Compile Include="Views\DataEditorView.Designer.cs">
152      <DependentUpon>DataEditorView.cs</DependentUpon>
153    </Compile>
154  </ItemGroup>
155  <ItemGroup>
156    <EmbeddedResource Include="Data\BenchmarkExamples.zip" />
157    <EmbeddedResource Include="Views\DataEditorView.resx">
158      <DependentUpon>DataEditorView.cs</DependentUpon>
159    </EmbeddedResource>
160  </ItemGroup>
161  <ItemGroup>
162    <ProjectReference Include="..\HeuristicLab.Problems.ProgramSynthesis.Base\HeuristicLab.Problems.ProgramSynthesis.Base.csproj">
163      <Project>{0a60b6ba-8ace-478e-98f3-57441b53b5f9}</Project>
164      <Name>HeuristicLab.Problems.ProgramSynthesis.Base</Name>
165    </ProjectReference>
166  </ItemGroup>
167  <ItemGroup>
168    <None Include="BenchmarkSuiteOverview.cd">
169      <SubType>Designer</SubType>
170    </None>
171  </ItemGroup>
172  <Choose>
173    <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
174      <ItemGroup>
175        <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
176          <Private>False</Private>
177        </Reference>
178        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
179          <Private>False</Private>
180        </Reference>
181        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
182          <Private>False</Private>
183        </Reference>
184        <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
185          <Private>False</Private>
186        </Reference>
187      </ItemGroup>
188    </When>
189  </Choose>
190  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
191  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
192  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
193       Other similar extension points exist, see Microsoft.Common.targets.
194  <Target Name="BeforeBuild">
195  </Target>
196  <Target Name="AfterBuild">
197  </Target>
198  -->
199</Project>
Note: See TracBrowser for help on using the repository browser.