Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB (trunk integration)/HeuristicLab.Services.OKB.DataAccess/3.3/Tests/HeuristicLab.Services.OKB.DataAccess-3.3.Tests.csproj @ 6984

Last change on this file since 6984 was 5534, checked in by swagner, 13 years ago

Worked on OKB (#1174)

File size: 3.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>{89234006-FE1B-4A15-AFEC-91CB3526F0A5}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>HeuristicLab.Services.OKB.DataAccess_33.Tests</RootNamespace>
13    <AssemblyName>HeuristicLab.Services.OKB.DataAccess-3.3.Tests</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  <ItemGroup>
36    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
37    <Reference Include="System" />
38    <Reference Include="System.Core">
39      <RequiredTargetFramework>3.5</RequiredTargetFramework>
40    </Reference>
41    <Reference Include="System.Data.Linq" />
42  </ItemGroup>
43  <ItemGroup>
44    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
45      <Visible>False</Visible>
46    </CodeAnalysisDependentAssemblyPaths>
47  </ItemGroup>
48  <ItemGroup>
49    <Compile Include="Properties\AssemblyInfo.cs" />
50  </ItemGroup>
51  <ItemGroup>
52    <ProjectReference Include="..\..\..\HeuristicLab.Clients.OKB\3.3\HeuristicLab.Clients.OKB-3.3.csproj">
53      <Project>{73857A9C-9706-4B72-8D9C-210B5B6A5691}</Project>
54      <Name>HeuristicLab.Clients.OKB-3.3</Name>
55    </ProjectReference>
56    <ProjectReference Include="..\..\..\HeuristicLab.Services.OKB\3.3\HeuristicLab.Services.OKB-3.3.csproj">
57      <Project>{766DA4B7-2A0E-4CDE-8F90-93D8B1AD62CF}</Project>
58      <Name>HeuristicLab.Services.OKB-3.3</Name>
59    </ProjectReference>
60    <ProjectReference Include="..\HeuristicLab.Services.OKB.DataAccess-3.3.csproj">
61      <Project>{E36BE58F-F3CE-40BB-9AB3-9F9E30AD5CCF}</Project>
62      <Name>HeuristicLab.Services.OKB.DataAccess-3.3</Name>
63    </ProjectReference>
64  </ItemGroup>
65  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
66  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
67       Other similar extension points exist, see Microsoft.Common.targets.
68  <Target Name="BeforeBuild">
69  </Target>
70  <Target Name="AfterBuild">
71  </Target>
72  -->
73</Project>
Note: See TracBrowser for help on using the repository browser.