-
Notifications
You must be signed in to change notification settings - Fork 2
/
jupyter-Kqlmagic.pyproj
75 lines (75 loc) · 3.44 KB
/
jupyter-Kqlmagic.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
<?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>{ef1fc82b-ec08-4841-9bfe-91ca2e3b2e87}</ProjectGuid>
<ProjectHome />
<StartupFile>src\kql\textmagic.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<Name>jupyter-Kqlmagic</Name>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="CODE_OF_CONDUCT.md" />
<Content Include="CONTRIBUTING.md" />
<Content Include="dev_requirements.txt" />
<Content Include="HISTORY.rst" />
<Content Include="LICENSE.TXT" />
<Content Include="LOCAL_HACKING.txt" />
<Content Include="MANIFEST.in" />
<Content Include="NEWS.txt" />
<Content Include="NOTICE.TXT" />
<Content Include="README.rst" />
<Content Include="run_black.sh" />
<Content Include="run_tests.sh" />
</ItemGroup>
<ItemGroup>
<Compile Include="azure\Kqlmagic\ai_engine.py" />
<Compile Include="azure\Kqlmagic\cache_client.py" />
<Compile Include="azure\Kqlmagic\cache_engine.py" />
<Compile Include="azure\Kqlmagic\column_guesser.py" />
<Compile Include="azure\Kqlmagic\connection.py" />
<Compile Include="azure\Kqlmagic\constants.py" />
<Compile Include="azure\Kqlmagic\database_html.py" />
<Compile Include="azure\Kqlmagic\display.py" />
<Compile Include="azure\Kqlmagic\draft_client.py" />
<Compile Include="azure\Kqlmagic\help_html.py" />
<Compile Include="azure\Kqlmagic\kql_client.py" />
<Compile Include="azure\Kqlmagic\kql_engine.py" />
<Compile Include="azure\Kqlmagic\kql_magic.py" />
<Compile Include="azure\Kqlmagic\kql_proxy.py" />
<Compile Include="azure\Kqlmagic\kusto_client.py" />
<Compile Include="azure\Kqlmagic\kusto_engine.py" />
<Compile Include="azure\Kqlmagic\la_engine.py" />
<Compile Include="azure\Kqlmagic\log.py" />
<Compile Include="azure\Kqlmagic\magic_extension.py" />
<Compile Include="azure\Kqlmagic\my_aad_helper.py" />
<Compile Include="azure\Kqlmagic\palette.py" />
<Compile Include="azure\Kqlmagic\parameterizer.py" />
<Compile Include="azure\Kqlmagic\parser.py" />
<Compile Include="azure\Kqlmagic\results.py" />
<Compile Include="azure\Kqlmagic\version.py" />
<Compile Include="azure\Kqlmagic\__init__.py" />
<Compile Include="azure\tests\test_column_guesser.py" />
<Compile Include="azure\tests\test_magic.py" />
<Compile Include="azure\tests\test_parse.py" />
<Compile Include="azure_bdist_wheel.py" />
<Compile Include="build_packages.py" />
<Compile Include="setup.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="azure\" />
<Folder Include="azure\Kqlmagic\" />
<Folder Include="azure\tests\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>