Mercurial > silverbladetech
comparison Stocks/Stocks.Common/Stocks.Common.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 | 57f20ba55884 |
children | 6e84a4c92378 |
comparison
equal
deleted
inserted
replaced
5:877d70fb8176 | 6:c812bca7b1ac |
---|---|
10 <AppDesignerFolder>Properties</AppDesignerFolder> | 10 <AppDesignerFolder>Properties</AppDesignerFolder> |
11 <RootNamespace>Stocks.Common</RootNamespace> | 11 <RootNamespace>Stocks.Common</RootNamespace> |
12 <AssemblyName>Stocks.Common</AssemblyName> | 12 <AssemblyName>Stocks.Common</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 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> | |
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> |
67 <ItemGroup /> | 71 <ItemGroup /> |
68 <ItemGroup> | 72 <ItemGroup> |
69 <None Include="packages.config" /> | 73 <None Include="packages.config" /> |
70 </ItemGroup> | 74 </ItemGroup> |
71 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 75 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
76 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> | |
72 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 77 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
73 Other similar extension points exist, see Microsoft.Common.targets. | 78 Other similar extension points exist, see Microsoft.Common.targets. |
74 <Target Name="BeforeBuild"> | 79 <Target Name="BeforeBuild"> |
75 </Target> | 80 </Target> |
76 <Target Name="AfterBuild"> | 81 <Target Name="AfterBuild"> |