Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test/HeuristicLab.Services.Deployment.Test.csproj @ 2742

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

Worked on prototype of plugin deployment service. #860 (Deployment server for plugin installation from web locations)

File size: 3.4 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>{3F4779E4-4935-478C-A67E-3F5965F58E99}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Services.Deployment.Test</RootNamespace>
11    <AssemblyName>HeuristicLab.Services.Deployment.Test</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  <ItemGroup>
34    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
35    <Reference Include="System" />
36    <Reference Include="System.Core">
37      <RequiredTargetFramework>3.5</RequiredTargetFramework>
38    </Reference>
39    <Reference Include="System.Data" />
40    <Reference Include="System.Data.DataSetExtensions">
41      <RequiredTargetFramework>3.5</RequiredTargetFramework>
42    </Reference>
43    <Reference Include="System.Data.Linq">
44      <RequiredTargetFramework>3.5</RequiredTargetFramework>
45    </Reference>
46    <Reference Include="System.Runtime.Serialization">
47      <RequiredTargetFramework>3.0</RequiredTargetFramework>
48    </Reference>
49    <Reference Include="System.Xml" />
50    <Reference Include="System.Xml.Linq">
51      <RequiredTargetFramework>3.5</RequiredTargetFramework>
52    </Reference>
53  </ItemGroup>
54  <ItemGroup>
55    <Compile Include="PluginStoreTest.cs" />
56    <Compile Include="Properties\AssemblyInfo.cs" />
57  </ItemGroup>
58  <ItemGroup>
59    <Content Include="AuthoringTests.txt" />
60  </ItemGroup>
61  <ItemGroup>
62    <ProjectReference Include="..\HeuristicLab.Services.Deployment.DataAccess\HeuristicLab.Services.Deployment.DataAccess.csproj">
63      <Project>{EBEBA863-DD05-4331-BE25-5758B15F7407}</Project>
64      <Name>HeuristicLab.Services.Deployment.DataAccess</Name>
65    </ProjectReference>
66  </ItemGroup>
67  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
68  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
69       Other similar extension points exist, see Microsoft.Common.targets.
70  <Target Name="BeforeBuild">
71  </Target>
72  <Target Name="AfterBuild">
73  </Target>
74  -->
75</Project>
Note: See TracBrowser for help on using the repository browser.