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

Initial upload
author adminsh@apollo
date Sat, 19 May 2012 16:09:07 +0100
parents
children e51a6af1c98d
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>{06D1C29B-9BAC-4784-92F6-0DF91F192B6B}</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.UnitTests</RootNamespace>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
12 <AssemblyName>SSRS.Services.UnitTests</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.Interfaces">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
40 <HintPath>..\packages\ServiceStack.Common.3.7.4\lib\net35\ServiceStack.Interfaces.dll</HintPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
41 </Reference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
42 <Reference Include="ServiceStack.ServiceInterface">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
43 <HintPath>..\packages\ServiceStack.3.7.4\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
44 </Reference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
45 <Reference Include="System" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
46 <Reference Include="System.Core" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
47 </ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
48 <ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
49 <Compile Include="Properties\AssemblyInfo.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
50 <Compile Include="ReportExecutionFixture.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
51 <Compile Include="ReportsServiceFixture.cs" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
52 </ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
53 <ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
54 <None Include="app.config" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
55 <None Include="packages.config" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
56 </ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
57 <ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
58 <ProjectReference Include="..\SSRS.Services\SSRS.Services.csproj">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
59 <Project>{647369D2-B163-45B7-8E40-BBADEC2F30F7}</Project>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
60 <Name>SSRS.Services</Name>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
61 </ProjectReference>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
62 </ItemGroup>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
63 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
64 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
65 <!-- 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
66 Other similar extension points exist, see Microsoft.Common.targets.
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
67 <Target Name="BeforeBuild">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
68 </Target>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
69 <Target Name="AfterBuild">
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
70 </Target>
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
71 -->
b9d5f934cb21 Initial upload
adminsh@apollo
parents:
diff changeset
72 </Project>