annotate SSRS/SSRS.Tests/SSRS.Tests.csproj @ 121:8f94475d3146 tip

final code
author stevenh7776
date Thu, 31 May 2012 15:35:26 +0100
parents b9d5f934cb21
children
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 <PropertyGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
6 <ProductVersion>8.0.30703</ProductVersion>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
7 <SchemaVersion>2.0</SchemaVersion>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
8 <ProjectGuid>{D4E6ADE4-9AEE-4201-82B0-890BD4749721}</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.Tests</RootNamespace>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
12 <AssemblyName>SSRS.Tests</AssemblyName>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
14 <FileAlignment>512</FileAlignment>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
15 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
16 <RestorePackages>true</RestorePackages>
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>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
36 <Reference Include="nunit.framework">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
37 <HintPath>..\packages\NUnit.2.6.0.12054\lib\nunit.framework.dll</HintPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
38 </Reference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
39 <Reference Include="ServiceStack">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
40 <HintPath>..\packages\ServiceStack.3.7.4\lib\net35\ServiceStack.dll</HintPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
41 </Reference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
42 <Reference Include="ServiceStack.Common">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
43 <HintPath>..\packages\ServiceStack.Common.3.7.4\lib\net35\ServiceStack.Common.dll</HintPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
44 </Reference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
45 <Reference Include="ServiceStack.Interfaces">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
46 <HintPath>..\packages\ServiceStack.Common.3.7.4\lib\net35\ServiceStack.Interfaces.dll</HintPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
47 </Reference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
48 <Reference Include="ServiceStack.OrmLite">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
49 <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.7.6\lib\ServiceStack.OrmLite.dll</HintPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
50 </Reference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
51 <Reference Include="ServiceStack.OrmLite.SqlServer">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
52 <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.7.6\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
53 </Reference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
54 <Reference Include="ServiceStack.RazorEngine">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
55 <HintPath>..\packages\ServiceStack.3.7.4\lib\net35\ServiceStack.RazorEngine.dll</HintPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
56 </Reference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
57 <Reference Include="ServiceStack.Redis">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
58 <HintPath>..\packages\ServiceStack.Redis.3.7.4\lib\net35\ServiceStack.Redis.dll</HintPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
59 </Reference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
60 <Reference Include="ServiceStack.ServiceInterface">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
61 <HintPath>..\packages\ServiceStack.3.7.4\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
62 </Reference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
63 <Reference Include="ServiceStack.Text">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
64 <HintPath>..\packages\ServiceStack.Text.3.7.6\lib\net35\ServiceStack.Text.dll</HintPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
65 </Reference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
66 <Reference Include="System" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
67 <Reference Include="System.Core" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
68 <Reference Include="System.Xml.Linq" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
69 <Reference Include="System.Data.DataSetExtensions" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
70 <Reference Include="Microsoft.CSharp" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
71 <Reference Include="System.Data" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
72 <Reference Include="System.Xml" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
73 </ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
74 <ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
75 <Compile Include="ReportExecutionFixture.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
76 <Compile Include="ReportsServiceFixture.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
77 <Compile Include="Properties\AssemblyInfo.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
78 </ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
79 <ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
80 <None Include="app.config" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
81 <None Include="packages.config" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
82 </ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
83 <ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
84 <ProjectReference Include="..\SSRS.Services.DTO\SSRS.Services.DTO.csproj">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
85 <Project>{42B88F74-5B24-4F7A-9409-F9FD30F99C7C}</Project>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
86 <Name>SSRS.Services.DTO</Name>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
87 </ProjectReference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
88 <ProjectReference Include="..\SSRS.Services\SSRS.Services.csproj">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
89 <Project>{647369D2-B163-45B7-8E40-BBADEC2F30F7}</Project>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
90 <Name>SSRS.Services</Name>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
91 </ProjectReference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
92 </ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
93 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
94 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
95 <!-- 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
96 Other similar extension points exist, see Microsoft.Common.targets.
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
97 <Target Name="BeforeBuild">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
98 </Target>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
99 <Target Name="AfterBuild">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
100 </Target>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
101 -->
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
102 </Project>