Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.Test / Pithos.Client.Test.csproj @ 7e26c075

History | View | Annotate | Download (6.5 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>{822F885B-83E8-4A9A-B02E-0FEAE444D960}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>Pithos.Client.Test</RootNamespace>
12
    <AssemblyName>Pithos.Client.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.Client.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
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
46
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
47
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
48
  </PropertyGroup>
49
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
50
    <DebugSymbols>true</DebugSymbols>
51
    <OutputPath>bin\Premium Debug\</OutputPath>
52
    <DefineConstants>DEBUG;TRACE</DefineConstants>
53
    <DebugType>full</DebugType>
54
    <PlatformTarget>AnyCPU</PlatformTarget>
55
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
56
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
57
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
58
    <ErrorReport>prompt</ErrorReport>
59
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
61
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
62
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
63
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
64
    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
65
  </PropertyGroup>
66
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug All|AnyCPU'">
67
    <DebugSymbols>true</DebugSymbols>
68
    <OutputPath>bin\Debug All\</OutputPath>
69
    <DefineConstants>DEBUG;TRACE</DefineConstants>
70
    <DebugType>full</DebugType>
71
    <PlatformTarget>AnyCPU</PlatformTarget>
72
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
73
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
74
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
75
    <ErrorReport>prompt</ErrorReport>
76
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
77
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
78
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
79
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
80
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
81
  </PropertyGroup>
82
  <ItemGroup>
83
    <Reference Include="nunit.framework">
84
      <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
85
    </Reference>
86
    <Reference Include="nunit.mocks">
87
      <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
88
    </Reference>
89
    <Reference Include="pnunit.framework">
90
      <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
91
    </Reference>
92
    <Reference Include="System" />
93
    <Reference Include="System.Core" />
94
    <Reference Include="System.Xml.Linq" />
95
    <Reference Include="System.Data.DataSetExtensions" />
96
    <Reference Include="Microsoft.CSharp" />
97
    <Reference Include="System.Data" />
98
    <Reference Include="System.Xml" />
99
  </ItemGroup>
100
  <ItemGroup>
101
    <Compile Include="Properties\AssemblyInfo.cs" />
102
  </ItemGroup>
103
  <ItemGroup>
104
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
105
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
106
      <Name>Pithos.Interfaces</Name>
107
    </ProjectReference>
108
  </ItemGroup>
109
  <ItemGroup>
110
    <None Include="packages.config" />
111
  </ItemGroup>
112
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
113
  <PropertyGroup>
114
    <PostBuildEvent>
115
    </PostBuildEvent>
116
  </PropertyGroup>
117
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
118
       Other similar extension points exist, see Microsoft.Common.targets.
119
  <Target Name="BeforeBuild">
120
  </Target>
121
  <Target Name="AfterBuild">
122
  </Target>
123
  -->
124
</Project>