forked from Azure/azure-cosmos-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
python.pyproj
45 lines (45 loc) · 2.14 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
<?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>
<StartupFile>test\crud_tests.py</StartupFile>
<SearchPath>.</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<InterpreterId>{2af0f10d-7135-4994-9156-5d01c9c11b7e}</InterpreterId>
<InterpreterVersion>2.7</InterpreterVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<ItemGroup>
<Content Include="README" />
<Compile Include="pydocumentdb\errors.py" />
<Compile Include="pydocumentdb\http_constants.py" />
<Compile Include="pydocumentdb\query_iterable.py" />
<Compile Include="pydocumentdb\runtime_constants.py" />
<Compile Include="setup.py" />
<Compile Include="test\crud_tests.py" />
<Compile Include="pydocumentdb\auth.py" />
<Compile Include="pydocumentdb\backoff_retry_utility.py" />
<Compile Include="pydocumentdb\base.py" />
<Compile Include="pydocumentdb\documents.py" />
<Compile Include="pydocumentdb\document_client.py" />
<Compile Include="pydocumentdb\https_connection.py" />
<Compile Include="pydocumentdb\synchronized_request.py" />
<Compile Include="pydocumentdb\__init__.py" />
<Compile Include="test\__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="pydocumentdb" />
<Folder Include="test" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\2.7" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
</Project>