Mercurial > silverbladetech
comparison Stocks/Stocks.Service.Tests.Functional/Stocks.Service.Tests.Functional.csproj @ 6:c812bca7b1ac
"Restore packages on build" enabled by Nuget 1.6
General refactoring based on code analysis
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 01:00:34 +0700 |
parents | e5d46bb6cdb0 |
children |
comparison
equal
deleted
inserted
replaced
5:877d70fb8176 | 6:c812bca7b1ac |
---|---|
10 <AppDesignerFolder>Properties</AppDesignerFolder> | 10 <AppDesignerFolder>Properties</AppDesignerFolder> |
11 <RootNamespace>Stocks.Service.Tests.Functional</RootNamespace> | 11 <RootNamespace>Stocks.Service.Tests.Functional</RootNamespace> |
12 <AssemblyName>Stocks.Service.Tests.Functional</AssemblyName> | 12 <AssemblyName>Stocks.Service.Tests.Functional</AssemblyName> |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 <FileAlignment>512</FileAlignment> | 14 <FileAlignment>512</FileAlignment> |
15 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\Stocks\</SolutionDir> | |
16 <RestorePackages>true</RestorePackages> | |
15 </PropertyGroup> | 17 </PropertyGroup> |
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 <DebugSymbols>true</DebugSymbols> | 19 <DebugSymbols>true</DebugSymbols> |
18 <DebugType>full</DebugType> | 20 <DebugType>full</DebugType> |
19 <Optimize>false</Optimize> | 21 <Optimize>false</Optimize> |
20 <OutputPath>bin\Debug\</OutputPath> | 22 <OutputPath>bin\Debug\</OutputPath> |
21 <DefineConstants>DEBUG;TRACE</DefineConstants> | 23 <DefineConstants>DEBUG;TRACE</DefineConstants> |
22 <ErrorReport>prompt</ErrorReport> | 24 <ErrorReport>prompt</ErrorReport> |
23 <WarningLevel>4</WarningLevel> | 25 <WarningLevel>4</WarningLevel> |
26 <RunCodeAnalysis>false</RunCodeAnalysis> | |
24 </PropertyGroup> | 27 </PropertyGroup> |
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 <DebugType>pdbonly</DebugType> | 29 <DebugType>pdbonly</DebugType> |
27 <Optimize>true</Optimize> | 30 <Optimize>true</Optimize> |
28 <OutputPath>bin\Release\</OutputPath> | 31 <OutputPath>bin\Release\</OutputPath> |
53 </ItemGroup> | 56 </ItemGroup> |
54 <ItemGroup> | 57 <ItemGroup> |
55 <None Include="packages.config" /> | 58 <None Include="packages.config" /> |
56 </ItemGroup> | 59 </ItemGroup> |
57 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 60 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
61 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> | |
58 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 62 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
59 Other similar extension points exist, see Microsoft.Common.targets. | 63 Other similar extension points exist, see Microsoft.Common.targets. |
60 <Target Name="BeforeBuild"> | 64 <Target Name="BeforeBuild"> |
61 </Target> | 65 </Target> |
62 <Target Name="AfterBuild"> | 66 <Target Name="AfterBuild"> |