forked from Mastercard/oauth1-signer-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oauth1-signer-python.pyproj
47 lines (47 loc) · 1.98 KB
/
oauth1-signer-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
<?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>{fa855547-dee5-41b1-b0a9-d334718ac7ca}</ProjectGuid>
<ProjectHome />
<StartupFile>setup.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>Global|PythonCore|3.7-32</InterpreterId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="requirements.txt" />
</ItemGroup>
<ItemGroup>
<Compile Include="oauth1\authenticationutils.py" />
<Compile Include="oauth1\coreutils.py" />
<Compile Include="oauth1\oauth.py" />
<Compile Include="oauth1\signer.py" />
<Compile Include="oauth1\signer_interceptor.py" />
<Compile Include="oauth1\version.py" />
<Compile Include="oauth1\__init__.py" />
<Compile Include="setup.py" />
<Compile Include="tests\test_interceptor.py" />
<Compile Include="tests\test_oauth.py" />
<Compile Include="tests\test_signer.py" />
<Compile Include="tests\test_utils.py" />
<Compile Include="tests\__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="oauth1" />
<Folder Include="tests" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.7-32" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>