Mercurial > silverbladetech
annotate Stocks/Stocks.Service/Stocks.Service.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>{2B092DD3-DE4A-4D12-9EDF-0090439C38DB}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Stocks.Service</RootNamespace> | |
12 <AssemblyName>Stocks.Service</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:
3
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:
3
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:
3
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="Ninject"> | |
38 <HintPath>..\packages\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll</HintPath> | |
39 </Reference> | |
40 <Reference Include="NLog"> | |
41 <HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath> | |
42 </Reference> | |
43 <Reference Include="System" /> | |
44 <Reference Include="System.Core" /> | |
45 <Reference Include="System.Net" /> | |
46 <Reference Include="System.Xml.Linq" /> | |
47 <Reference Include="System.Data.DataSetExtensions" /> | |
48 <Reference Include="Microsoft.CSharp" /> | |
49 <Reference Include="System.Data" /> | |
50 <Reference Include="System.Xml" /> | |
51 </ItemGroup> | |
52 <ItemGroup> | |
53 <Compile Include="AssemblyInit.cs" /> | |
54 <Compile Include="Properties\AssemblyInfo.cs" /> | |
55 <Compile Include="StocksService.cs" /> | |
56 </ItemGroup> | |
57 <ItemGroup> | |
58 <None Include="App.config" /> | |
59 <Content Include="NLog.config"> | |
60 <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
61 </Content> | |
62 <Content Include="companyData.json"> | |
63 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
64 </Content> | |
65 <None Include="NLog.xsd"> | |
66 <SubType>Designer</SubType> | |
67 </None> | |
68 <None Include="packages.config" /> | |
69 </ItemGroup> | |
70 <ItemGroup> | |
71 <ProjectReference Include="..\Stocks.Common\Stocks.Common.csproj"> | |
72 <Project>{25E11240-B82C-43D5-97C4-00FB0C445556}</Project> | |
73 <Name>Stocks.Common</Name> | |
74 </ProjectReference> | |
75 </ItemGroup> | |
76 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
6
c812bca7b1ac
"Restore packages on build" enabled by Nuget 1.6
stevenh7776 stevenhollidge@hotmail.com
parents:
3
diff
changeset
|
77 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> |
0 | 78 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
79 Other similar extension points exist, see Microsoft.Common.targets. | |
80 <Target Name="BeforeBuild"> | |
81 </Target> | |
82 <Target Name="AfterBuild"> | |
83 </Target> | |
84 --> | |
85 </Project> |