112
|
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>
|
114
|
64 <ProjectReference Include="..\SSRS.Services.DTO\SSRS.Services.DTO.csproj">
|
|
65 <Project>{29663C66-DB7C-4704-8BF8-52B3BCFABC19}</Project>
|
|
66 <Name>SSRS.Services.DTO</Name>
|
|
67 </ProjectReference>
|
112
|
68 <ProjectReference Include="..\SSRS.Services\SSRS.Services.csproj">
|
|
69 <Project>{647369D2-B163-45B7-8E40-BBADEC2F30F7}</Project>
|
|
70 <Name>SSRS.Services</Name>
|
|
71 </ProjectReference>
|
|
72 </ItemGroup>
|
|
73 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
74 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
|
75 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
76 Other similar extension points exist, see Microsoft.Common.targets.
|
|
77 <Target Name="BeforeBuild">
|
|
78 </Target>
|
|
79 <Target Name="AfterBuild">
|
|
80 </Target>
|
|
81 -->
|
|
82 </Project> |