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
/
Copy pathpython.pyproj
50 lines (50 loc) · 2.5 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
<?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>{9a7a9026-48c1-4688-9d5d-e5699d47d074}</InterpreterId>
<InterpreterVersion>2.7</InterpreterVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<IsWindowsApplication>False</IsWindowsApplication>
</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="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="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\2.7" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>