forked from microsoft/PowerPlatformConnectors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaconn.pyproj
85 lines (85 loc) · 3.87 KB
/
paconn.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
<?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>{6285073d-e427-48c1-9783-abddf33fa22c}</ProjectGuid>
<ProjectHome />
<StartupFile>paconn\__main__.py</StartupFile>
<SearchPath />
<WorkingDirectory>
</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>Global|PythonCore|3.7</InterpreterId>
<CommandLineArguments>
</CommandLineArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<Name>paconn</Name>
<IsWindowsApplication>False</IsWindowsApplication>
<PublishUrl>
</PublishUrl>
</PropertyGroup>
<ItemGroup>
<Compile Include="paconn\apimanager\apimanagerbuilder.py" />
<Compile Include="paconn\apimanager\flowrpbuilder.py" />
<Compile Include="paconn\apimanager\powerappsrpbuilder.py" />
<Compile Include="paconn\apimanager\__init__.py" />
<Compile Include="paconn\authentication\auth.py" />
<Compile Include="paconn\authentication\profile.py" />
<Compile Include="paconn\authentication\tokenmanager.py" />
<Compile Include="paconn\authentication\__init__.py" />
<Compile Include="paconn\commands\commands.py" />
<Compile Include="paconn\commands\validate.py" />
<Compile Include="paconn\commands\__init__.py" />
<Compile Include="paconn\settings\settingsbuilder.py" />
<Compile Include="paconn\operations\validate.py" />
<Compile Include="paconn\operations\json_keys.py" />
<Compile Include="paconn\settings\settingsserializer.py" />
<Compile Include="paconn\common\util.py" />
<Compile Include="paconn\common\__init__.py" />
<Compile Include="paconn\completer.py" />
<Compile Include="paconn\config\__init__.py" />
<Compile Include="paconn\commands\help.py" />
<Compile Include="paconn\apimanager\apimanager.py" />
<Compile Include="paconn\commands\download.py" />
<Compile Include="paconn\commands\login.py" />
<Compile Include="paconn\operations\upsert.py" />
<Compile Include="paconn\settings\settings.py" />
<Compile Include="paconn\apimanager\flowrp.py" />
<Compile Include="paconn\apimanager\fileuploader.py" />
<Compile Include="paconn\apimanager\powerappsrp.py" />
<Compile Include="paconn\common\prompts.py" />
<Compile Include="paconn\commands\update.py" />
<Compile Include="paconn\commands\create.py" />
<Compile Include="paconn\operations\download.py" />
<Compile Include="paconn\settings\util.py" />
<Compile Include="paconn\operations\__init__.py" />
<Compile Include="paconn\commands\params.py" />
<Compile Include="paconn\settings\__init__.py" />
<Compile Include="paconn\__init__.py" />
<Compile Include="paconn\__main__.py" />
<Compile Include="setup.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="paconn\" />
<Folder Include="paconn\config\" />
<Folder Include="paconn\apimanager\" />
<Folder Include="paconn\commands\" />
<Folder Include="paconn\settings\" />
<Folder Include="paconn\operations\" />
<Folder Include="paconn\authentication\" />
<Folder Include="paconn\common\" />
</ItemGroup>
<ItemGroup>
<Content Include="paconn\config\cli.flake8" />
<Content Include="paconn\config\cli_pylintrc" />
<Content Include="paconn\paconn.completion.sh" />
<Content Include="README.md" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.7" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>