ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/AnywhereTS.DBSupport/AnywhereTS.DBSupport.csproj
(Generate patch)

Comparing trunk/AnywhereTS.DBSupport/AnywhereTS.DBSupport.csproj (file contents):
Revision 113 by william, Sat Jul 14 07:14:59 2012 UTC vs.
Revision 114 by william, Sat Jul 14 07:22:59 2012 UTC

--- trunk/AnywhereTS.DBSupport/AnywhereTS.DBSupport.csproj	2012/07/14 07:18:30	113
+++ trunk/AnywhereTS.DBSupport/AnywhereTS.DBSupport.csproj	2012/07/14 07:22:59	114
@@ -63,6 +63,7 @@
       <RequiredTargetFramework>3.5</RequiredTargetFramework>
     </Reference>
     <Reference Include="System.Data" />
+    <Reference Include="System.Data.Linq" />
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
@@ -84,12 +85,6 @@
     </None>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj">
-      <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project>
-      <Name>AnywhereTS.Logging</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup>
     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
       <Visible>False</Visible>
       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
@@ -106,6 +101,12 @@
       <Install>true</Install>
     </BootstrapperPackage>
   </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj">
+      <Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project>
+      <Name>AnywhereTS.Logging</Name>
+    </ProjectReference>
+  </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.