comparison 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
comparison
equal deleted inserted replaced
114:e51a6af1c98d 115:4de4e7829319
31 <DefineConstants>TRACE</DefineConstants> 31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport> 32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel> 33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup> 34 </PropertyGroup>
35 <ItemGroup> 35 <ItemGroup>
36 <!-- A reference to the entire .NET Framework is automatically included -->
37 </ItemGroup>
38 <ItemGroup>
39 <Compile Include="Parameter.cs" /> 36 <Compile Include="Parameter.cs" />
40 <Compile Include="Properties\AssemblyInfo.cs" /> 37 <Compile Include="Properties\AssemblyInfo.cs" />
41 <Compile Include="ReportExecutionRequest.cs" /> 38 <Compile Include="ReportExecutionRequest.cs" />
42 <Compile Include="ReportExecutionResponse.cs" /> 39 <Compile Include="ReportExecutionResponse.cs" />
43 <Compile Include="ReportInfo.cs" /> 40 <Compile Include="ReportInfo.cs" />
44 <Compile Include="ReportsRequest.cs" /> 41 <Compile Include="ReportsRequest.cs" />
45 <Compile Include="ReportsResponse.cs" /> 42 <Compile Include="ReportsResponse.cs" />
43 </ItemGroup>
44 <ItemGroup>
45 <Reference Include="System" />
46 </ItemGroup> 46 </ItemGroup>
47 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> 47 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
48 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 48 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
49 Other similar extension points exist, see Microsoft.Common.targets. 49 Other similar extension points exist, see Microsoft.Common.targets.
50 <Target Name="BeforeBuild"> 50 <Target Name="BeforeBuild">