annotate SSRS/SSRS.Services.DTO/SSRS.Services.DTO.csproj @ 112:b9d5f934cb21

Initial upload
author adminsh@apollo
date Sat, 19 May 2012 16:09:07 +0100
parents
children 954f66bb8dbf
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>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
8 <ProjectGuid>{42B88F74-5B24-4F7A-9409-F9FD30F99C7C}</ProjectGuid>
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 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
18 <RestorePackages>true</RestorePackages>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
19 </PropertyGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
21 <DebugSymbols>true</DebugSymbols>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
22 <DebugType>full</DebugType>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
23 <Optimize>false</Optimize>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
24 <OutputPath>bin\Debug\</OutputPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
25 <DefineConstants>DEBUG;TRACE</DefineConstants>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
26 <ErrorReport>prompt</ErrorReport>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
27 <WarningLevel>4</WarningLevel>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
28 </PropertyGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
30 <DebugType>pdbonly</DebugType>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
31 <Optimize>true</Optimize>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
32 <OutputPath>bin\Release\</OutputPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
33 <DefineConstants>TRACE</DefineConstants>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
34 <ErrorReport>prompt</ErrorReport>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
35 <WarningLevel>4</WarningLevel>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
36 </PropertyGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
37 <ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
38 <Compile Include="ReportExecutionRequest.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
39 <Compile Include="ReportExecutionResponse.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
40 <Compile Include="Parameter.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
41 <Compile Include="Properties\AssemblyInfo.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
42 <Compile Include="ReportInfo.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
43 <Compile Include="ReportsRequest.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
44 <Compile Include="ReportsResponse.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
45 <Compile Include="RestServiceAttribute.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
46 </ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
47 <ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
48 <Reference Include="System" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
49 <Reference Include="System.Runtime.Serialization" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
50 <Reference Include="System.ServiceModel" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
51 <Reference Include="System.Xml.Serialization" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
52 </ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
53 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
54 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
55 <!-- 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
56 Other similar extension points exist, see Microsoft.Common.targets.
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
57 <Target Name="BeforeBuild">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
58 </Target>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
59 <Target Name="AfterBuild">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
60 </Target>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
61 -->
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
62 </Project>