зеркало из
1
0
Форкнуть 0
azure-kusto-python/azure-kusto-python.pyproj

118 строки
5.9 KiB
XML

<?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>f9929b44-7edf-4436-9e6a-2bf7ecc96a26</ProjectGuid>
<ProjectHome>.</ProjectHome>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>azure-kusto-python</Name>
<RootNamespace>azure-kusto-python</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Folder Include="azure-kusto-data\" />
<Folder Include="azure-kusto-data\azure\" />
<Folder Include="azure-kusto-data\azure\kusto\" />
<Folder Include="azure-kusto-data\azure\kusto\data\" />
<Folder Include="azure-kusto-data\tests\" />
<Folder Include="azure-kusto-data\tests\input\" />
<Folder Include="azure-kusto-ingest\" />
<Folder Include="azure-kusto-ingest\azure\" />
<Folder Include="azure-kusto-ingest\azure\kusto\" />
<Folder Include="azure-kusto-ingest\azure\kusto\ingest\" />
<Folder Include="azure-kusto-ingest\tests\" />
<Folder Include="azure-kusto-ingest\tests\input\" />
</ItemGroup>
<ItemGroup>
<Compile Include="azure-kusto-data\azure\kusto\data\aad_helper.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="azure-kusto-data\azure\kusto\data\kusto_client.py" />
<Compile Include="azure-kusto-data\azure\kusto\data\kusto_exceptions.py" />
<Compile Include="azure-kusto-data\azure\kusto\data\version.py" />
<Compile Include="azure-kusto-data\azure\kusto\data\__init__.py" />
<Compile Include="azure-kusto-data\azure\kusto\__init__.py" />
<Compile Include="azure-kusto-data\azure\__init__.py" />
<Compile Include="azure-kusto-data\azure_bdist_wheel.py" />
<Compile Include="azure-kusto-data\setup.py" />
<Compile Include="azure-kusto-data\tests\test_converter.py" />
<Compile Include="azure-kusto-data\tests\test_functional.py" />
<Compile Include="azure-kusto-data\tests\sample_driver.py" />
<Compile Include="azure-kusto-data\tests\test_kusto_client.py" />
<Compile Include="azure-kusto-data\tests\__init__.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="azure-kusto-ingest\azure\kusto\ingest\connection_string.py" />
<Compile Include="azure-kusto-ingest\azure\kusto\ingest\descriptors.py" />
<Compile Include="azure-kusto-ingest\azure\kusto\ingest\ingestion_blob_info.py" />
<Compile Include="azure-kusto-ingest\azure\kusto\ingest\ingestion_properties.py" />
<Compile Include="azure-kusto-ingest\azure\kusto\ingest\kusto_ingest_client.py" />
<Compile Include="azure-kusto-ingest\azure\kusto\ingest\kusto_ingest_client_exceptions.py" />
<Compile Include="azure-kusto-ingest\azure\kusto\ingest\resource_manager.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="azure-kusto-ingest\azure\kusto\ingest\version.py" />
<Compile Include="azure-kusto-ingest\azure\kusto\ingest\__init__.py" />
<Compile Include="azure-kusto-ingest\azure\kusto\__init__.py" />
<Compile Include="azure-kusto-ingest\azure\__init__.py" />
<Compile Include="azure-kusto-ingest\azure_bdist_wheel.py" />
<Compile Include="azure-kusto-ingest\setup.py" />
<Compile Include="azure-kusto-ingest\tests\input\__init__.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="azure-kusto-ingest\tests\test_connection_string.py" />
<Compile Include="azure-kusto-ingest\tests\test_descriptors.py" />
<Compile Include="azure-kusto-ingest\tests\test_ingestion_blob_info.py" />
<Compile Include="azure-kusto-ingest\tests\sample.py" />
<Compile Include="azure-kusto-ingest\tests\__init__.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="build_packages.py" />
<Compile Include="setup.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include=".travis.yml" />
<Content Include="azure-kusto-data\MANIFEST.in" />
<Content Include="azure-kusto-data\README.rst" />
<Content Include="azure-kusto-data\requirements.txt" />
<Content Include="azure-kusto-data\setup.cfg" />
<Content Include="azure-kusto-data\tests\input\deft.json" />
<Content Include="azure-kusto-data\tests\input\querypartialresults.json" />
<Content Include="azure-kusto-data\tests\input\versionshowcommandresult.json" />
<Content Include="azure-kusto-ingest\MANIFEST.in" />
<Content Include="azure-kusto-ingest\README.rst" />
<Content Include="azure-kusto-ingest\requirements.txt" />
<Content Include="azure-kusto-ingest\setup.cfg" />
<Content Include="azure-kusto-ingest\tests\input\dataset.csv" />
<Content Include="azure-kusto-ingest\tests\input\dataset.csv.gz" />
<Content Include="azure-kusto-ingest\tests\input\dataset.json" />
<Content Include="azure-kusto-ingest\tests\input\dataset.jsonz.gz" />
<Content Include="dev_requirements.txt" />
<Content Include="README.md" />
<Content Include="setup.cfg">
<SubType>Code</SubType>
</Content>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
<!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in
the BeforeBuild and AfterBuild targets below. -->
<!--<Target Name="CoreCompile" />-->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
</Project>