Statistics
| Branch: | Revision:

root / trunk / Pithos.Interfaces / Pithos.Interfaces.csproj @ 44cae3e0

History | View | Annotate | Download (17.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>{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>0</CodeContractsAssemblyMode>
16
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
17
    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
18
    <RestorePackages>true</RestorePackages>
19
  </PropertyGroup>
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21
    <DebugSymbols>true</DebugSymbols>
22
    <DebugType>full</DebugType>
23
    <Optimize>true</Optimize>
24
    <OutputPath>bin\Debug\</OutputPath>
25
    <DefineConstants>DEBUG;TRACE</DefineConstants>
26
    <ErrorReport>prompt</ErrorReport>
27
    <WarningLevel>4</WarningLevel>
28
    <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
29
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
30
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
31
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
32
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
33
    <CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
34
    <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
35
    <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
36
    <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
37
    <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
38
    <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
39
    <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
40
    <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
41
    <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
42
    <CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
43
    <CodeContractsCustomRewriterAssembly />
44
    <CodeContractsCustomRewriterClass />
45
    <CodeContractsLibPaths />
46
    <CodeContractsExtraRewriteOptions />
47
    <CodeContractsExtraAnalysisOptions />
48
    <CodeContractsBaseLineFile />
49
    <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
50
    <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
51
    <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
52
    <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
53
  </PropertyGroup>
54
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
55
    <DebugType>pdbonly</DebugType>
56
    <Optimize>true</Optimize>
57
    <OutputPath>bin\Release\</OutputPath>
58
    <DefineConstants>TRACE</DefineConstants>
59
    <ErrorReport>prompt</ErrorReport>
60
    <WarningLevel>4</WarningLevel>
61
  </PropertyGroup>
62
  <PropertyGroup>
63
    <SignAssembly>true</SignAssembly>
64
  </PropertyGroup>
65
  <PropertyGroup>
66
    <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
67
  </PropertyGroup>
68
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
69
    <DebugSymbols>true</DebugSymbols>
70
    <OutputPath>bin\Test\</OutputPath>
71
    <DefineConstants>DEBUG;TRACE</DefineConstants>
72
    <DebugType>full</DebugType>
73
    <PlatformTarget>AnyCPU</PlatformTarget>
74
    <CodeAnalysisLogFile>bin\Debug\Pithos.Interfaces.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
75
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
76
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
77
    <ErrorReport>prompt</ErrorReport>
78
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
79
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
80
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
81
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
82
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
83
  </PropertyGroup>
84
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
85
    <DebugSymbols>true</DebugSymbols>
86
    <OutputPath>bin\Premium Debug\</OutputPath>
87
    <DefineConstants>DEBUG;TRACE</DefineConstants>
88
    <DebugType>full</DebugType>
89
    <PlatformTarget>AnyCPU</PlatformTarget>
90
    <CodeAnalysisLogFile>bin\Debug\Pithos.Interfaces.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
91
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
92
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
93
    <ErrorReport>prompt</ErrorReport>
94
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
95
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
96
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
97
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
98
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
99
    <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
100
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
101
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
102
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
103
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
104
    <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
105
    <CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
106
    <CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
107
    <CodeContractsArithmeticObligations>True</CodeContractsArithmeticObligations>
108
    <CodeContractsEnumObligations>True</CodeContractsEnumObligations>
109
    <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
110
    <CodeContractsRunInBackground>False</CodeContractsRunInBackground>
111
    <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
112
    <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
113
    <CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
114
    <CodeContractsCustomRewriterAssembly />
115
    <CodeContractsCustomRewriterClass />
116
    <CodeContractsLibPaths />
117
    <CodeContractsExtraRewriteOptions />
118
    <CodeContractsExtraAnalysisOptions />
119
    <CodeContractsBaseLineFile />
120
    <CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
121
    <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
122
    <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
123
    <CodeContractsAnalysisWarningLevel>2</CodeContractsAnalysisWarningLevel>
124
  </PropertyGroup>
125
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug All|AnyCPU'">
126
    <DebugSymbols>true</DebugSymbols>
127
    <OutputPath>bin\Debug All\</OutputPath>
128
    <DefineConstants>DEBUG;TRACE</DefineConstants>
129
    <DebugType>full</DebugType>
130
    <PlatformTarget>AnyCPU</PlatformTarget>
131
    <CodeAnalysisLogFile>bin\Debug\Pithos.Interfaces.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
132
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
133
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
134
    <ErrorReport>prompt</ErrorReport>
135
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
136
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
137
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
138
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
139
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
140
  </PropertyGroup>
141
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
142
    <DebugSymbols>true</DebugSymbols>
143
    <OutputPath>bin\x64\Debug\</OutputPath>
144
    <DefineConstants>DEBUG;TRACE</DefineConstants>
145
    <DebugType>full</DebugType>
146
    <PlatformTarget>x64</PlatformTarget>
147
    <CodeAnalysisLogFile>bin\Debug\Pithos.Interfaces.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
148
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
149
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
150
    <ErrorReport>prompt</ErrorReport>
151
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
152
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
153
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
154
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
155
    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
156
  </PropertyGroup>
157
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
158
    <OutputPath>bin\x64\Release\</OutputPath>
159
    <DefineConstants>TRACE</DefineConstants>
160
    <Optimize>true</Optimize>
161
    <DebugType>pdbonly</DebugType>
162
    <PlatformTarget>x64</PlatformTarget>
163
    <CodeAnalysisLogFile>bin\Release\Pithos.Interfaces.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
164
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
165
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
166
    <ErrorReport>prompt</ErrorReport>
167
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
168
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
169
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
170
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
171
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
172
    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
173
  </PropertyGroup>
174
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|x64'">
175
    <DebugSymbols>true</DebugSymbols>
176
    <OutputPath>bin\x64\Test\</OutputPath>
177
    <DefineConstants>DEBUG;TRACE</DefineConstants>
178
    <DebugType>full</DebugType>
179
    <PlatformTarget>x64</PlatformTarget>
180
    <CodeAnalysisLogFile>bin\Debug\Pithos.Interfaces.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
181
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
182
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
183
    <ErrorReport>prompt</ErrorReport>
184
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
185
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
186
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
187
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
188
  </PropertyGroup>
189
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|x64'">
190
    <DebugSymbols>true</DebugSymbols>
191
    <OutputPath>bin\x64\Premium Debug\</OutputPath>
192
    <DefineConstants>DEBUG;TRACE</DefineConstants>
193
    <DebugType>full</DebugType>
194
    <PlatformTarget>x64</PlatformTarget>
195
    <CodeAnalysisLogFile>bin\Debug\Pithos.Interfaces.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
196
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
197
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
198
    <ErrorReport>prompt</ErrorReport>
199
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
200
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
201
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
202
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
203
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
204
    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
205
  </PropertyGroup>
206
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug All|x64'">
207
    <DebugSymbols>true</DebugSymbols>
208
    <OutputPath>bin\x64\Debug All\</OutputPath>
209
    <DefineConstants>DEBUG;TRACE</DefineConstants>
210
    <DebugType>full</DebugType>
211
    <PlatformTarget>x64</PlatformTarget>
212
    <CodeAnalysisLogFile>bin\Debug\Pithos.Interfaces.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
213
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
214
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
215
    <ErrorReport>prompt</ErrorReport>
216
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
217
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
218
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
219
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
220
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
221
  </PropertyGroup>
222
  <ItemGroup>
223
    <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
224
      <SpecificVersion>False</SpecificVersion>
225
      <HintPath>..\packages\Newtonsoft.Json.4.5.10\lib\net40\Newtonsoft.Json.dll</HintPath>
226
    </Reference>
227
    <Reference Include="System" />
228
    <Reference Include="System.Core" />
229
    <Reference Include="System.Runtime.Serialization" />
230
    <Reference Include="System.Xml.Linq" />
231
    <Reference Include="System.Data.DataSetExtensions" />
232
    <Reference Include="Microsoft.CSharp" />
233
    <Reference Include="System.Data" />
234
    <Reference Include="System.Xml" />
235
  </ItemGroup>
236
  <ItemGroup>
237
    <Compile Include="..\CommonAssemblyVersion.cs">
238
      <Link>AssemblyVersion.cs</Link>
239
    </Compile>
240
    <Compile Include="AccountSettings.cs" />
241
    <Compile Include="FileInfoExtensions.cs" />
242
    <Compile Include="FolderConstants.cs" />
243
    <Compile Include="HttpExtensions.cs" />
244
    <Compile Include="IPithosSettings.cs" />
245
    <Compile Include="IStatusChecker.cs" />
246
    <Compile Include="PermissionConverter.cs" />
247
    <Compile Include="PithosDateTimeConverter.cs">
248
      <SubType>Code</SubType>
249
    </Compile>
250
    <Compile Include="KnownExtensions.cs" />
251
    <Compile Include="ObjectInfo.cs" />
252
    <Compile Include="PithosSettingsData.cs" />
253
    <Compile Include="Properties\AssemblyInfo.cs" />
254
    <Compile Include="Properties\Settings.Designer.cs">
255
      <AutoGen>True</AutoGen>
256
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
257
      <DependentUpon>Settings.settings</DependentUpon>
258
    </Compile>
259
  </ItemGroup>
260
  <ItemGroup>
261
    <None Include="..\Pithos.licenseheader">
262
      <Link>Pithos.licenseheader</Link>
263
    </None>
264
    <None Include="app.config" />
265
    <None Include="packages.config" />
266
    <None Include="pithos.snk" />
267
    <None Include="Properties\Settings.settings">
268
      <Generator>SettingsSingleFileGenerator</Generator>
269
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
270
    </None>
271
  </ItemGroup>
272
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
273
  <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
274
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
275
       Other similar extension points exist, see Microsoft.Common.targets.
276
  <Target Name="BeforeBuild">
277
  </Target>
278
  <Target Name="AfterBuild">
279
  </Target>
280
  -->
281
</Project>