File: azure-data-lake-store-python.pyproj

package info (click to toggle)
azure-data-lake-store-python 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 31,952 kB
  • sloc: python: 4,332; makefile: 192
file content (72 lines) | stat: -rw-r--r-- 3,287 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?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>