Added json serialization of permissions in PermissionConverter.cs
[pithos-ms-client] / trunk / Pithos.Network.Test / Pithos.Network.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>{E027200B-C26A-4877-BFD9-1A18CF5DF2F4}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Pithos.Network.Test</RootNamespace>
12     <AssemblyName>Pithos.Network.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.Network.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     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
46   </PropertyGroup>
47   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
48     <DebugSymbols>true</DebugSymbols>
49     <OutputPath>bin\Premium Debug\</OutputPath>
50     <DefineConstants>DEBUG;TRACE</DefineConstants>
51     <DebugType>full</DebugType>
52     <PlatformTarget>AnyCPU</PlatformTarget>
53     <CodeAnalysisLogFile>bin\Debug\Pithos.Network.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
54     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
55     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
56     <ErrorReport>prompt</ErrorReport>
57     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
58     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
59     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
60     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
61     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
62   </PropertyGroup>
63   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug All|AnyCPU'">
64     <DebugSymbols>true</DebugSymbols>
65     <OutputPath>bin\Debug All\</OutputPath>
66     <DefineConstants>DEBUG;TRACE</DefineConstants>
67     <DebugType>full</DebugType>
68     <PlatformTarget>AnyCPU</PlatformTarget>
69     <CodeAnalysisLogFile>bin\Debug\Pithos.Network.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
70     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
71     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
72     <ErrorReport>prompt</ErrorReport>
73     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
74     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
75     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
76   </PropertyGroup>
77   <ItemGroup>
78     <Reference Include="Newtonsoft.Json, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b9a188c8922137c6, processorArchitecture=MSIL">
79       <SpecificVersion>False</SpecificVersion>
80       <HintPath>..\Pithos.Network\bin\Debug\Newtonsoft.Json.dll</HintPath>
81     </Reference>
82     <Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
83       <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
84     </Reference>
85     <Reference Include="nunit.mocks">
86       <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
87     </Reference>
88     <Reference Include="pnunit.framework">
89       <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
90     </Reference>
91     <Reference Include="System" />
92     <Reference Include="System.Core" />
93     <Reference Include="System.Xml.Linq" />
94     <Reference Include="System.Data.DataSetExtensions" />
95     <Reference Include="Microsoft.CSharp" />
96     <Reference Include="System.Data" />
97     <Reference Include="System.Xml" />
98   </ItemGroup>
99   <ItemGroup>
100     <Compile Include="ChecksumTest.cs" />
101     <Compile Include="CloudFilesClientTest.cs" />
102     <Compile Include="FolderTests.cs" />
103     <Compile Include="NetworkOpsTest.cs" />
104     <Compile Include="ObjectInfoTest.cs" />
105     <Compile Include="Properties\AssemblyInfo.cs" />
106     <Compile Include="SignatureTest.cs" />
107   </ItemGroup>
108   <ItemGroup>
109     <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
110       <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
111       <Name>Pithos.Interfaces</Name>
112     </ProjectReference>
113     <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
114       <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
115       <Name>Pithos.Network</Name>
116     </ProjectReference>
117   </ItemGroup>
118   <ItemGroup>
119     <None Include="devguide.pdf">
120       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
121     </None>
122     <None Include="packages.config" />
123   </ItemGroup>
124   <ItemGroup>
125     <None Include="test.txt">
126       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
127     </None>
128   </ItemGroup>
129   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
130   <PropertyGroup>
131     <PostBuildEvent>
132     </PostBuildEvent>
133   </PropertyGroup>
134   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
135        Other similar extension points exist, see Microsoft.Common.targets.
136   <Target Name="BeforeBuild">
137   </Target>
138   <Target Name="AfterBuild">
139   </Target>
140   -->
141 </Project>