comparison SSRS/SSRS.Services.WebTests/SSRS.Services.WebTests.csproj @ 112:b9d5f934cb21

Initial upload
author adminsh@apollo
date Sat, 19 May 2012 16:09:07 +0100
parents
children e51a6af1c98d
comparison
equal deleted inserted replaced
111:6cb8cd05ad6b 112:b9d5f934cb21
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{40836A5F-C6F7-4CEF-9638-5C36F8D04789}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>SSRS.Services.WebTests</RootNamespace>
12 <AssemblyName>SSRS.Services.WebTests</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
16 <RestorePackages>true</RestorePackages>
17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>bin\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup>
35 <ItemGroup>
36 <Reference Include="nunit.framework">
37 <HintPath>..\packages\NUnit.2.6.0.12054\lib\nunit.framework.dll</HintPath>
38 </Reference>
39 <Reference Include="ServiceStack.Common">
40 <HintPath>..\packages\ServiceStack.Common.3.7.4\lib\net35\ServiceStack.Common.dll</HintPath>
41 </Reference>
42 <Reference Include="ServiceStack.Interfaces">
43 <HintPath>..\packages\ServiceStack.Common.3.7.4\lib\net35\ServiceStack.Interfaces.dll</HintPath>
44 </Reference>
45 <Reference Include="ServiceStack.Text">
46 <HintPath>..\packages\ServiceStack.Text.3.7.6\lib\net35\ServiceStack.Text.dll</HintPath>
47 </Reference>
48 <Reference Include="System" />
49 <Reference Include="System.Core" />
50 <Reference Include="System.Xml.Linq" />
51 <Reference Include="System.Data.DataSetExtensions" />
52 <Reference Include="Microsoft.CSharp" />
53 <Reference Include="System.Data" />
54 <Reference Include="System.Xml" />
55 </ItemGroup>
56 <ItemGroup>
57 <Compile Include="ReportsServiceFixture.cs" />
58 <Compile Include="Properties\AssemblyInfo.cs" />
59 </ItemGroup>
60 <ItemGroup>
61 <None Include="packages.config" />
62 </ItemGroup>
63 <ItemGroup>
64 <ProjectReference Include="..\SSRS.Services\SSRS.Services.csproj">
65 <Project>{647369D2-B163-45B7-8E40-BBADEC2F30F7}</Project>
66 <Name>SSRS.Services</Name>
67 </ProjectReference>
68 </ItemGroup>
69 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
71 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
72 Other similar extension points exist, see Microsoft.Common.targets.
73 <Target Name="BeforeBuild">
74 </Target>
75 <Target Name="AfterBuild">
76 </Target>
77 -->
78 </Project>