Fixed wrong file offset check
[pithos-ms-client] / trunk / Pithos.Core / Pithos.Core.csproj
index b20d8b4..016ce3b 100644 (file)
     <CodeContractsArithmeticObligations>True</CodeContractsArithmeticObligations>
     <CodeContractsEnumObligations>True</CodeContractsEnumObligations>
     <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
-    <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
+    <CodeContractsRunInBackground>False</CodeContractsRunInBackground>
     <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
     <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
     <CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
     <Reference Include="System.Threading.Tasks.Dataflow">
       <HintPath>..\Libraries\System.Threading.Tasks.Dataflow.dll</HintPath>
     </Reference>
+    <Reference Include="System.Data.SQLite, Version=1.0.76.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
+      <SpecificVersion>True</SpecificVersion>
+      <HintPath>..\Libraries\32\System.Data.SQLite.dll</HintPath>
+    </Reference>
     <Reference Include="System.Xml.Linq" />
     <Reference Include="System.Data.DataSetExtensions" />
     <Reference Include="Microsoft.CSharp" />
     <Reference Include="System.Data" />
     <Reference Include="System.Xml" />
   </ItemGroup>
-  <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
-    <Reference Include="System.Data.SQLite, Version=1.0.76.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
-      <SpecificVersion>True</SpecificVersion>
-      <HintPath>..\Libraries\64\System.Data.SQLite.dll</HintPath>
-    </Reference>
-  </ItemGroup>
-  <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
-    <Reference Include="System.Data.SQLite, Version=1.0.76.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
-      <SpecificVersion>True</SpecificVersion>
-      <HintPath>..\Libraries\32\System.Data.SQLite.dll</HintPath>
-    </Reference>
-  </ItemGroup>
   <ItemGroup>
     <Compile Include="Agents\Agent.cs" />
     <Compile Include="Agents\AgentLocator.cs" />
+    <Compile Include="Agents\AsyncAutoResetEvent.cs" />
+    <Compile Include="Agents\AsyncCollection.cs" />
+    <Compile Include="Agents\AsyncManualResetEvent.cs" />
+    <Compile Include="Agents\AsyncSemaphore.cs" />
     <Compile Include="Agents\BlockUpdater.cs" />
     <Compile Include="Agents\CloudTransferAction.cs" />
     <Compile Include="Agents\CollectionExtensions.cs" />
+    <Compile Include="Agents\DeleteAgent.cs" />
     <Compile Include="Agents\FileAgent.cs" />
     <Compile Include="Agents\BlockExtensions.cs" />
+    <Compile Include="Agents\FileEventIdleBatch.cs" />
     <Compile Include="Agents\FileSystemWatcherAdapter.cs" />
+    <Compile Include="Agents\IdleBatch.cs" />
     <Compile Include="Agents\MovedEventArgs.cs" />
     <Compile Include="Agents\NetworkAgent.cs" />
+    <Compile Include="Agents\ObjectInfoComparer.cs" />
+    <Compile Include="Agents\PollAgent.cs" />
+    <Compile Include="Agents\SnapshotDifferencer.cs" />
     <Compile Include="Agents\WorkflowAgent.cs" />
     <Compile Include="DynamicDictionary.cs" />
     <Compile Include="EnumerableExtensions.cs" />
     <Compile Include="FileHashMap.cs" />
     <Compile Include="FileState.cs" />
+    <Compile Include="IStatusNotification.cs" />
     <Compile Include="IStatusService.cs" />
     <Compile Include="JobQueue.cs" />
+    <Compile Include="LocalFileComparer.cs" />
     <Compile Include="NetworkGate.cs" />
     <Compile Include="Agents\StatusAgent.cs" />
     <Compile Include="IPithosWorkflow.cs" />
     </ProjectReference>
   </ItemGroup>
   <ItemGroup>
+    <None Include="..\Pithos.licenseheader">
+      <Link>Pithos.licenseheader</Link>
+    </None>
     <None Include="packages.config">
       <SubType>Designer</SubType>
     </None>
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
+          Other similar extension points exist, see Microsoft.Common.targets.
   <Target Name="BeforeBuild">
   </Target>
   <Target Name="AfterBuild">