Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Tests/HeuristicLab.Services.Hive-3.4.Tests.csproj @ 6408

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

#1233

  • added consideration of appointments in heartbeats
  • code cleanup
File size: 8.5 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    <ProductVersion>
7    </ProductVersion>
8    <SchemaVersion>2.0</SchemaVersion>
9    <ProjectGuid>{17187EAC-5D8C-4B11-9CEA-D88F71B59658}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>HeuristicLab.Services.Hive.Tests</RootNamespace>
13    <AssemblyName>HeuristicLab.Services.Hive.Tests-3.4</AssemblyName>
14    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>bin\x86\Debug\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>x86</PlatformTarget>
41    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Services.Hive.Tests-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
42    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
43    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
44    <ErrorReport>prompt</ErrorReport>
45    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
46    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
47    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
48    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
49    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
50  </PropertyGroup>
51  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
52    <OutputPath>bin\x86\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Services.Hive.Tests-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
58    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
59    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
60    <ErrorReport>prompt</ErrorReport>
61    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
62    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
63    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
64    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
65    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
66  </PropertyGroup>
67  <ItemGroup>
68    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
69      <Visible>False</Visible>
70    </CodeAnalysisDependentAssemblyPaths>
71  </ItemGroup>
72  <ItemGroup>
73    <Compile Include="Mocks\MockAuthenticationManager.cs" />
74    <Compile Include="ServiceTests.cs" />
75    <Compile Include="Mocks\MockAuthorizationManager.cs" />
76    <Compile Include="Mocks\MockLifecycleManager.cs" />
77    <Compile Include="Mocks\MockServiceLocator.cs" />
78    <Compile Include="Properties\AssemblyInfo.cs" />
79    <Compile Include="DaoTests.cs" />
80  </ItemGroup>
81  <ItemGroup>
82    <None Include="HeuristicLab 3.3.exe.config">
83      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
84      <SubType>Designer</SubType>
85    </None>
86    <Shadow Include="Test References\HeuristicLab.Services.Hive-3.4.accessor" />
87  </ItemGroup>
88  <ItemGroup />
89  <ItemGroup>
90    <Reference Include="HeuristicLab.Clients.Common-3.3">
91      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
92    </Reference>
93    <Reference Include="HeuristicLab.Common-3.3">
94      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
95    </Reference>
96    <Reference Include="HeuristicLab.Common.Resources-3.3">
97      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
98    </Reference>
99    <Reference Include="HeuristicLab.Core-3.3">
100      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
101    </Reference>
102    <Reference Include="HeuristicLab.Persistence-3.3">
103      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
104    </Reference>
105    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
106      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
107    </Reference>
108    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
109    <Reference Include="System" />
110    <Reference Include="System.Data" />
111    <Reference Include="System.Data.DataSetExtensions" />
112    <Reference Include="System.Data.Linq" />
113    <Reference Include="System.Drawing" />
114    <Reference Include="System.ServiceModel" />
115    <Reference Include="System.Transactions" />
116    <Reference Include="System.Web" />
117    <Reference Include="System.Web.ApplicationServices" />
118    <Reference Include="System.Windows.Forms" />
119    <Reference Include="System.Xml" />
120    <Reference Include="System.Xml.Linq" />
121  </ItemGroup>
122  <ItemGroup>
123    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave\3.4\HeuristicLab.Clients.Hive.Slave-3.4.csproj">
124      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
125      <Name>HeuristicLab.Clients.Hive.Slave-3.4</Name>
126    </ProjectReference>
127    <ProjectReference Include="..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj">
128      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
129      <Name>HeuristicLab.Clients.Hive-3.4</Name>
130    </ProjectReference>
131    <ProjectReference Include="..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
132      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
133      <Name>HeuristicLab.Hive-3.4</Name>
134    </ProjectReference>
135    <ProjectReference Include="..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
136      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
137      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
138    </ProjectReference>
139    <ProjectReference Include="..\HeuristicLab.Services.Hive.DataAccess\3.4\HeuristicLab.Services.Hive.DataAccess-3.4.csproj">
140      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
141      <Name>HeuristicLab.Services.Hive.DataAccess-3.4</Name>
142    </ProjectReference>
143    <ProjectReference Include="..\HeuristicLab.Services.Hive\3.4\HeuristicLab.Services.Hive-3.4.csproj">
144      <Project>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</Project>
145      <Name>HeuristicLab.Services.Hive-3.4</Name>
146    </ProjectReference>
147  </ItemGroup>
148  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
149  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
150       Other similar extension points exist, see Microsoft.Common.targets.
151  <Target Name="BeforeBuild">
152  </Target>
153  <Target Name="AfterBuild">
154  </Target>
155  -->
156</Project>
Note: See TracBrowser for help on using the repository browser.