Revision 4d301e8e trunk/Pithos.Network/Pithos.Network.csproj

b/trunk/Pithos.Network/Pithos.Network.csproj
78 78
    <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
79 79
  </PropertyGroup>
80 80
  <ItemGroup>
81
    <Reference Include="Hammock.ClientProfile, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c148cfba29ed1a4d, processorArchitecture=MSIL">
82
      <HintPath>..\packages\Hammock.1.2.6\lib\net40-client\Hammock.ClientProfile.dll</HintPath>
83
    </Reference>
84 81
    <Reference Include="System" />
85 82
    <Reference Include="System.ComponentModel.Composition" />
86 83
    <Reference Include="System.Core" />
......
91 88
  </ItemGroup>
92 89
  <ItemGroup>
93 90
    <Compile Include="CloudFilesClient.cs" />
91
    <Compile Include="PithosClient.cs">
92
      <SubType>Component</SubType>
93
    </Compile>
94 94
    <Compile Include="Properties\AssemblyInfo.cs" />
95
    <Compile Include="TimeoutRetryCondition.cs" />
96 95
  </ItemGroup>
97 96
  <ItemGroup>
98 97
    <ProjectReference Include="..\Libraries\Json40r2\Source\Src\Newtonsoft.Json\Newtonsoft.Json.csproj">
......
109 108
    </ProjectReference>
110 109
  </ItemGroup>
111 110
  <ItemGroup>
112
    <None Include="packages.config" />
113 111
    <None Include="pithos.snk" />
114 112
  </ItemGroup>
115 113
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

Also available in: Unified diff