Statistics
| Branch: | Revision:

root / trunk / Pithos.Interfaces / Pithos.Interfaces.csproj @ 3c43ec9b

History | View | Annotate | Download (6 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
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
17
  </PropertyGroup>
18
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19
    <DebugSymbols>true</DebugSymbols>
20
    <DebugType>full</DebugType>
21
    <Optimize>false</Optimize>
22
    <OutputPath>bin\Debug\</OutputPath>
23
    <DefineConstants>DEBUG;TRACE</DefineConstants>
24
    <ErrorReport>prompt</ErrorReport>
25
    <WarningLevel>4</WarningLevel>
26
    <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
27
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
28
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
29
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
30
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
31
    <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
32
    <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
33
    <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
34
    <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
35
    <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
36
    <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
37
    <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
38
    <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
39
    <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
40
    <CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
41
    <CodeContractsCustomRewriterAssembly />
42
    <CodeContractsCustomRewriterClass />
43
    <CodeContractsLibPaths />
44
    <CodeContractsExtraRewriteOptions />
45
    <CodeContractsExtraAnalysisOptions />
46
    <CodeContractsBaseLineFile />
47
    <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
48
    <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
49
    <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
50
    <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
51
  </PropertyGroup>
52
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53
    <DebugType>pdbonly</DebugType>
54
    <Optimize>true</Optimize>
55
    <OutputPath>bin\Release\</OutputPath>
56
    <DefineConstants>TRACE</DefineConstants>
57
    <ErrorReport>prompt</ErrorReport>
58
    <WarningLevel>4</WarningLevel>
59
  </PropertyGroup>
60
  <PropertyGroup>
61
    <SignAssembly>true</SignAssembly>
62
  </PropertyGroup>
63
  <PropertyGroup>
64
    <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
65
  </PropertyGroup>
66
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
67
    <DebugSymbols>true</DebugSymbols>
68
    <OutputPath>bin\Test\</OutputPath>
69
    <DefineConstants>DEBUG;TRACE</DefineConstants>
70
    <DebugType>full</DebugType>
71
    <PlatformTarget>AnyCPU</PlatformTarget>
72
    <CodeAnalysisLogFile>bin\Debug\Pithos.Interfaces.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="System" />
84
    <Reference Include="System.Core" />
85
    <Reference Include="System.Xml.Linq" />
86
    <Reference Include="System.Data.DataSetExtensions" />
87
    <Reference Include="Microsoft.CSharp" />
88
    <Reference Include="System.Data" />
89
    <Reference Include="System.Xml" />
90
  </ItemGroup>
91
  <ItemGroup>
92
    <Compile Include="AccountSettings.cs" />
93
    <Compile Include="ICloudClient.cs" />
94
    <Compile Include="IPithosSettings.cs" />
95
    <Compile Include="IStatusChecker.cs" />
96
    <Compile Include="ObjectInfo.cs" />
97
    <Compile Include="PithosSettingsData.cs" />
98
    <Compile Include="Properties\AssemblyInfo.cs" />
99
    <Compile Include="Properties\Settings.Designer.cs">
100
      <AutoGen>True</AutoGen>
101
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
102
      <DependentUpon>Settings.settings</DependentUpon>
103
    </Compile>
104
  </ItemGroup>
105
  <ItemGroup>
106
    <None Include="app.config" />
107
    <None Include="pithos.snk" />
108
    <None Include="Properties\Settings.settings">
109
      <Generator>SettingsSingleFileGenerator</Generator>
110
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
111
    </None>
112
  </ItemGroup>
113
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
114
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
115
       Other similar extension points exist, see Microsoft.Common.targets.
116
  <Target Name="BeforeBuild">
117
  </Target>
118
  <Target Name="AfterBuild">
119
  </Target>
120
  -->
121
</Project>