All files
[pithos-ms-client] / trunk / Pithos.Network.Test / Pithos.Network.Test.csproj
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>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{E027200B-C26A-4877-BFD9-1A18CF5DF2F4}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Pithos.Network.Test</RootNamespace>
12     <AssemblyName>Pithos.Network.Test</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
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.Pex.Framework, Version=0.94.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
35     <Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
36     <Reference Include="System" />
37     <Reference Include="System.Core" />
38     <Reference Include="System.Xml.Linq" />
39     <Reference Include="System.Data.DataSetExtensions" />
40     <Reference Include="Microsoft.CSharp" />
41     <Reference Include="System.Data" />
42     <Reference Include="System.Xml" />
43   </ItemGroup>
44   <ItemGroup>
45     <Compile Include="ChecksumTest.cs" />
46     <Compile Include="NetworkOpsTest.cs" />
47     <Compile Include="Properties\AssemblyInfo.cs" />
48   </ItemGroup>
49   <ItemGroup>
50     <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
51       <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
52       <Name>Pithos.Interfaces</Name>
53     </ProjectReference>
54     <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
55       <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
56       <Name>Pithos.Network</Name>
57     </ProjectReference>
58   </ItemGroup>
59   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
60   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
61        Other similar extension points exist, see Microsoft.Common.targets.
62   <Target Name="BeforeBuild">
63   </Target>
64   <Target Name="AfterBuild">
65   </Target>
66   -->
67 </Project>