This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
/
python.pyproj
111 lines (111 loc) · 5.95 KB
/
python.pyproj
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{ea429a23-2afb-4bf7-a345-28e2bd129564}</ProjectGuid>
<ProjectHome>.</ProjectHome>
<SearchPath>.</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<InterpreterVersion>2.7</InterpreterVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<IsWindowsApplication>False</IsWindowsApplication>
<InterpreterId>{9a7a9026-48c1-4688-9d5d-e5699d47d074}</InterpreterId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Content Include="README.md" />
<Compile Include="azure\cosmos\default_retry_policy.py" />
<Compile Include="azure\cosmos\consistent_hash_ring.py" />
<Compile Include="azure\cosmos\constants.py" />
<Compile Include="azure\cosmos\endpoint_discovery_retry_policy.py" />
<Compile Include="azure\cosmos\errors.py" />
<Compile Include="azure\cosmos\execution_context\__init__.py" />
<Compile Include="azure\cosmos\execution_context\base_execution_context.py" />
<Compile Include="azure\cosmos\execution_context\document_producer.py" />
<Compile Include="azure\cosmos\execution_context\endpoint_component.py" />
<Compile Include="azure\cosmos\execution_context\execution_dispatcher.py" />
<Compile Include="azure\cosmos\execution_context\multi_execution_aggregator.py" />
<Compile Include="azure\cosmos\execution_context\query_execution_info.py" />
<Compile Include="azure\cosmos\execution_context\aggregators.py" />
<Compile Include="azure\cosmos\global_endpoint_manager.py" />
<Compile Include="azure\cosmos\hash_partition_resolver.py" />
<Compile Include="azure\cosmos\http_constants.py" />
<Compile Include="azure\cosmos\location_cache.py" />
<Compile Include="azure\cosmos\murmur_hash.py" />
<Compile Include="azure\cosmos\partition.py" />
<Compile Include="azure\cosmos\query_iterable.py" />
<Compile Include="azure\cosmos\range.py" />
<Compile Include="azure\cosmos\range_partition_resolver.py" />
<Compile Include="azure\cosmos\request_object.py" />
<Compile Include="azure\cosmos\resource_throttle_retry_policy.py" />
<Compile Include="azure\cosmos\retry_options.py" />
<Compile Include="azure\cosmos\retry_utility.py" />
<Compile Include="azure\cosmos\routing\collection_routing_map.py" />
<Compile Include="azure\cosmos\routing\routing_map_provider.py" />
<Compile Include="azure\cosmos\routing\routing_range.py" />
<Compile Include="azure\cosmos\routing\__init__.py" />
<Compile Include="azure\cosmos\runtime_constants.py" />
<Compile Include="azure\cosmos\session.py" />
<Compile Include="azure\cosmos\session_retry_policy.py" />
<Compile Include="azure\cosmos\utils.py" />
<Compile Include="azure\cosmos\vector_session_token.py" />
<Compile Include="setup.py" />
<Compile Include="test\base_unit_tests.py" />
<Compile Include="test\crud_tests.py" />
<Compile Include="test\encoding_tests.py" />
<Compile Include="test\location_cache_tests.py" />
<Compile Include="test\multimaster_tests.py" />
<Compile Include="test\query_tests.py" />
<Compile Include="test\orderby_tests.py" />
<Compile Include="test\aggregate_tests.py" />
<Compile Include="test\globaldb_tests.py" />
<Compile Include="test\globaldb_mock_tests.py" />
<Compile Include="test\proxy_tests.py" />
<Compile Include="test\retry_policy_tests.py" />
<Compile Include="test\routing_map_tests.py" />
<Compile Include="test\routing\collection_routing_map_test.py" />
<Compile Include="test\routing\routing_map_provider_tests.py" />
<Compile Include="test\query_execution_context_tests.py" />
<Compile Include="test\routing\__init__.py" />
<Compile Include="test\session_container_tests.py" />
<Compile Include="test\session_tests.py" />
<Compile Include="test\session_token_unit_tests.py" />
<Compile Include="test\streaming_failover_test.py" />
<Compile Include="test\test_config.py" />
<Compile Include="test\ttl_tests.py" />
<Compile Include="test\ru_per_min_tests.py" />
<Compile Include="test\utils_tests.py" />
<Compile Include="azure\cosmos\auth.py" />
<Compile Include="azure\cosmos\base.py" />
<Compile Include="azure\cosmos\documents.py" />
<Compile Include="azure\cosmos\cosmos_client.py" />
<Compile Include="azure\cosmos\synchronized_request.py" />
<Compile Include="azure\cosmos\__init__.py" />
<Compile Include="test\test_partition_resolver.py" />
<Compile Include="test\__init__.py" />
<Content Include="requirements.txt" />
<Content Include="test-requirements.txt" />
<Content Include="tox.ini" />
<Content Include="test\BaselineTest.PathParser.json" />
</ItemGroup>
<ItemGroup>
<Folder Include="azure\" />
<Folder Include="azure\cosmos" />
<Folder Include="azure\cosmos\execution_context\" />
<Folder Include="azure\cosmos\routing\" />
<Folder Include="test" />
<Folder Include="test\routing\" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\2.7" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>