Extracet the job queue functionality to JobQueue.cs
[pithos-ms-client] / trunk / Pithos.Core / Pithos.Core.csproj
index 88acfe1..1f1ea99 100644 (file)
@@ -13,6 +13,7 @@
     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <CodeContractsAssemblyMode>1</CodeContractsAssemblyMode>
+    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
   <ItemGroup>
     <Compile Include="FileState.cs" />
     <Compile Include="IStatusService.cs" />
+    <Compile Include="JobQueue.cs" />
     <Compile Include="Signature.cs" />
     <Compile Include="StatusKeeper.cs" />
     <Compile Include="IPithosWorkflow.cs" />