Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6700 was 6700, checked in by ascheibe, 13 years ago

#1223 changed version in project files, AssemblyInfo and plugin files back to 3.3

File size: 8.6 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.3</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="Mocks\MockUserManager.cs" />
75    <Compile Include="ServiceTests.cs" />
76    <Compile Include="Mocks\MockAuthorizationManager.cs" />
77    <Compile Include="Mocks\MockLifecycleManager.cs" />
78    <Compile Include="Mocks\MockServiceLocator.cs" />
79    <Compile Include="Properties\AssemblyInfo.cs" />
80    <Compile Include="DaoTests.cs" />
81  </ItemGroup>
82  <ItemGroup>
83    <None Include="HeuristicLab 3.3.exe.config">
84      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
85      <SubType>Designer</SubType>
86    </None>
87    <Shadow Include="Test References\HeuristicLab.Services.Hive-3.4.accessor" />
88  </ItemGroup>
89  <ItemGroup />
90  <ItemGroup>
91    <Reference Include="HeuristicLab.Clients.Common-3.3">
92      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Common-3.3">
95      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.Common.Resources-3.3">
98      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Core-3.3">
101      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.Persistence-3.3">
104      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
107      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
108    </Reference>
109    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
110    <Reference Include="System" />
111    <Reference Include="System.Configuration" />
112    <Reference Include="System.Data" />
113    <Reference Include="System.Data.DataSetExtensions" />
114    <Reference Include="System.Data.Linq" />
115    <Reference Include="System.Drawing" />
116    <Reference Include="System.ServiceModel" />
117    <Reference Include="System.Transactions" />
118    <Reference Include="System.Web" />
119    <Reference Include="System.Web.ApplicationServices" />
120    <Reference Include="System.Windows.Forms" />
121    <Reference Include="System.Xml" />
122    <Reference Include="System.Xml.Linq" />
123  </ItemGroup>
124  <ItemGroup>
125    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave\3.4\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
126      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
127      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
128    </ProjectReference>
129    <ProjectReference Include="..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.3.csproj">
130      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
131      <Name>HeuristicLab.Clients.Hive-3.3</Name>
132    </ProjectReference>
133    <ProjectReference Include="..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.3.csproj">
134      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
135      <Name>HeuristicLab.Hive-3.3</Name>
136    </ProjectReference>
137    <ProjectReference Include="..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.3.csproj">
138      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
139      <Name>HeuristicLab.Services.Hive.Common-3.3</Name>
140    </ProjectReference>
141    <ProjectReference Include="..\HeuristicLab.Services.Hive.DataAccess\3.4\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
142      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
143      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
144    </ProjectReference>
145    <ProjectReference Include="..\HeuristicLab.Services.Hive\3.4\HeuristicLab.Services.Hive-3.3.csproj">
146      <Project>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</Project>
147      <Name>HeuristicLab.Services.Hive-3.3</Name>
148    </ProjectReference>
149  </ItemGroup>
150  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
151  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
152       Other similar extension points exist, see Microsoft.Common.targets.
153  <Target Name="BeforeBuild">
154  </Target>
155  <Target Name="AfterBuild">
156  </Target>
157  -->
158</Project>
Note: See TracBrowser for help on using the repository browser.