7eebece04d
These projects still need to be explicitly built, that is, they're not built via Debug or Release build configurations by default.
629 lines
30 KiB
XML
629 lines
30 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{48289996-CE56-4EDF-B451-4A2B1519EBC3}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>QuantConnect.Algorithm.Python</RootNamespace>
|
|
<AssemblyName>QuantConnect.Algorithm.Python</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="IronPython, Version=2.7.5.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
<HintPath>..\packages\IronPython.2.7.5\lib\Net45\IronPython.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="IronPython.Modules, Version=2.7.5.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
<HintPath>..\packages\IronPython.2.7.5\lib\Net45\IronPython.Modules.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="IronPython.SQLite, Version=2.7.5.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\IronPython.2.7.5\lib\Net45\IronPython.SQLite.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="IronPython.Wpf, Version=2.7.5.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\IronPython.2.7.5\lib\Net45\IronPython.Wpf.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Dynamic, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
<HintPath>..\packages\IronPython.2.7.5\lib\Net45\Microsoft.Dynamic.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
<HintPath>..\packages\IronPython.2.7.5\lib\Net45\Microsoft.Scripting.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Scripting.AspNet, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\IronPython.2.7.5\lib\Net45\Microsoft.Scripting.AspNet.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Scripting.Metadata, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
<HintPath>..\packages\IronPython.2.7.5\lib\Net45\Microsoft.Scripting.Metadata.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="PythonAlgorithm.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Algorithm.CSharp\QuantConnect.Algorithm.CSharp.csproj">
|
|
<Project>{39a81c16-a1e8-425e-a8f2-1433adb80228}</Project>
|
|
<Name>QuantConnect.Algorithm.CSharp</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Algorithm\QuantConnect.Algorithm.csproj">
|
|
<Project>{3240aca4-bdd4-4d24-ac36-bbb651c39212}</Project>
|
|
<Name>QuantConnect.Algorithm</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\QuantConnect.csproj">
|
|
<Project>{2545c0b4-fabb-49c9-8dd1-9ad7ee23f86b}</Project>
|
|
<Name>QuantConnect</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Indicators\QuantConnect.Indicators.csproj">
|
|
<Project>{73fb2522-c3ed-4e47-8e3d-afad48a6b888}</Project>
|
|
<Name>QuantConnect.Indicators</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="build.sh">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Lib\ensurepip\_bundled\pip-1.5.6-py2.py3-none-any.whl" />
|
|
<None Include="Lib\ensurepip\_bundled\setuptools-3.6-py2.py3-none-any.whl" />
|
|
<None Include="main.py">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="build.bat">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="packages.config" />
|
|
<None Include="readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Lib\abc.py" />
|
|
<Content Include="Lib\aifc.py" />
|
|
<Content Include="Lib\antigravity.py" />
|
|
<Content Include="Lib\anydbm.py" />
|
|
<Content Include="Lib\argparse.py" />
|
|
<Content Include="Lib\ast.py" />
|
|
<Content Include="Lib\asynchat.py" />
|
|
<Content Include="Lib\asyncore.py" />
|
|
<Content Include="Lib\atexit.py" />
|
|
<Content Include="Lib\audiodev.py" />
|
|
<Content Include="Lib\base64.py" />
|
|
<Content Include="Lib\BaseHTTPServer.py" />
|
|
<Content Include="Lib\Bastion.py" />
|
|
<Content Include="Lib\bdb.py" />
|
|
<Content Include="Lib\binhex.py" />
|
|
<Content Include="Lib\bisect.py" />
|
|
<Content Include="Lib\calendar.py" />
|
|
<Content Include="Lib\cgi.py" />
|
|
<Content Include="Lib\CGIHTTPServer.py" />
|
|
<Content Include="Lib\cgitb.py" />
|
|
<Content Include="Lib\chunk.py" />
|
|
<Content Include="Lib\cmd.py" />
|
|
<Content Include="Lib\code.py" />
|
|
<Content Include="Lib\codecs.py" />
|
|
<Content Include="Lib\codeop.py" />
|
|
<Content Include="Lib\collections.py" />
|
|
<Content Include="Lib\colorsys.py" />
|
|
<Content Include="Lib\commands.py" />
|
|
<Content Include="Lib\compileall.py" />
|
|
<Content Include="Lib\ConfigParser.py" />
|
|
<Content Include="Lib\contextlib.py" />
|
|
<Content Include="Lib\Cookie.py" />
|
|
<Content Include="Lib\cookielib.py" />
|
|
<Content Include="Lib\copy.py" />
|
|
<Content Include="Lib\csv.py" />
|
|
<Content Include="Lib\ctypes\macholib\dyld.py" />
|
|
<Content Include="Lib\ctypes\macholib\dylib.py" />
|
|
<Content Include="Lib\ctypes\macholib\framework.py" />
|
|
<Content Include="Lib\ctypes\macholib\__init__.py" />
|
|
<Content Include="Lib\ctypes\util.py" />
|
|
<Content Include="Lib\ctypes\wintypes.py" />
|
|
<Content Include="Lib\ctypes\_endian.py" />
|
|
<Content Include="Lib\ctypes\__init__.py" />
|
|
<Content Include="Lib\decimal.py" />
|
|
<Content Include="Lib\difflib.py" />
|
|
<Content Include="Lib\dircache.py" />
|
|
<Content Include="Lib\dis.py" />
|
|
<Content Include="Lib\distutils\archive_util.py" />
|
|
<Content Include="Lib\distutils\bcppcompiler.py" />
|
|
<Content Include="Lib\distutils\ccompiler.py" />
|
|
<Content Include="Lib\distutils\cmd.py" />
|
|
<Content Include="Lib\distutils\command\bdist.py" />
|
|
<Content Include="Lib\distutils\command\bdist_dumb.py" />
|
|
<Content Include="Lib\distutils\command\bdist_rpm.py" />
|
|
<Content Include="Lib\distutils\command\bdist_wininst.py" />
|
|
<Content Include="Lib\distutils\command\build.py" />
|
|
<Content Include="Lib\distutils\command\build_clib.py" />
|
|
<Content Include="Lib\distutils\command\build_ext.py" />
|
|
<Content Include="Lib\distutils\command\build_py.py" />
|
|
<Content Include="Lib\distutils\command\build_scripts.py" />
|
|
<Content Include="Lib\distutils\command\check.py" />
|
|
<Content Include="Lib\distutils\command\clean.py" />
|
|
<Content Include="Lib\distutils\command\config.py" />
|
|
<Content Include="Lib\distutils\command\install.py" />
|
|
<Content Include="Lib\distutils\command\install_data.py" />
|
|
<Content Include="Lib\distutils\command\install_egg_info.py" />
|
|
<Content Include="Lib\distutils\command\install_headers.py" />
|
|
<Content Include="Lib\distutils\command\install_lib.py" />
|
|
<Content Include="Lib\distutils\command\install_scripts.py" />
|
|
<Content Include="Lib\distutils\command\register.py" />
|
|
<Content Include="Lib\distutils\command\sdist.py" />
|
|
<Content Include="Lib\distutils\command\upload.py" />
|
|
<Content Include="Lib\distutils\command\__init__.py" />
|
|
<Content Include="Lib\distutils\config.py" />
|
|
<Content Include="Lib\distutils\core.py" />
|
|
<Content Include="Lib\distutils\cygwinccompiler.py" />
|
|
<Content Include="Lib\distutils\debug.py" />
|
|
<Content Include="Lib\distutils\dep_util.py" />
|
|
<Content Include="Lib\distutils\dir_util.py" />
|
|
<Content Include="Lib\distutils\dist.py" />
|
|
<Content Include="Lib\distutils\emxccompiler.py" />
|
|
<Content Include="Lib\distutils\errors.py" />
|
|
<Content Include="Lib\distutils\extension.py" />
|
|
<Content Include="Lib\distutils\fancy_getopt.py" />
|
|
<Content Include="Lib\distutils\filelist.py" />
|
|
<Content Include="Lib\distutils\file_util.py" />
|
|
<Content Include="Lib\distutils\log.py" />
|
|
<Content Include="Lib\distutils\msvccompiler.py" />
|
|
<Content Include="Lib\distutils\spawn.py" />
|
|
<Content Include="Lib\distutils\sysconfig.py" />
|
|
<Content Include="Lib\distutils\text_file.py" />
|
|
<Content Include="Lib\distutils\unixccompiler.py" />
|
|
<Content Include="Lib\distutils\util.py" />
|
|
<Content Include="Lib\distutils\version.py" />
|
|
<Content Include="Lib\distutils\versionpredicate.py" />
|
|
<Content Include="Lib\distutils\__init__.py" />
|
|
<Content Include="Lib\doctest.py" />
|
|
<Content Include="Lib\DocXMLRPCServer.py" />
|
|
<Content Include="Lib\dumbdbm.py" />
|
|
<Content Include="Lib\dummy_thread.py" />
|
|
<Content Include="Lib\dummy_threading.py" />
|
|
<Content Include="Lib\email\base64mime.py" />
|
|
<Content Include="Lib\email\charset.py" />
|
|
<Content Include="Lib\email\encoders.py" />
|
|
<Content Include="Lib\email\errors.py" />
|
|
<Content Include="Lib\email\feedparser.py" />
|
|
<Content Include="Lib\email\generator.py" />
|
|
<Content Include="Lib\email\header.py" />
|
|
<Content Include="Lib\email\iterators.py" />
|
|
<Content Include="Lib\email\message.py" />
|
|
<Content Include="Lib\email\mime\application.py" />
|
|
<Content Include="Lib\email\mime\audio.py" />
|
|
<Content Include="Lib\email\mime\base.py" />
|
|
<Content Include="Lib\email\mime\image.py" />
|
|
<Content Include="Lib\email\mime\message.py" />
|
|
<Content Include="Lib\email\mime\multipart.py" />
|
|
<Content Include="Lib\email\mime\nonmultipart.py" />
|
|
<Content Include="Lib\email\mime\text.py" />
|
|
<Content Include="Lib\email\mime\__init__.py" />
|
|
<Content Include="Lib\email\parser.py" />
|
|
<Content Include="Lib\email\quoprimime.py" />
|
|
<Content Include="Lib\email\utils.py" />
|
|
<Content Include="Lib\email\_parseaddr.py" />
|
|
<Content Include="Lib\email\__init__.py" />
|
|
<Content Include="Lib\encodings\aliases.py" />
|
|
<Content Include="Lib\encodings\ascii.py" />
|
|
<Content Include="Lib\encodings\base64_codec.py" />
|
|
<Content Include="Lib\encodings\bz2_codec.py" />
|
|
<Content Include="Lib\encodings\charmap.py" />
|
|
<Content Include="Lib\encodings\cp037.py" />
|
|
<Content Include="Lib\encodings\cp1006.py" />
|
|
<Content Include="Lib\encodings\cp1026.py" />
|
|
<Content Include="Lib\encodings\cp1140.py" />
|
|
<Content Include="Lib\encodings\cp1250.py" />
|
|
<Content Include="Lib\encodings\cp1251.py" />
|
|
<Content Include="Lib\encodings\cp1252.py" />
|
|
<Content Include="Lib\encodings\cp1253.py" />
|
|
<Content Include="Lib\encodings\cp1254.py" />
|
|
<Content Include="Lib\encodings\cp1255.py" />
|
|
<Content Include="Lib\encodings\cp1256.py" />
|
|
<Content Include="Lib\encodings\cp1257.py" />
|
|
<Content Include="Lib\encodings\cp1258.py" />
|
|
<Content Include="Lib\encodings\cp424.py" />
|
|
<Content Include="Lib\encodings\cp437.py" />
|
|
<Content Include="Lib\encodings\cp500.py" />
|
|
<Content Include="Lib\encodings\cp720.py" />
|
|
<Content Include="Lib\encodings\cp737.py" />
|
|
<Content Include="Lib\encodings\cp775.py" />
|
|
<Content Include="Lib\encodings\cp850.py" />
|
|
<Content Include="Lib\encodings\cp852.py" />
|
|
<Content Include="Lib\encodings\cp855.py" />
|
|
<Content Include="Lib\encodings\cp856.py" />
|
|
<Content Include="Lib\encodings\cp857.py" />
|
|
<Content Include="Lib\encodings\cp858.py" />
|
|
<Content Include="Lib\encodings\cp860.py" />
|
|
<Content Include="Lib\encodings\cp861.py" />
|
|
<Content Include="Lib\encodings\cp862.py" />
|
|
<Content Include="Lib\encodings\cp863.py" />
|
|
<Content Include="Lib\encodings\cp864.py" />
|
|
<Content Include="Lib\encodings\cp865.py" />
|
|
<Content Include="Lib\encodings\cp866.py" />
|
|
<Content Include="Lib\encodings\cp869.py" />
|
|
<Content Include="Lib\encodings\cp874.py" />
|
|
<Content Include="Lib\encodings\cp875.py" />
|
|
<Content Include="Lib\encodings\hex_codec.py" />
|
|
<Content Include="Lib\encodings\hp_roman8.py" />
|
|
<Content Include="Lib\encodings\idna.py" />
|
|
<Content Include="Lib\encodings\iso8859_1.py" />
|
|
<Content Include="Lib\encodings\iso8859_10.py" />
|
|
<Content Include="Lib\encodings\iso8859_11.py" />
|
|
<Content Include="Lib\encodings\iso8859_13.py" />
|
|
<Content Include="Lib\encodings\iso8859_14.py" />
|
|
<Content Include="Lib\encodings\iso8859_15.py" />
|
|
<Content Include="Lib\encodings\iso8859_16.py" />
|
|
<Content Include="Lib\encodings\iso8859_2.py" />
|
|
<Content Include="Lib\encodings\iso8859_3.py" />
|
|
<Content Include="Lib\encodings\iso8859_4.py" />
|
|
<Content Include="Lib\encodings\iso8859_5.py" />
|
|
<Content Include="Lib\encodings\iso8859_6.py" />
|
|
<Content Include="Lib\encodings\iso8859_7.py" />
|
|
<Content Include="Lib\encodings\iso8859_8.py" />
|
|
<Content Include="Lib\encodings\iso8859_9.py" />
|
|
<Content Include="Lib\encodings\koi8_r.py" />
|
|
<Content Include="Lib\encodings\koi8_u.py" />
|
|
<Content Include="Lib\encodings\latin_1.py" />
|
|
<Content Include="Lib\encodings\mac_arabic.py" />
|
|
<Content Include="Lib\encodings\mac_centeuro.py" />
|
|
<Content Include="Lib\encodings\mac_croatian.py" />
|
|
<Content Include="Lib\encodings\mac_cyrillic.py" />
|
|
<Content Include="Lib\encodings\mac_farsi.py" />
|
|
<Content Include="Lib\encodings\mac_greek.py" />
|
|
<Content Include="Lib\encodings\mac_iceland.py" />
|
|
<Content Include="Lib\encodings\mac_latin2.py" />
|
|
<Content Include="Lib\encodings\mac_roman.py" />
|
|
<Content Include="Lib\encodings\mac_romanian.py" />
|
|
<Content Include="Lib\encodings\mac_turkish.py" />
|
|
<Content Include="Lib\encodings\mbcs.py" />
|
|
<Content Include="Lib\encodings\palmos.py" />
|
|
<Content Include="Lib\encodings\ptcp154.py" />
|
|
<Content Include="Lib\encodings\punycode.py" />
|
|
<Content Include="Lib\encodings\quopri_codec.py" />
|
|
<Content Include="Lib\encodings\raw_unicode_escape.py" />
|
|
<Content Include="Lib\encodings\rot_13.py" />
|
|
<Content Include="Lib\encodings\string_escape.py" />
|
|
<Content Include="Lib\encodings\tis_620.py" />
|
|
<Content Include="Lib\encodings\undefined.py" />
|
|
<Content Include="Lib\encodings\unicode_escape.py" />
|
|
<Content Include="Lib\encodings\unicode_internal.py" />
|
|
<Content Include="Lib\encodings\utf_16.py" />
|
|
<Content Include="Lib\encodings\utf_16_be.py" />
|
|
<Content Include="Lib\encodings\utf_16_le.py" />
|
|
<Content Include="Lib\encodings\utf_32.py" />
|
|
<Content Include="Lib\encodings\utf_32_le.py" />
|
|
<Content Include="Lib\encodings\utf_7.py" />
|
|
<Content Include="Lib\encodings\utf_8.py" />
|
|
<Content Include="Lib\encodings\utf_8_sig.py" />
|
|
<Content Include="Lib\encodings\uu_codec.py" />
|
|
<Content Include="Lib\encodings\zlib_codec.py" />
|
|
<Content Include="Lib\encodings\__init__.py" />
|
|
<Content Include="Lib\ensurepip\_uninstall.py" />
|
|
<Content Include="Lib\ensurepip\__init__.py" />
|
|
<Content Include="Lib\ensurepip\__main__.py" />
|
|
<Content Include="Lib\filecmp.py" />
|
|
<Content Include="Lib\fileinput.py" />
|
|
<Content Include="Lib\fnmatch.py" />
|
|
<Content Include="Lib\formatter.py" />
|
|
<Content Include="Lib\fpformat.py" />
|
|
<Content Include="Lib\fractions.py" />
|
|
<Content Include="Lib\ftplib.py" />
|
|
<Content Include="Lib\functools.py" />
|
|
<Content Include="Lib\genericpath.py" />
|
|
<Content Include="Lib\getopt.py" />
|
|
<Content Include="Lib\getpass.py" />
|
|
<Content Include="Lib\gettext.py" />
|
|
<Content Include="Lib\glob.py" />
|
|
<Content Include="Lib\gzip.py" />
|
|
<Content Include="Lib\hashlib.py" />
|
|
<Content Include="Lib\heapq.py" />
|
|
<Content Include="Lib\hmac.py" />
|
|
<Content Include="Lib\htmlentitydefs.py" />
|
|
<Content Include="Lib\htmllib.py" />
|
|
<Content Include="Lib\HTMLParser.py" />
|
|
<Content Include="Lib\httplib.py" />
|
|
<Content Include="Lib\ihooks.py" />
|
|
<Content Include="Lib\imaplib.py" />
|
|
<Content Include="Lib\imghdr.py" />
|
|
<Content Include="Lib\importlib\__init__.py" />
|
|
<Content Include="Lib\imputil.py" />
|
|
<Content Include="Lib\inspect.py" />
|
|
<Content Include="Lib\io.py" />
|
|
<Content Include="Lib\json\decoder.py" />
|
|
<Content Include="Lib\json\encoder.py" />
|
|
<Content Include="Lib\json\scanner.py" />
|
|
<Content Include="Lib\json\tool.py" />
|
|
<Content Include="Lib\json\__init__.py" />
|
|
<Content Include="Lib\keyword.py" />
|
|
<Content Include="Lib\lib2to3\btm_matcher.py" />
|
|
<Content Include="Lib\lib2to3\btm_utils.py" />
|
|
<Content Include="Lib\lib2to3\fixer_base.py" />
|
|
<Content Include="Lib\lib2to3\fixer_util.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_apply.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_basestring.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_buffer.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_callable.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_dict.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_except.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_exec.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_execfile.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_exitfunc.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_filter.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_funcattrs.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_future.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_getcwdu.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_has_key.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_idioms.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_import.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_imports.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_imports2.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_input.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_intern.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_isinstance.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_itertools.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_itertools_imports.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_long.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_map.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_metaclass.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_methodattrs.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_ne.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_next.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_nonzero.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_numliterals.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_operator.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_paren.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_print.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_raise.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_raw_input.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_reduce.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_renames.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_repr.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_set_literal.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_standarderror.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_sys_exc.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_throw.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_tuple_params.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_types.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_unicode.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_urllib.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_ws_comma.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_xrange.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_xreadlines.py" />
|
|
<Content Include="Lib\lib2to3\fixes\fix_zip.py" />
|
|
<Content Include="Lib\lib2to3\fixes\__init__.py" />
|
|
<Content Include="Lib\lib2to3\main.py" />
|
|
<Content Include="Lib\lib2to3\patcomp.py" />
|
|
<Content Include="Lib\lib2to3\pgen2\conv.py" />
|
|
<Content Include="Lib\lib2to3\pgen2\driver.py" />
|
|
<Content Include="Lib\lib2to3\pgen2\grammar.py" />
|
|
<Content Include="Lib\lib2to3\pgen2\literals.py" />
|
|
<Content Include="Lib\lib2to3\pgen2\parse.py" />
|
|
<Content Include="Lib\lib2to3\pgen2\pgen.py" />
|
|
<Content Include="Lib\lib2to3\pgen2\token.py" />
|
|
<Content Include="Lib\lib2to3\pgen2\tokenize.py" />
|
|
<Content Include="Lib\lib2to3\pgen2\__init__.py" />
|
|
<Content Include="Lib\lib2to3\pygram.py" />
|
|
<Content Include="Lib\lib2to3\pytree.py" />
|
|
<Content Include="Lib\lib2to3\refactor.py" />
|
|
<Content Include="Lib\lib2to3\__init__.py" />
|
|
<Content Include="Lib\lib2to3\__main__.py" />
|
|
<Content Include="Lib\linecache.py" />
|
|
<Content Include="Lib\locale.py" />
|
|
<Content Include="Lib\logging\config.py" />
|
|
<Content Include="Lib\logging\handlers.py" />
|
|
<Content Include="Lib\logging\__init__.py" />
|
|
<Content Include="Lib\macpath.py" />
|
|
<Content Include="Lib\macurl2path.py" />
|
|
<Content Include="Lib\mailbox.py" />
|
|
<Content Include="Lib\mailcap.py" />
|
|
<Content Include="Lib\markupbase.py" />
|
|
<Content Include="Lib\md5.py" />
|
|
<Content Include="Lib\mhlib.py" />
|
|
<Content Include="Lib\mimetools.py" />
|
|
<Content Include="Lib\mimetypes.py" />
|
|
<Content Include="Lib\MimeWriter.py" />
|
|
<Content Include="Lib\mimify.py" />
|
|
<Content Include="Lib\modulefinder.py" />
|
|
<Content Include="Lib\multifile.py" />
|
|
<Content Include="Lib\multiprocessing\connection.py" />
|
|
<Content Include="Lib\multiprocessing\dummy\connection.py" />
|
|
<Content Include="Lib\multiprocessing\dummy\__init__.py" />
|
|
<Content Include="Lib\multiprocessing\forking.py" />
|
|
<Content Include="Lib\multiprocessing\heap.py" />
|
|
<Content Include="Lib\multiprocessing\managers.py" />
|
|
<Content Include="Lib\multiprocessing\pool.py" />
|
|
<Content Include="Lib\multiprocessing\process.py" />
|
|
<Content Include="Lib\multiprocessing\queues.py" />
|
|
<Content Include="Lib\multiprocessing\reduction.py" />
|
|
<Content Include="Lib\multiprocessing\sharedctypes.py" />
|
|
<Content Include="Lib\multiprocessing\synchronize.py" />
|
|
<Content Include="Lib\multiprocessing\util.py" />
|
|
<Content Include="Lib\multiprocessing\__init__.py" />
|
|
<Content Include="Lib\mutex.py" />
|
|
<Content Include="Lib\netrc.py" />
|
|
<Content Include="Lib\new.py" />
|
|
<Content Include="Lib\nntplib.py" />
|
|
<Content Include="Lib\ntpath.py" />
|
|
<Content Include="Lib\nturl2path.py" />
|
|
<Content Include="Lib\numbers.py" />
|
|
<Content Include="Lib\opcode.py" />
|
|
<Content Include="Lib\optparse.py" />
|
|
<Content Include="Lib\os.py" />
|
|
<Content Include="Lib\os2emxpath.py" />
|
|
<Content Include="Lib\pdb.py" />
|
|
<Content Include="Lib\pickle.py" />
|
|
<Content Include="Lib\pickletools.py" />
|
|
<Content Include="Lib\pipes.py" />
|
|
<Content Include="Lib\pkgutil.py" />
|
|
<Content Include="Lib\platform.py" />
|
|
<Content Include="Lib\plistlib.py" />
|
|
<Content Include="Lib\popen2.py" />
|
|
<Content Include="Lib\poplib.py" />
|
|
<Content Include="Lib\posixfile.py" />
|
|
<Content Include="Lib\posixpath.py" />
|
|
<Content Include="Lib\pprint.py" />
|
|
<Content Include="Lib\profile.py" />
|
|
<Content Include="Lib\pstats.py" />
|
|
<Content Include="Lib\pyclbr.py" />
|
|
<Content Include="Lib\pydoc.py" />
|
|
<Content Include="Lib\pydoc_data\topics.py" />
|
|
<Content Include="Lib\pydoc_data\__init__.py" />
|
|
<Content Include="Lib\py_compile.py" />
|
|
<Content Include="Lib\Queue.py" />
|
|
<Content Include="Lib\quopri.py" />
|
|
<Content Include="Lib\random.py" />
|
|
<Content Include="Lib\repr.py" />
|
|
<Content Include="Lib\rexec.py" />
|
|
<Content Include="Lib\rfc822.py" />
|
|
<Content Include="Lib\rlcompleter.py" />
|
|
<Content Include="Lib\robotparser.py" />
|
|
<Content Include="Lib\runpy.py" />
|
|
<Content Include="Lib\sched.py" />
|
|
<Content Include="Lib\sets.py" />
|
|
<Content Include="Lib\sgmllib.py" />
|
|
<Content Include="Lib\sha.py" />
|
|
<Content Include="Lib\shelve.py" />
|
|
<Content Include="Lib\shlex.py" />
|
|
<Content Include="Lib\shutil.py" />
|
|
<Content Include="Lib\SimpleHTTPServer.py" />
|
|
<Content Include="Lib\SimpleXMLRPCServer.py" />
|
|
<Content Include="Lib\site-packages\README.txt" />
|
|
<Content Include="Lib\site.py" />
|
|
<Content Include="Lib\smtpd.py" />
|
|
<Content Include="Lib\smtplib.py" />
|
|
<Content Include="Lib\sndhdr.py" />
|
|
<Content Include="Lib\SocketServer.py" />
|
|
<Content Include="Lib\sqlite3\dbapi2.py" />
|
|
<Content Include="Lib\sqlite3\dump.py" />
|
|
<Content Include="Lib\sqlite3\__init__.py" />
|
|
<Content Include="Lib\sre_compile.py" />
|
|
<Content Include="Lib\sre_constants.py" />
|
|
<Content Include="Lib\sre_parse.py" />
|
|
<Content Include="Lib\ssl.py" />
|
|
<Content Include="Lib\stat.py" />
|
|
<Content Include="Lib\statvfs.py" />
|
|
<Content Include="Lib\string.py" />
|
|
<Content Include="Lib\StringIO.py" />
|
|
<Content Include="Lib\stringold.py" />
|
|
<Content Include="Lib\stringprep.py" />
|
|
<Content Include="Lib\struct.py" />
|
|
<Content Include="Lib\subprocess.py" />
|
|
<Content Include="Lib\sunau.py" />
|
|
<Content Include="Lib\sunaudio.py" />
|
|
<Content Include="Lib\symbol.py" />
|
|
<Content Include="Lib\sysconfig.py" />
|
|
<Content Include="Lib\tabnanny.py" />
|
|
<Content Include="Lib\tarfile.py" />
|
|
<Content Include="Lib\telnetlib.py" />
|
|
<Content Include="Lib\tempfile.py" />
|
|
<Content Include="Lib\textwrap.py" />
|
|
<Content Include="Lib\this.py" />
|
|
<Content Include="Lib\threading.py" />
|
|
<Content Include="Lib\timeit.py" />
|
|
<Content Include="Lib\toaiff.py" />
|
|
<Content Include="Lib\token.py" />
|
|
<Content Include="Lib\tokenize.py" />
|
|
<Content Include="Lib\trace.py" />
|
|
<Content Include="Lib\traceback.py" />
|
|
<Content Include="Lib\types.py" />
|
|
<Content Include="Lib\unittest\case.py" />
|
|
<Content Include="Lib\unittest\loader.py" />
|
|
<Content Include="Lib\unittest\main.py" />
|
|
<Content Include="Lib\unittest\result.py" />
|
|
<Content Include="Lib\unittest\runner.py" />
|
|
<Content Include="Lib\unittest\signals.py" />
|
|
<Content Include="Lib\unittest\suite.py" />
|
|
<Content Include="Lib\unittest\util.py" />
|
|
<Content Include="Lib\unittest\__init__.py" />
|
|
<Content Include="Lib\unittest\__main__.py" />
|
|
<Content Include="Lib\urllib.py" />
|
|
<Content Include="Lib\urllib2.py" />
|
|
<Content Include="Lib\urlparse.py" />
|
|
<Content Include="Lib\user.py" />
|
|
<Content Include="Lib\UserDict.py" />
|
|
<Content Include="Lib\UserList.py" />
|
|
<Content Include="Lib\UserString.py" />
|
|
<Content Include="Lib\uu.py" />
|
|
<Content Include="Lib\uuid.py" />
|
|
<Content Include="Lib\warnings.py" />
|
|
<Content Include="Lib\wave.py" />
|
|
<Content Include="Lib\weakref.py" />
|
|
<Content Include="Lib\webbrowser.py" />
|
|
<Content Include="Lib\whichdb.py" />
|
|
<Content Include="Lib\wsgiref\handlers.py" />
|
|
<Content Include="Lib\wsgiref\headers.py" />
|
|
<Content Include="Lib\wsgiref\simple_server.py" />
|
|
<Content Include="Lib\wsgiref\util.py" />
|
|
<Content Include="Lib\wsgiref\validate.py" />
|
|
<Content Include="Lib\wsgiref\__init__.py" />
|
|
<Content Include="Lib\xdrlib.py" />
|
|
<Content Include="Lib\xmllib.py" />
|
|
<Content Include="Lib\xmlrpclib.py" />
|
|
<Content Include="Lib\xml\dom\domreg.py" />
|
|
<Content Include="Lib\xml\dom\minicompat.py" />
|
|
<Content Include="Lib\xml\dom\minidom.py" />
|
|
<Content Include="Lib\xml\dom\NodeFilter.py" />
|
|
<Content Include="Lib\xml\dom\pulldom.py" />
|
|
<Content Include="Lib\xml\dom\xmlbuilder.py" />
|
|
<Content Include="Lib\xml\dom\__init__.py" />
|
|
<Content Include="Lib\xml\etree\ElementInclude.py" />
|
|
<Content Include="Lib\xml\etree\ElementPath.py" />
|
|
<Content Include="Lib\xml\etree\ElementTree.py" />
|
|
<Content Include="Lib\xml\etree\SimpleXMLTreeBuilder.py" />
|
|
<Content Include="Lib\xml\etree\__init__.py" />
|
|
<Content Include="Lib\xml\parsers\__init__.py" />
|
|
<Content Include="Lib\xml\sax\handler.py" />
|
|
<Content Include="Lib\xml\sax\saxutils.py" />
|
|
<Content Include="Lib\xml\sax\xmlreader.py" />
|
|
<Content Include="Lib\xml\sax\_exceptions.py" />
|
|
<Content Include="Lib\xml\sax\__init__.py" />
|
|
<Content Include="Lib\xml\__init__.py" />
|
|
<Content Include="Lib\zipfile.py" />
|
|
<Content Include="Lib\_abcoll.py" />
|
|
<Content Include="Lib\_LWPCookieJar.py" />
|
|
<Content Include="Lib\_MozillaCookieJar.py" />
|
|
<Content Include="Lib\_pyio.py" />
|
|
<Content Include="Lib\_strptime.py" />
|
|
<Content Include="Lib\_threading_local.py" />
|
|
<Content Include="Lib\_weakrefset.py" />
|
|
<Content Include="Lib\__future__.py" />
|
|
<Content Include="Lib\__phello__.foo.py" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>build</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |