Mercurial > silverbladetech
annotate Stocks/Stocks.Service.Tests.Unit/Stocks.Service.Tests.Unit.csproj @ 121:8f94475d3146 tip
final code
author | stevenh7776 |
---|---|
date | Thu, 31 May 2012 15:35:26 +0100 |
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>{BCD70D2B-2E46-438F-9E6C-C4D0797CDE9A}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Stocks.Service.Tests.Unit</RootNamespace> | |
12 <AssemblyName>Stocks.Service.Tests.Unit</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="Moq"> | |
38 <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath> | |
39 </Reference> | |
40 <Reference Include="System" /> | |
41 <Reference Include="System.Core" /> | |
42 <Reference Include="System.Xml.Linq" /> | |
43 <Reference Include="System.Data.DataSetExtensions" /> | |
44 <Reference Include="Microsoft.CSharp" /> | |
45 <Reference Include="System.Data" /> | |
46 <Reference Include="System.Xml" /> | |
47 <Reference Include="xunit"> | |
48 <HintPath>..\packages\xunit.1.9.0.1566\lib\xunit.dll</HintPath> | |
49 </Reference> | |
50 <Reference Include="xunit.extensions"> | |
51 <HintPath>..\packages\xunit.extensions.1.9.0.1566\lib\xunit.extensions.dll</HintPath> | |
52 </Reference> | |
53 </ItemGroup> | |
54 <ItemGroup> | |
55 <Compile Include="Properties\AssemblyInfo.cs" /> | |
56 <Compile Include="StockServiceTests.cs" /> | |
57 </ItemGroup> | |
58 <ItemGroup> | |
59 <Content Include="NLog.config"> | |
60 <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
61 </Content> | |
62 <None Include="packages.config" /> | |
63 </ItemGroup> | |
64 <ItemGroup> | |
65 <ProjectReference Include="..\Stocks.Common\Stocks.Common.csproj"> | |
66 <Project>{25E11240-B82C-43D5-97C4-00FB0C445556}</Project> | |
67 <Name>Stocks.Common</Name> | |
68 </ProjectReference> | |
69 <ProjectReference Include="..\Stocks.Service\Stocks.Service.csproj"> | |
70 <Project>{2B092DD3-DE4A-4D12-9EDF-0090439C38DB}</Project> | |
71 <Name>Stocks.Service</Name> | |
72 </ProjectReference> | |
73 </ItemGroup> | |
74 <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
|
75 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> |
0 | 76 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
77 Other similar extension points exist, see Microsoft.Common.targets. | |
78 <Target Name="BeforeBuild"> | |
79 </Target> | |
80 <Target Name="AfterBuild"> | |
81 </Target> | |
82 --> | |
83 </Project> |