You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
3.4 KiB
75 lines
3.4 KiB
<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>ccc243f5-663e-45b7-a6de-b2468c58b3a7</ProjectGuid>
|
|
<ProjectHome>.</ProjectHome>
|
|
<StartupFile>..\prompt.py</StartupFile>
|
|
<SearchPath>..\msvs-py</SearchPath>
|
|
<WorkingDirectory>..</WorkingDirectory>
|
|
<OutputPath>.</OutputPath>
|
|
<Name>msvs-py</Name>
|
|
<RootNamespace>msvs-py</RootNamespace>
|
|
<IsWindowsApplication>False</IsWindowsApplication>
|
|
<InterpreterId>Global|PythonCore|3.9</InterpreterId>
|
|
<LaunchProvider>Standard Python launcher</LaunchProvider>
|
|
<EnableNativeCodeDebugging>True</EnableNativeCodeDebugging>
|
|
<Environment>AQ_DEBUG=1</Environment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'RelWDbgInf' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
<OutputPath>bin\RelWDbgInf\</OutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Folder Include="..\aquery_parser\" />
|
|
<Folder Include="..\engine\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\aquery_parser\keywords.py" />
|
|
<Compile Include="..\aquery_parser\sql_parser.py" />
|
|
<Compile Include="..\aquery_parser\types.py" />
|
|
<Compile Include="..\aquery_parser\utils.py" />
|
|
<Compile Include="..\aquery_parser\windows.py" />
|
|
<Compile Include="..\aquery_parser\__init__.py" />
|
|
<Compile Include="..\engine\ast.py" />
|
|
<Compile Include="..\engine\ddl.py" />
|
|
<Compile Include="..\engine\expr.py" />
|
|
<Compile Include="..\engine\groupby.py" />
|
|
<Compile Include="..\engine\join.py" />
|
|
<Compile Include="..\engine\orderby.py" />
|
|
<Compile Include="..\engine\projection.py" />
|
|
<Compile Include="..\engine\scan.py" />
|
|
<Compile Include="..\reconstruct\storage.py" />
|
|
<Compile Include="..\reconstruct\expr.py" />
|
|
<Compile Include="..\reconstruct\__init__.py" />
|
|
<Compile Include="..\reconstruct\ast.py" />
|
|
<Compile Include="..\engine\__init__.py" />
|
|
<Compile Include="..\prompt.py" />
|
|
<Compile Include="..\build.py" />
|
|
<Compile Include="..\aquery_config.py" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<InterpreterReference Include="Global|PythonCore|3.10" />
|
|
<InterpreterReference Include="Global|PythonCore|3.11" />
|
|
<InterpreterReference Include="Global|PythonCore|3.12" />
|
|
<InterpreterReference Include="Global|PythonCore|3.9" />
|
|
</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> |