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.3.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.Runtime.Serialization" />
|
---|
117 | <Reference Include="System.ServiceModel" />
|
---|
118 | <Reference Include="System.Transactions" />
|
---|
119 | <Reference Include="System.Web" />
|
---|
120 | <Reference Include="System.Web.ApplicationServices" />
|
---|
121 | <Reference Include="System.Windows.Forms" />
|
---|
122 | <Reference Include="System.Xml" />
|
---|
123 | <Reference Include="System.Xml.Linq" />
|
---|
124 | </ItemGroup>
|
---|
125 | <ItemGroup>
|
---|
126 | <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
|
---|
127 | <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
|
---|
128 | <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
|
---|
129 | </ProjectReference>
|
---|
130 | <ProjectReference Include="..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
|
---|
131 | <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
|
---|
132 | <Name>HeuristicLab.Clients.Hive-3.3</Name>
|
---|
133 | </ProjectReference>
|
---|
134 | <ProjectReference Include="..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
|
---|
135 | <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
|
---|
136 | <Name>HeuristicLab.Hive-3.3</Name>
|
---|
137 | </ProjectReference>
|
---|
138 | <ProjectReference Include="..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
|
---|
139 | <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
|
---|
140 | <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
|
---|
141 | </ProjectReference>
|
---|
142 | <ProjectReference Include="..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
|
---|
143 | <Project>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</Project>
|
---|
144 | <Name>HeuristicLab.Services.Hive-3.3</Name>
|
---|
145 | </ProjectReference>
|
---|
146 | </ItemGroup>
|
---|
147 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
148 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
149 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
150 | <Target Name="BeforeBuild">
|
---|
151 | </Target>
|
---|
152 | <Target Name="AfterBuild">
|
---|
153 | </Target>
|
---|
154 | -->
|
---|
155 | </Project> |
---|