Mercurial > silverbladetech
annotate Stocks/Stocks.Common.Tests.Unit/Stocks.Common.Tests.Unit.csproj @ 12:6a0449185449
SCC changed from TFS to HG
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 17:47:35 +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>{71073218-673B-4E62-AC2B-0D6ECA775465}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Stocks.Common.Tests.Unit</RootNamespace> | |
12 <AssemblyName>Stocks.Common.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 <CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode> |
c812bca7b1ac
"Restore packages on build" enabled by Nuget 1.6
stevenh7776 stevenhollidge@hotmail.com
parents:
0
diff
changeset
|
27 <RunCodeAnalysis>false</RunCodeAnalysis> |
0 | 28 </PropertyGroup> |
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
30 <DebugType>pdbonly</DebugType> | |
31 <Optimize>true</Optimize> | |
32 <OutputPath>bin\Release\</OutputPath> | |
33 <DefineConstants>TRACE</DefineConstants> | |
34 <ErrorReport>prompt</ErrorReport> | |
35 <WarningLevel>4</WarningLevel> | |
36 </PropertyGroup> | |
37 <ItemGroup> | |
38 <Reference Include="System" /> | |
39 <Reference Include="System.Core" /> | |
40 <Reference Include="System.Xml.Linq" /> | |
41 <Reference Include="System.Data.DataSetExtensions" /> | |
42 <Reference Include="Microsoft.CSharp" /> | |
43 <Reference Include="System.Data" /> | |
44 <Reference Include="System.Xml" /> | |
45 <Reference Include="xunit"> | |
46 <HintPath>..\packages\xunit.1.9.0.1566\lib\xunit.dll</HintPath> | |
47 </Reference> | |
48 </ItemGroup> | |
49 <ItemGroup> | |
50 <Compile Include="Core\ExtensionMethodsTests.cs" /> | |
51 <Compile Include="Core\SerializerTests.cs" /> | |
52 <Compile Include="FactoryTests.cs" /> | |
53 <Compile Include="Models\PriceTests.cs" /> | |
54 <Compile Include="Properties\AssemblyInfo.cs" /> | |
55 </ItemGroup> | |
56 <ItemGroup> | |
57 <None Include="packages.config" /> | |
58 </ItemGroup> | |
59 <ItemGroup> | |
60 <ProjectReference Include="..\Stocks.Common\Stocks.Common.csproj"> | |
61 <Project>{25E11240-B82C-43D5-97C4-00FB0C445556}</Project> | |
62 <Name>Stocks.Common</Name> | |
63 </ProjectReference> | |
64 </ItemGroup> | |
65 <ItemGroup /> | |
66 <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
|
67 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> |
0 | 68 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
69 Other similar extension points exist, see Microsoft.Common.targets. | |
70 <Target Name="BeforeBuild"> | |
71 </Target> | |
72 <Target Name="AfterBuild"> | |
73 </Target> | |
74 --> | |
75 </Project> |