Statistics
| Branch: | Revision:

root / trunk / Pithos.Interfaces / Pithos.Interfaces.csproj @ 5bcf6d70

History | View | Annotate | Download (5.9 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>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>Pithos.Interfaces</RootNamespace>
12
    <AssemblyName>Pithos.Interfaces</AssemblyName>
13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14
    <FileAlignment>512</FileAlignment>
15
    <CodeContractsAssemblyMode>1</CodeContractsAssemblyMode>
16
  </PropertyGroup>
17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18
    <DebugSymbols>true</DebugSymbols>
19
    <DebugType>full</DebugType>
20
    <Optimize>false</Optimize>
21
    <OutputPath>bin\Debug\</OutputPath>
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
23
    <ErrorReport>prompt</ErrorReport>
24
    <WarningLevel>4</WarningLevel>
25
    <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
26
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
27
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
28
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
29
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
30
    <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
31
    <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
32
    <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
33
    <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
34
    <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
35
    <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
36
    <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
37
    <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
38
    <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
39
    <CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
40
    <CodeContractsCustomRewriterAssembly />
41
    <CodeContractsCustomRewriterClass />
42
    <CodeContractsLibPaths />
43
    <CodeContractsExtraRewriteOptions />
44
    <CodeContractsExtraAnalysisOptions />
45
    <CodeContractsBaseLineFile />
46
    <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
47
    <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
48
    <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
49
    <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
50
  </PropertyGroup>
51
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52
    <DebugType>pdbonly</DebugType>
53
    <Optimize>true</Optimize>
54
    <OutputPath>bin\Release\</OutputPath>
55
    <DefineConstants>TRACE</DefineConstants>
56
    <ErrorReport>prompt</ErrorReport>
57
    <WarningLevel>4</WarningLevel>
58
  </PropertyGroup>
59
  <PropertyGroup>
60
    <SignAssembly>true</SignAssembly>
61
  </PropertyGroup>
62
  <PropertyGroup>
63
    <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
64
  </PropertyGroup>
65
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
66
    <DebugSymbols>true</DebugSymbols>
67
    <OutputPath>bin\Test\</OutputPath>
68
    <DefineConstants>DEBUG;TRACE</DefineConstants>
69
    <DebugType>full</DebugType>
70
    <PlatformTarget>AnyCPU</PlatformTarget>
71
    <CodeAnalysisLogFile>bin\Debug\Pithos.Interfaces.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
72
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
73
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
74
    <ErrorReport>prompt</ErrorReport>
75
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
76
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
77
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
78
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
79
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
80
  </PropertyGroup>
81
  <ItemGroup>
82
    <Reference Include="System" />
83
    <Reference Include="System.Core" />
84
    <Reference Include="System.Xml.Linq" />
85
    <Reference Include="System.Data.DataSetExtensions" />
86
    <Reference Include="Microsoft.CSharp" />
87
    <Reference Include="System.Data" />
88
    <Reference Include="System.Xml" />
89
  </ItemGroup>
90
  <ItemGroup>
91
    <Compile Include="AccountSettings.cs" />
92
    <Compile Include="ICloudClient.cs" />
93
    <Compile Include="IPithosSettings.cs" />
94
    <Compile Include="IStatusChecker.cs" />
95
    <Compile Include="PithosSettingsData.cs" />
96
    <Compile Include="Properties\AssemblyInfo.cs" />
97
    <Compile Include="Properties\Settings.Designer.cs">
98
      <AutoGen>True</AutoGen>
99
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
100
      <DependentUpon>Settings.settings</DependentUpon>
101
    </Compile>
102
  </ItemGroup>
103
  <ItemGroup>
104
    <None Include="app.config" />
105
    <None Include="pithos.snk" />
106
    <None Include="Properties\Settings.settings">
107
      <Generator>SettingsSingleFileGenerator</Generator>
108
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
109
    </None>
110
  </ItemGroup>
111
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
112
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
113
       Other similar extension points exist, see Microsoft.Common.targets.
114
  <Target Name="BeforeBuild">
115
  </Target>
116
  <Target Name="AfterBuild">
117
  </Target>
118
  -->
119
</Project>