190f7cd38a3cc933ccb2be8f6bb0c8cadbed155a
[pithos-ms-client] / trunk / Pithos.Core.Test / Pithos.Core.Test.csproj
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>{F9AF3E97-BCB7-46B7-8014-7FC858AEE9BA}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Pithos.Core.Test</RootNamespace>
12     <AssemblyName>Pithos.Core.Test</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <CodeContractsAssemblyMode>0</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>False</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>False</CodeContractsShowSquigglies>
38     <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
39     <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
40     <CodeContractsCustomRewriterAssembly />
41     <CodeContractsCustomRewriterClass />
42     <CodeContractsLibPaths />
43     <CodeContractsExtraRewriteOptions />
44     <CodeContractsExtraAnalysisOptions />
45     <CodeContractsBaseLineFile />
46     <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
47     <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
48     <CodeContractsReferenceAssembly>%28none%29</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 Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
60     <DebugSymbols>true</DebugSymbols>
61     <OutputPath>bin\Test\</OutputPath>
62     <DefineConstants>DEBUG;TRACE</DefineConstants>
63     <DebugType>full</DebugType>
64     <PlatformTarget>AnyCPU</PlatformTarget>
65     <CodeAnalysisLogFile>bin\Debug\Pithos.Core.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
66     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
67     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
68     <ErrorReport>prompt</ErrorReport>
69     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
70     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
71     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
72   </PropertyGroup>
73   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
74     <DebugSymbols>true</DebugSymbols>
75     <OutputPath>bin\Premium Debug\</OutputPath>
76     <DefineConstants>DEBUG;TRACE</DefineConstants>
77     <DebugType>full</DebugType>
78     <PlatformTarget>AnyCPU</PlatformTarget>
79     <CodeAnalysisLogFile>bin\Debug\Pithos.Core.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
80     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
81     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
82     <ErrorReport>prompt</ErrorReport>
83     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
84     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
85     <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
86     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
87     <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
88   </PropertyGroup>
89   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug All|AnyCPU'">
90     <DebugSymbols>true</DebugSymbols>
91     <OutputPath>bin\Debug All\</OutputPath>
92     <DefineConstants>DEBUG;TRACE</DefineConstants>
93     <DebugType>full</DebugType>
94     <PlatformTarget>AnyCPU</PlatformTarget>
95     <CodeAnalysisLogFile>bin\Debug\Pithos.Core.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
96     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
97     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
98     <ErrorReport>prompt</ErrorReport>
99     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
100     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
101     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
102   </PropertyGroup>
103   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
104     <DebugSymbols>true</DebugSymbols>
105     <OutputPath>bin\x64\Debug\</OutputPath>
106     <DefineConstants>DEBUG;TRACE</DefineConstants>
107     <DebugType>full</DebugType>
108     <PlatformTarget>x64</PlatformTarget>
109     <CodeAnalysisLogFile>bin\Debug\Pithos.Core.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
110     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
111     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
112     <ErrorReport>prompt</ErrorReport>
113     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
114     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
115     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
116   </PropertyGroup>
117   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
118     <OutputPath>bin\x64\Release\</OutputPath>
119     <DefineConstants>TRACE</DefineConstants>
120     <Optimize>true</Optimize>
121     <DebugType>pdbonly</DebugType>
122     <PlatformTarget>x64</PlatformTarget>
123     <CodeAnalysisLogFile>bin\Release\Pithos.Core.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
124     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
125     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
126     <ErrorReport>prompt</ErrorReport>
127     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
128     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
129     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
130     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
131     <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
132   </PropertyGroup>
133   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|x64'">
134     <DebugSymbols>true</DebugSymbols>
135     <OutputPath>bin\x64\Test\</OutputPath>
136     <DefineConstants>DEBUG;TRACE</DefineConstants>
137     <DebugType>full</DebugType>
138     <PlatformTarget>x64</PlatformTarget>
139     <CodeAnalysisLogFile>bin\Debug\Pithos.Core.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
140     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
141     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
142     <ErrorReport>prompt</ErrorReport>
143     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
144     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
145     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
146   </PropertyGroup>
147   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|x64'">
148     <DebugSymbols>true</DebugSymbols>
149     <OutputPath>bin\x64\Premium Debug\</OutputPath>
150     <DefineConstants>DEBUG;TRACE</DefineConstants>
151     <DebugType>full</DebugType>
152     <PlatformTarget>x64</PlatformTarget>
153     <CodeAnalysisLogFile>bin\Debug\Pithos.Core.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
154     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
155     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
156     <ErrorReport>prompt</ErrorReport>
157     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
158     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
159     <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
160     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
161     <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
162     <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
163   </PropertyGroup>
164   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug All|x64'">
165     <DebugSymbols>true</DebugSymbols>
166     <OutputPath>bin\x64\Debug All\</OutputPath>
167     <DefineConstants>DEBUG;TRACE</DefineConstants>
168     <DebugType>full</DebugType>
169     <PlatformTarget>x64</PlatformTarget>
170     <CodeAnalysisLogFile>bin\Debug\Pithos.Core.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
171     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
172     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
173     <ErrorReport>prompt</ErrorReport>
174     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
175     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
176     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
177   </PropertyGroup>
178   <ItemGroup>
179     <Reference Include="AsyncCtpLibrary">
180       <HintPath>..\Libraries\AsyncCtpLibrary.dll</HintPath>
181     </Reference>
182     <Reference Include="Castle.ActiveRecord, Version=3.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
183     <Reference Include="Castle.Core">
184       <HintPath>..\Libraries\Castle.Core.dll</HintPath>
185     </Reference>
186     <Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
187       <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
188     </Reference>
189     <Reference Include="nunit.mocks">
190       <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
191     </Reference>
192     <Reference Include="pnunit.framework">
193       <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
194     </Reference>
195     <Reference Include="System" />
196     <Reference Include="System.Core" />
197     <Reference Include="System.Xml.Linq" />
198     <Reference Include="System.Data.DataSetExtensions" />
199     <Reference Include="Microsoft.CSharp" />
200     <Reference Include="System.Data" />
201     <Reference Include="System.Xml" />
202   </ItemGroup>
203   <ItemGroup>
204     <Compile Include="EnumerableExtensionsTest.cs" />
205     <Compile Include="NetworkAgentTest.cs" />
206     <Compile Include="PithosWorkflowTest.cs" />
207     <Compile Include="Properties\AssemblyInfo.cs" />
208     <Compile Include="StatusCheckerTest.cs" />
209     <Compile Include="MockSettings.cs" />
210     <Compile Include="MockStatusKeeper.cs" />
211     <Compile Include="WorkflowFileStatusTest.cs" />
212   </ItemGroup>
213   <ItemGroup>
214     <ProjectReference Include="..\Libraries\Json40r2\Source\Src\Newtonsoft.Json\Newtonsoft.Json.csproj">
215       <Project>{A9AE40FF-1A21-414A-9FE7-3BE13644CC6D}</Project>
216       <Name>Newtonsoft.Json</Name>
217     </ProjectReference>
218     <ProjectReference Include="..\Libraries\ParallelExtensionsExtras\ParallelExtensionsExtras.csproj">
219       <Project>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</Project>
220       <Name>ParallelExtensionsExtras</Name>
221     </ProjectReference>
222     <ProjectReference Include="..\Pithos.Core\Pithos.Core.csproj">
223       <Project>{142AF135-DF30-4563-B0AC-B604235AE874}</Project>
224       <Name>Pithos.Core</Name>
225     </ProjectReference>
226     <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
227       <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
228       <Name>Pithos.Interfaces</Name>
229     </ProjectReference>
230     <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
231       <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
232       <Name>Pithos.Network</Name>
233     </ProjectReference>
234   </ItemGroup>
235   <ItemGroup>
236     <None Include="packages.config" />
237   </ItemGroup>
238   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
239   <PropertyGroup>
240     <PostBuildEvent>
241     </PostBuildEvent>
242   </PropertyGroup>
243   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
244        Other similar extension points exist, see Microsoft.Common.targets.
245   <Target Name="BeforeBuild">
246   </Target>
247   <Target Name="AfterBuild">
248   </Target>
249   -->
250 </Project>