Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.Test / Pithos.Client.Test.csproj @ 283809f3

History | View | Annotate | Download (4.1 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
  <ItemGroup>
50
    <Reference Include="nunit.framework">
51
      <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
52
    </Reference>
53
    <Reference Include="nunit.mocks">
54
      <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
55
    </Reference>
56
    <Reference Include="pnunit.framework">
57
      <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
58
    </Reference>
59
    <Reference Include="System" />
60
    <Reference Include="System.Core" />
61
    <Reference Include="System.Xml.Linq" />
62
    <Reference Include="System.Data.DataSetExtensions" />
63
    <Reference Include="Microsoft.CSharp" />
64
    <Reference Include="System.Data" />
65
    <Reference Include="System.Xml" />
66
  </ItemGroup>
67
  <ItemGroup>
68
    <Compile Include="Properties\AssemblyInfo.cs" />
69
  </ItemGroup>
70
  <ItemGroup>
71
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
72
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
73
      <Name>Pithos.Interfaces</Name>
74
    </ProjectReference>
75
  </ItemGroup>
76
  <ItemGroup>
77
    <None Include="packages.config" />
78
  </ItemGroup>
79
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
80
  <PropertyGroup>
81
    <PostBuildEvent>
82
    </PostBuildEvent>
83
  </PropertyGroup>
84
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
85
       Other similar extension points exist, see Microsoft.Common.targets.
86
  <Target Name="BeforeBuild">
87
  </Target>
88
  <Target Name="AfterBuild">
89
  </Target>
90
  -->
91
</Project>