Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.0/HeuristicLab.Services.Deployment/3.3/Tests/HeuristicLab.Services.Deployment-3.3.Tests.csproj @ 11056

Last change on this file since 11056 was 3216, checked in by gkronber, 14 years ago

Reintegrated test project for plugin store. #951 (Refreshing the list of plugins and products of the deployment service is very slow)

File size: 4.3 KB
Line 
1<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{421D9CCA-5A48-4813-AB9C-ED7025F9CC35}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Services.Deployment_3._3.Tests</RootNamespace>
11    <AssemblyName>HeuristicLab.Services.Deployment_3._3.Tests</AssemblyName>
12    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>bin\x64\Debug\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x64</PlatformTarget>
39    <ErrorReport>prompt</ErrorReport>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
42    <OutputPath>bin\x64\Release\</OutputPath>
43    <DefineConstants>TRACE</DefineConstants>
44    <Optimize>true</Optimize>
45    <DebugType>pdbonly</DebugType>
46    <PlatformTarget>x64</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
50    <DebugSymbols>true</DebugSymbols>
51    <OutputPath>bin\x86\Debug\</OutputPath>
52    <DefineConstants>DEBUG;TRACE</DefineConstants>
53    <DebugType>full</DebugType>
54    <PlatformTarget>x86</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
58    <OutputPath>bin\x86\Release\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64  </PropertyGroup>
65  <ItemGroup>
66    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
67    <Reference Include="System" />
68    <Reference Include="System.Core">
69      <RequiredTargetFramework>3.5</RequiredTargetFramework>
70    </Reference>
71  </ItemGroup>
72  <ItemGroup>
73    <Compile Include="PluginStoreTest.cs" />
74    <Compile Include="Properties\AssemblyInfo.cs" />
75  </ItemGroup>
76  <ItemGroup>
77    <ProjectReference Include="..\..\..\HeuristicLab.Services.Deployment.DataAccess\3.3\HeuristicLab.Services.Deployment.DataAccess-3.3.csproj">
78      <Project>{EBEBA863-DD05-4331-BE25-5758B15F7407}</Project>
79      <Name>HeuristicLab.Services.Deployment.DataAccess-3.3</Name>
80    </ProjectReference>
81    <ProjectReference Include="..\HeuristicLab.Services.Deployment-3.3.csproj">
82      <Project>{30D8C5F1-CD3A-4EC1-907F-430177A03FBE}</Project>
83      <Name>HeuristicLab.Services.Deployment-3.3</Name>
84    </ProjectReference>
85  </ItemGroup>
86  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
87  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
88       Other similar extension points exist, see Microsoft.Common.targets.
89  <Target Name="BeforeBuild">
90  </Target>
91  <Target Name="AfterBuild">
92  </Target>
93  -->
94</Project>
Note: See TracBrowser for help on using the repository browser.