diff SSRS/SSRS.Services.DTO/SSRS.Services.DTO.csproj @ 115:4de4e7829319

Working code, need to tidy up layout
author stevenh7776
date Sun, 20 May 2012 15:50:37 +0100
parents 954f66bb8dbf
children
line wrap: on
line diff
--- a/SSRS/SSRS.Services.DTO/SSRS.Services.DTO.csproj	Sat May 19 16:53:34 2012 +0100
+++ b/SSRS/SSRS.Services.DTO/SSRS.Services.DTO.csproj	Sun May 20 15:50:37 2012 +0100
@@ -33,9 +33,6 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <ItemGroup>
-    <!-- A reference to the entire .NET Framework is automatically included -->
-  </ItemGroup>
-  <ItemGroup>
     <Compile Include="Parameter.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="ReportExecutionRequest.cs" />
@@ -44,6 +41,9 @@
     <Compile Include="ReportsRequest.cs" />
     <Compile Include="ReportsResponse.cs" />
   </ItemGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+  </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.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.