comparison SSRS/SSRS.Tests/SSRS.Tests.csproj @ 112:b9d5f934cb21

Initial upload
author adminsh@apollo
date Sat, 19 May 2012 16:09:07 +0100
parents
children
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>{D4E6ADE4-9AEE-4201-82B0-890BD4749721}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>SSRS.Tests</RootNamespace>
12 <AssemblyName>SSRS.Tests</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">
40 <HintPath>..\packages\ServiceStack.3.7.4\lib\net35\ServiceStack.dll</HintPath>
41 </Reference>
42 <Reference Include="ServiceStack.Common">
43 <HintPath>..\packages\ServiceStack.Common.3.7.4\lib\net35\ServiceStack.Common.dll</HintPath>
44 </Reference>
45 <Reference Include="ServiceStack.Interfaces">
46 <HintPath>..\packages\ServiceStack.Common.3.7.4\lib\net35\ServiceStack.Interfaces.dll</HintPath>
47 </Reference>
48 <Reference Include="ServiceStack.OrmLite">
49 <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.7.6\lib\ServiceStack.OrmLite.dll</HintPath>
50 </Reference>
51 <Reference Include="ServiceStack.OrmLite.SqlServer">
52 <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.7.6\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath>
53 </Reference>
54 <Reference Include="ServiceStack.RazorEngine">
55 <HintPath>..\packages\ServiceStack.3.7.4\lib\net35\ServiceStack.RazorEngine.dll</HintPath>
56 </Reference>
57 <Reference Include="ServiceStack.Redis">
58 <HintPath>..\packages\ServiceStack.Redis.3.7.4\lib\net35\ServiceStack.Redis.dll</HintPath>
59 </Reference>
60 <Reference Include="ServiceStack.ServiceInterface">
61 <HintPath>..\packages\ServiceStack.3.7.4\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
62 </Reference>
63 <Reference Include="ServiceStack.Text">
64 <HintPath>..\packages\ServiceStack.Text.3.7.6\lib\net35\ServiceStack.Text.dll</HintPath>
65 </Reference>
66 <Reference Include="System" />
67 <Reference Include="System.Core" />
68 <Reference Include="System.Xml.Linq" />
69 <Reference Include="System.Data.DataSetExtensions" />
70 <Reference Include="Microsoft.CSharp" />
71 <Reference Include="System.Data" />
72 <Reference Include="System.Xml" />
73 </ItemGroup>
74 <ItemGroup>
75 <Compile Include="ReportExecutionFixture.cs" />
76 <Compile Include="ReportsServiceFixture.cs" />
77 <Compile Include="Properties\AssemblyInfo.cs" />
78 </ItemGroup>
79 <ItemGroup>
80 <None Include="app.config" />
81 <None Include="packages.config" />
82 </ItemGroup>
83 <ItemGroup>
84 <ProjectReference Include="..\SSRS.Services.DTO\SSRS.Services.DTO.csproj">
85 <Project>{42B88F74-5B24-4F7A-9409-F9FD30F99C7C}</Project>
86 <Name>SSRS.Services.DTO</Name>
87 </ProjectReference>
88 <ProjectReference Include="..\SSRS.Services\SSRS.Services.csproj">
89 <Project>{647369D2-B163-45B7-8E40-BBADEC2F30F7}</Project>
90 <Name>SSRS.Services</Name>
91 </ProjectReference>
92 </ItemGroup>
93 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
94 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
95 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
96 Other similar extension points exist, see Microsoft.Common.targets.
97 <Target Name="BeforeBuild">
98 </Target>
99 <Target Name="AfterBuild">
100 </Target>
101 -->
102 </Project>