Mercurial > silverbladetech
annotate Stocks/Stocks.Service.Tests.Functional/Stocks.Service.Tests.Functional.csproj @ 13:87905693f506
SCC: TFS to HG
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 17:49:06 +0700 |
parents | c812bca7b1ac |
children |
rev | line source |
---|---|
0 | 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>{84ADAC3C-CFEE-4CB5-9E38-F0893F840DD0}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Stocks.Service.Tests.Functional</RootNamespace> | |
12 <AssemblyName>Stocks.Service.Tests.Functional</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 <FileAlignment>512</FileAlignment> | |
6
c812bca7b1ac
"Restore packages on build" enabled by Nuget 1.6
stevenh7776 stevenhollidge@hotmail.com
parents:
0
diff
changeset
|
15 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\Stocks\</SolutionDir> |
c812bca7b1ac
"Restore packages on build" enabled by Nuget 1.6
stevenh7776 stevenhollidge@hotmail.com
parents:
0
diff
changeset
|
16 <RestorePackages>true</RestorePackages> |
0 | 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> | |
6
c812bca7b1ac
"Restore packages on build" enabled by Nuget 1.6
stevenh7776 stevenhollidge@hotmail.com
parents:
0
diff
changeset
|
26 <RunCodeAnalysis>false</RunCodeAnalysis> |
0 | 27 </PropertyGroup> |
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
29 <DebugType>pdbonly</DebugType> | |
30 <Optimize>true</Optimize> | |
31 <OutputPath>bin\Release\</OutputPath> | |
32 <DefineConstants>TRACE</DefineConstants> | |
33 <ErrorReport>prompt</ErrorReport> | |
34 <WarningLevel>4</WarningLevel> | |
35 </PropertyGroup> | |
36 <ItemGroup> | |
37 <Reference Include="FluentAssertions"> | |
38 <HintPath>..\packages\FluentAssertions.1.7.0\Lib\net40\FluentAssertions.dll</HintPath> | |
39 </Reference> | |
40 <Reference Include="Machine.Specifications"> | |
41 <HintPath>..\packages\Machine.Specifications.0.5.3.0\lib\Machine.Specifications.dll</HintPath> | |
42 </Reference> | |
43 <Reference Include="Moq"> | |
44 <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath> | |
45 </Reference> | |
46 <Reference Include="System" /> | |
47 <Reference Include="System.Core" /> | |
48 <Reference Include="System.Xml.Linq" /> | |
49 <Reference Include="System.Data.DataSetExtensions" /> | |
50 <Reference Include="Microsoft.CSharp" /> | |
51 <Reference Include="System.Data" /> | |
52 <Reference Include="System.Xml" /> | |
53 </ItemGroup> | |
54 <ItemGroup> | |
55 <Compile Include="Properties\AssemblyInfo.cs" /> | |
56 </ItemGroup> | |
57 <ItemGroup> | |
58 <None Include="packages.config" /> | |
59 </ItemGroup> | |
60 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
6
c812bca7b1ac
"Restore packages on build" enabled by Nuget 1.6
stevenh7776 stevenhollidge@hotmail.com
parents:
0
diff
changeset
|
61 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> |
0 | 62 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
63 Other similar extension points exist, see Microsoft.Common.targets. | |
64 <Target Name="BeforeBuild"> | |
65 </Target> | |
66 <Target Name="AfterBuild"> | |
67 </Target> | |
68 --> | |
69 </Project> |