annotate 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
rev   line source
112
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
4 <PropertyGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
5 <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
113
954f66bb8dbf Portable library added for DTO
adminsh@apollo
parents: 112
diff changeset
8 <ProjectGuid>{29663C66-DB7C-4704-8BF8-52B3BCFABC19}</ProjectGuid>
112
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
9 <OutputType>Library</OutputType>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
10 <AppDesignerFolder>Properties</AppDesignerFolder>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
11 <RootNamespace>SSRS.Services.DTO</RootNamespace>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
12 <AssemblyName>SSRS.Services.DTO</AssemblyName>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
14 <TargetFrameworkProfile>Profile3</TargetFrameworkProfile>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
15 <FileAlignment>512</FileAlignment>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
16 <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
17 </PropertyGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
19 <DebugSymbols>true</DebugSymbols>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
20 <DebugType>full</DebugType>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
21 <Optimize>false</Optimize>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
22 <OutputPath>bin\Debug\</OutputPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
24 <ErrorReport>prompt</ErrorReport>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
25 <WarningLevel>4</WarningLevel>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
26 </PropertyGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
28 <DebugType>pdbonly</DebugType>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
29 <Optimize>true</Optimize>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
30 <OutputPath>bin\Release\</OutputPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
31 <DefineConstants>TRACE</DefineConstants>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
32 <ErrorReport>prompt</ErrorReport>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
33 <WarningLevel>4</WarningLevel>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
34 </PropertyGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
35 <ItemGroup>
113
954f66bb8dbf Portable library added for DTO
adminsh@apollo
parents: 112
diff changeset
36 <!-- A reference to the entire .NET Framework is automatically included -->
954f66bb8dbf Portable library added for DTO
adminsh@apollo
parents: 112
diff changeset
37 </ItemGroup>
954f66bb8dbf Portable library added for DTO
adminsh@apollo
parents: 112
diff changeset
38 <ItemGroup>
954f66bb8dbf Portable library added for DTO
adminsh@apollo
parents: 112
diff changeset
39 <Compile Include="Parameter.cs" />
954f66bb8dbf Portable library added for DTO
adminsh@apollo
parents: 112
diff changeset
40 <Compile Include="Properties\AssemblyInfo.cs" />
112
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
41 <Compile Include="ReportExecutionRequest.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
42 <Compile Include="ReportExecutionResponse.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
43 <Compile Include="ReportInfo.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
44 <Compile Include="ReportsRequest.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
45 <Compile Include="ReportsResponse.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
46 </ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
47 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
48 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
49 Other similar extension points exist, see Microsoft.Common.targets.
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
50 <Target Name="BeforeBuild">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
51 </Target>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
52 <Target Name="AfterBuild">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
53 </Target>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
54 -->
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
55 </Project>