comparison Stocks/Stocks.Common.Tests.Unit/Stocks.Common.Tests.Unit.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.Common.Tests.Unit</RootNamespace> 11 <RootNamespace>Stocks.Common.Tests.Unit</RootNamespace>
12 <AssemblyName>Stocks.Common.Tests.Unit</AssemblyName> 12 <AssemblyName>Stocks.Common.Tests.Unit</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 <CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
27 <RunCodeAnalysis>false</RunCodeAnalysis>
24 </PropertyGroup> 28 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType> 30 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize> 31 <Optimize>true</Optimize>
28 <OutputPath>bin\Release\</OutputPath> 32 <OutputPath>bin\Release\</OutputPath>
58 <Name>Stocks.Common</Name> 62 <Name>Stocks.Common</Name>
59 </ProjectReference> 63 </ProjectReference>
60 </ItemGroup> 64 </ItemGroup>
61 <ItemGroup /> 65 <ItemGroup />
62 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 66 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
63 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 68 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
64 Other similar extension points exist, see Microsoft.Common.targets. 69 Other similar extension points exist, see Microsoft.Common.targets.
65 <Target Name="BeforeBuild"> 70 <Target Name="BeforeBuild">
66 </Target> 71 </Target>
67 <Target Name="AfterBuild"> 72 <Target Name="AfterBuild">