Statistics
| Branch: | Revision:

root / trunk / Pithos.Network.Test / Pithos.Network.Test.csproj @ cfed7823

History | View | Annotate | Download (6.2 kB)

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
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
34
    <DebugSymbols>true</DebugSymbols>
35
    <OutputPath>bin\Test\</OutputPath>
36
    <DefineConstants>DEBUG;TRACE</DefineConstants>
37
    <DebugType>full</DebugType>
38
    <PlatformTarget>AnyCPU</PlatformTarget>
39
    <CodeAnalysisLogFile>bin\Debug\Pithos.Network.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
40
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
41
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
42
    <ErrorReport>prompt</ErrorReport>
43
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
45
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
46
  </PropertyGroup>
47
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
48
    <DebugSymbols>true</DebugSymbols>
49
    <OutputPath>bin\Premium Debug\</OutputPath>
50
    <DefineConstants>DEBUG;TRACE</DefineConstants>
51
    <DebugType>full</DebugType>
52
    <PlatformTarget>AnyCPU</PlatformTarget>
53
    <CodeAnalysisLogFile>bin\Debug\Pithos.Network.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
54
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
55
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
56
    <ErrorReport>prompt</ErrorReport>
57
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
58
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
59
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
60
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
61
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
62
  </PropertyGroup>
63
  <ItemGroup>
64
    <Reference Include="Newtonsoft.Json, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b9a188c8922137c6, processorArchitecture=MSIL">
65
      <SpecificVersion>False</SpecificVersion>
66
      <HintPath>..\Pithos.Network\bin\Debug\Newtonsoft.Json.dll</HintPath>
67
    </Reference>
68
    <Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
69
      <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
70
    </Reference>
71
    <Reference Include="nunit.mocks">
72
      <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
73
    </Reference>
74
    <Reference Include="pnunit.framework">
75
      <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
76
    </Reference>
77
    <Reference Include="System" />
78
    <Reference Include="System.Core" />
79
    <Reference Include="System.Xml.Linq" />
80
    <Reference Include="System.Data.DataSetExtensions" />
81
    <Reference Include="Microsoft.CSharp" />
82
    <Reference Include="System.Data" />
83
    <Reference Include="System.Xml" />
84
  </ItemGroup>
85
  <ItemGroup>
86
    <Compile Include="ChecksumTest.cs" />
87
    <Compile Include="CloudFilesClientTest.cs" />
88
    <Compile Include="FolderTests.cs" />
89
    <Compile Include="NetworkOpsTest.cs" />
90
    <Compile Include="ObjectInfoTest.cs" />
91
    <Compile Include="Properties\AssemblyInfo.cs" />
92
    <Compile Include="SignatureTest.cs" />
93
  </ItemGroup>
94
  <ItemGroup>
95
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
96
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
97
      <Name>Pithos.Interfaces</Name>
98
    </ProjectReference>
99
    <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
100
      <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
101
      <Name>Pithos.Network</Name>
102
    </ProjectReference>
103
  </ItemGroup>
104
  <ItemGroup>
105
    <None Include="devguide.pdf">
106
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
107
    </None>
108
    <None Include="packages.config" />
109
  </ItemGroup>
110
  <ItemGroup>
111
    <None Include="test.txt">
112
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
113
    </None>
114
  </ItemGroup>
115
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116
  <PropertyGroup>
117
    <PostBuildEvent>
118
    </PostBuildEvent>
119
  </PropertyGroup>
120
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
121
       Other similar extension points exist, see Microsoft.Common.targets.
122
  <Target Name="BeforeBuild">
123
  </Target>
124
  <Target Name="AfterBuild">
125
  </Target>
126
  -->
127
</Project>