Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/ConsoleTests/HeuristicLab.Clients.Hive.Slave-3.4.ConsoleTests.csproj @ 6360

Last change on this file since 6360 was 6360, checked in by cneumuel, 13 years ago

#1233

  • svn fixes
File size: 9.9 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)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{B09E8C65-8D4D-48B3-8E9A-F6FC52107261}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.Slave.Tests</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Slave-3.4.Tests</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <PublishUrl>publish\</PublishUrl>
18    <Install>true</Install>
19    <InstallFrom>Disk</InstallFrom>
20    <UpdateEnabled>false</UpdateEnabled>
21    <UpdateMode>Foreground</UpdateMode>
22    <UpdateInterval>7</UpdateInterval>
23    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24    <UpdatePeriodically>false</UpdatePeriodically>
25    <UpdateRequired>false</UpdateRequired>
26    <MapFileExtensions>true</MapFileExtensions>
27    <ApplicationRevision>0</ApplicationRevision>
28    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29    <IsWebBootstrapper>false</IsWebBootstrapper>
30    <UseApplicationTrust>false</UseApplicationTrust>
31    <BootstrapperEnabled>true</BootstrapperEnabled>
32  </PropertyGroup>
33  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
34    <PlatformTarget>x86</PlatformTarget>
35    <DebugSymbols>true</DebugSymbols>
36    <DebugType>full</DebugType>
37    <Optimize>false</Optimize>
38    <OutputPath>bin\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <ErrorReport>prompt</ErrorReport>
41    <WarningLevel>4</WarningLevel>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
44    <PlatformTarget>x86</PlatformTarget>
45    <DebugType>pdbonly</DebugType>
46    <Optimize>true</Optimize>
47    <OutputPath>bin\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <ErrorReport>prompt</ErrorReport>
50    <WarningLevel>4</WarningLevel>
51  </PropertyGroup>
52  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
53    <DebugSymbols>true</DebugSymbols>
54    <OutputPath>bin\Debug\</OutputPath>
55    <DefineConstants>DEBUG;TRACE</DefineConstants>
56    <DebugType>full</DebugType>
57    <PlatformTarget>AnyCPU</PlatformTarget>
58    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive.Slave-3.4.Tests.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
59    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
60    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
61    <ErrorReport>prompt</ErrorReport>
62    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
64    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
65  </PropertyGroup>
66  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
67    <OutputPath>bin\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>AnyCPU</PlatformTarget>
72    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Clients.Hive.Slave-3.4.Tests.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
73    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
74    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
77    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
78    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
79    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
80    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
81  </PropertyGroup>
82  <ItemGroup>
83    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
84      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Collections-3.3">
87      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
88    </Reference>
89    <Reference Include="HeuristicLab.Common-3.3">
90      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
91    </Reference>
92    <Reference Include="HeuristicLab.Common.Resources-3.3">
93      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
94    </Reference>
95    <Reference Include="HeuristicLab.Core-3.3">
96      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
99      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
100    </Reference>
101    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Optimizer-3.3">
105      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Persistence-3.3">
108      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
111      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
114      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="HeuristicLab.SequentialEngine-3.3">
117      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
118    </Reference>
119    <Reference Include="System" />
120    <Reference Include="System.Core" />
121    <Reference Include="System.Runtime.Serialization" />
122    <Reference Include="System.Xml.Linq" />
123    <Reference Include="System.Data.DataSetExtensions" />
124    <Reference Include="Microsoft.CSharp" />
125    <Reference Include="System.Data" />
126    <Reference Include="System.Xml" />
127  </ItemGroup>
128  <ItemGroup>
129    <Compile Include="MockJob.cs" />
130    <Compile Include="MockPluginService.cs" />
131    <Compile Include="Program.cs" />
132    <Compile Include="Properties\AssemblyInfo.cs" />
133  </ItemGroup>
134  <ItemGroup>
135    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave-3.4.csproj">
136      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
137      <Name>HeuristicLab.Clients.Hive.Slave-3.4</Name>
138    </ProjectReference>
139    <ProjectReference Include="..\..\..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj">
140      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
141      <Name>HeuristicLab.Clients.Hive-3.4</Name>
142    </ProjectReference>
143    <ProjectReference Include="..\..\..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
144      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
145      <Name>HeuristicLab.Hive-3.4</Name>
146    </ProjectReference>
147    <ProjectReference Include="..\..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
148      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
149      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
150    </ProjectReference>
151  </ItemGroup>
152  <ItemGroup>
153    <None Include="app.config" />
154  </ItemGroup>
155  <ItemGroup>
156    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
157      <Visible>False</Visible>
158      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
159      <Install>true</Install>
160    </BootstrapperPackage>
161    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
162      <Visible>False</Visible>
163      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
164      <Install>false</Install>
165    </BootstrapperPackage>
166    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
167      <Visible>False</Visible>
168      <ProductName>.NET Framework 3.5 SP1</ProductName>
169      <Install>false</Install>
170    </BootstrapperPackage>
171    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
172      <Visible>False</Visible>
173      <ProductName>Windows Installer 3.1</ProductName>
174      <Install>true</Install>
175    </BootstrapperPackage>
176  </ItemGroup>
177  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
178  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
179       Other similar extension points exist, see Microsoft.Common.targets.
180  <Target Name="BeforeBuild">
181  </Target>
182  <Target Name="AfterBuild">
183  </Target>
184  -->
185</Project>
Note: See TracBrowser for help on using the repository browser.