comparison SSRS/SSRS.Services.DTO/SSRS.Services.DTO.csproj @ 113:954f66bb8dbf

Portable library added for DTO
author adminsh@apollo
date Sat, 19 May 2012 16:21:07 +0100
parents b9d5f934cb21
children 4de4e7829319
comparison
equal deleted inserted replaced
112:b9d5f934cb21 113:954f66bb8dbf
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup> 4 <PropertyGroup>
5 <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion> 5 <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <ProjectGuid>{42B88F74-5B24-4F7A-9409-F9FD30F99C7C}</ProjectGuid> 8 <ProjectGuid>{29663C66-DB7C-4704-8BF8-52B3BCFABC19}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>SSRS.Services.DTO</RootNamespace> 11 <RootNamespace>SSRS.Services.DTO</RootNamespace>
12 <AssemblyName>SSRS.Services.DTO</AssemblyName> 12 <AssemblyName>SSRS.Services.DTO</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>Profile3</TargetFrameworkProfile> 14 <TargetFrameworkProfile>Profile3</TargetFrameworkProfile>
15 <FileAlignment>512</FileAlignment> 15 <FileAlignment>512</FileAlignment>
16 <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 16 <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
18 <RestorePackages>true</RestorePackages>
19 </PropertyGroup> 17 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols> 19 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType> 20 <DebugType>full</DebugType>
23 <Optimize>false</Optimize> 21 <Optimize>false</Optimize>
33 <DefineConstants>TRACE</DefineConstants> 31 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport> 32 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel> 33 <WarningLevel>4</WarningLevel>
36 </PropertyGroup> 34 </PropertyGroup>
37 <ItemGroup> 35 <ItemGroup>
36 <!-- A reference to the entire .NET Framework is automatically included -->
37 </ItemGroup>
38 <ItemGroup>
39 <Compile Include="Parameter.cs" />
40 <Compile Include="Properties\AssemblyInfo.cs" />
38 <Compile Include="ReportExecutionRequest.cs" /> 41 <Compile Include="ReportExecutionRequest.cs" />
39 <Compile Include="ReportExecutionResponse.cs" /> 42 <Compile Include="ReportExecutionResponse.cs" />
40 <Compile Include="Parameter.cs" />
41 <Compile Include="Properties\AssemblyInfo.cs" />
42 <Compile Include="ReportInfo.cs" /> 43 <Compile Include="ReportInfo.cs" />
43 <Compile Include="ReportsRequest.cs" /> 44 <Compile Include="ReportsRequest.cs" />
44 <Compile Include="ReportsResponse.cs" /> 45 <Compile Include="ReportsResponse.cs" />
45 <Compile Include="RestServiceAttribute.cs" />
46 </ItemGroup>
47 <ItemGroup>
48 <Reference Include="System" />
49 <Reference Include="System.Runtime.Serialization" />
50 <Reference Include="System.ServiceModel" />
51 <Reference Include="System.Xml.Serialization" />
52 </ItemGroup> 46 </ItemGroup>
53 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> 47 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
54 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
55 <!-- 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.
56 Other similar extension points exist, see Microsoft.Common.targets. 49 Other similar extension points exist, see Microsoft.Common.targets.
57 <Target Name="BeforeBuild"> 50 <Target Name="BeforeBuild">
58 </Target> 51 </Target>
59 <Target Name="AfterBuild"> 52 <Target Name="AfterBuild">