azure-data-lake-store-python/azure-data-lake-store-pytho...

72 строки
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{ffed766a-ebcb-4506-b3af-eb152065bb5b}</ProjectGuid>
<ProjectHome />
<StartupFile>setup.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId />
<InterpreterVersion />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Content Include="dev_requirements.txt" />
<Content Include="docs\requirements.txt" />
<Content Include="GUIDANCE.md" />
<Content Include="HISTORY.rst" />
<Content Include="License.txt" />
<Content Include="README.rst" />
<Content Include="tests\README.md" />
</ItemGroup>
<ItemGroup>
<Compile Include="azure\datalake\store\core.py" />
<Compile Include="azure\datalake\store\exceptions.py" />
<Compile Include="azure\datalake\store\lib.py" />
<Compile Include="azure\datalake\store\multithread.py" />
<Compile Include="azure\datalake\store\transfer.py" />
<Compile Include="azure\datalake\store\enums.py" />
<Compile Include="azure\datalake\store\utils.py" />
<Compile Include="azure\datalake\store\__init__.py" />
<Compile Include="azure\datalake\__init__.py" />
<Compile Include="azure\__init__.py" />
<Compile Include="docs\source\conf.py" />
<Compile Include="samples\benchmarks.py" />
<Compile Include="samples\cli.py" />
<Compile Include="samples\__init__.py" />
<Compile Include="setup.py" />
<Compile Include="tests\conftest.py" />
<Compile Include="tests\fake_settings.py" />
<Compile Include="tests\settings.py" />
<Compile Include="tests\testing.py" />
<Compile Include="tests\test_cli.py" />
<Compile Include="tests\test_core.py" />
<Compile Include="tests\test_mock.py" />
<Compile Include="tests\test_lib.py" />
<Compile Include="tests\test_multithread.py" />
<Compile Include="tests\test_transfer.py" />
<Compile Include="tests\test_utils.py" />
<Compile Include="tests\__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="azure" />
<Folder Include="azure\datalake" />
<Folder Include="azure\datalake\store" />
<Folder Include="docs" />
<Folder Include="docs\source" />
<Folder Include="samples\" />
<Folder Include="tests" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>