1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{75981418-7246-4B91-B136-482728E02901}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >QuantConnect.Algorithm.Framework</RootNamespace >
11
+ <AssemblyName >QuantConnect.Algorithm.Framework</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <NuGetPackageImportStamp >
15
+ </NuGetPackageImportStamp >
16
+ <TargetFrameworkProfile />
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 >
26
+ <LangVersion >6</LangVersion >
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 =" NodaTime, Version=1.3.0.0, Culture=neutral, PublicKeyToken=4226afe0d9b296d1, processorArchitecture=MSIL" >
38
+ <HintPath >..\packages\NodaTime.1.3.4\lib\net35-Client\NodaTime.dll</HintPath >
39
+ </Reference >
40
+ <Reference Include =" Python.Runtime, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL" >
41
+ <HintPath >..\packages\QuantConnect.pythonnet.1.0.5.1\lib\Python.Runtime.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" System" />
44
+ <Reference Include =" System.Core" />
45
+ <Reference Include =" System.Xml.Linq" />
46
+ <Reference Include =" System.Data.DataSetExtensions" />
47
+ <Reference Include =" Microsoft.CSharp" />
48
+ <Reference Include =" System.Data" />
49
+ <Reference Include =" System.Net.Http" />
50
+ <Reference Include =" System.Xml" />
51
+ </ItemGroup >
52
+ <ItemGroup >
53
+ <Compile Include =" ..\Common\Properties\SharedAssemblyInfo.cs" >
54
+ <Link >Properties\SharedAssemblyInfo.cs</Link >
55
+ </Compile >
56
+ <Compile Include =" Properties\AssemblyInfo.cs" />
57
+ </ItemGroup >
58
+ <ItemGroup >
59
+ <ProjectReference Include =" ..\Algorithm\QuantConnect.Algorithm.csproj" >
60
+ <Project >{3240ACA4-BDD4-4D24-AC36-BBB651C39212}</Project >
61
+ <Name >QuantConnect.Algorithm</Name >
62
+ </ProjectReference >
63
+ <ProjectReference Include =" ..\Common\QuantConnect.csproj" >
64
+ <Project >{2545C0B4-FABB-49C9-8DD1-9AD7EE23F86B}</Project >
65
+ <Name >QuantConnect</Name >
66
+ </ProjectReference >
67
+ </ItemGroup >
68
+ <ItemGroup >
69
+ <None Include =" packages.config" />
70
+ </ItemGroup >
71
+ <ItemGroup />
72
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
73
+ <Import Project =" ..\packages\QuantConnect.pythonnet.1.0.5.1\build\QuantConnect.pythonnet.targets" Condition =" Exists('..\packages\QuantConnect.pythonnet.1.0.5.1\build\QuantConnect.pythonnet.targets')" />
74
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
75
+ <PropertyGroup >
76
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
77
+ </PropertyGroup >
78
+ <Error Condition =" !Exists('..\packages\QuantConnect.pythonnet.1.0.5.1\build\QuantConnect.pythonnet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\QuantConnect.pythonnet.1.0.5.1\build\QuantConnect.pythonnet.targets'))" />
79
+ </Target >
80
+ </Project >
0 commit comments