Added C++ Build Driver: MSBuild; Bug fixes;
This commit is contained in:
+8
-38
@@ -22,12 +22,8 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="..\aquery_parser\" />
|
||||
<Folder Include="..\aquery_parser\__pycache__\" />
|
||||
<Folder Include="..\engine\" />
|
||||
<Folder Include="..\engine\__pycache__\" />
|
||||
<Folder Include="parser\" />
|
||||
<Folder Include="parser\__pycache__\" />
|
||||
<Folder Include="__pycache__\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\aquery_parser\keywords.py" />
|
||||
@@ -45,42 +41,16 @@
|
||||
<Compile Include="..\engine\projection.py" />
|
||||
<Compile Include="..\engine\scan.py" />
|
||||
<Compile Include="..\engine\types.py" />
|
||||
<Compile Include="..\engine\utils.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" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="..\aquery_parser\__pycache__\keywords.cpython-310.pyc" />
|
||||
<Content Include="..\aquery_parser\__pycache__\keywords.cpython-39.pyc" />
|
||||
<Content Include="..\aquery_parser\__pycache__\sql_parser.cpython-310.pyc" />
|
||||
<Content Include="..\aquery_parser\__pycache__\sql_parser.cpython-39.pyc" />
|
||||
<Content Include="..\aquery_parser\__pycache__\types.cpython-310.pyc" />
|
||||
<Content Include="..\aquery_parser\__pycache__\types.cpython-39.pyc" />
|
||||
<Content Include="..\aquery_parser\__pycache__\utils.cpython-310.pyc" />
|
||||
<Content Include="..\aquery_parser\__pycache__\utils.cpython-39.pyc" />
|
||||
<Content Include="..\aquery_parser\__pycache__\windows.cpython-310.pyc" />
|
||||
<Content Include="..\aquery_parser\__pycache__\windows.cpython-39.pyc" />
|
||||
<Content Include="..\aquery_parser\__pycache__\__init__.cpython-310.pyc" />
|
||||
<Content Include="..\aquery_parser\__pycache__\__init__.cpython-39.pyc" />
|
||||
<Content Include="..\engine\__pycache__\ast.cpython-310.pyc" />
|
||||
<Content Include="..\engine\__pycache__\ast.cpython-39.pyc" />
|
||||
<Content Include="..\engine\__pycache__\ddl.cpython-310.pyc" />
|
||||
<Content Include="..\engine\__pycache__\ddl.cpython-39.pyc" />
|
||||
<Content Include="..\engine\__pycache__\expr.cpython-310.pyc" />
|
||||
<Content Include="..\engine\__pycache__\expr.cpython-39.pyc" />
|
||||
<Content Include="..\engine\__pycache__\groupby.cpython-310.pyc" />
|
||||
<Content Include="..\engine\__pycache__\join.cpython-310.pyc" />
|
||||
<Content Include="..\engine\__pycache__\join.cpython-39.pyc" />
|
||||
<Content Include="..\engine\__pycache__\orderby.cpython-310.pyc" />
|
||||
<Content Include="..\engine\__pycache__\projection.cpython-310.pyc" />
|
||||
<Content Include="..\engine\__pycache__\projection.cpython-39.pyc" />
|
||||
<Content Include="..\engine\__pycache__\scan.cpython-310.pyc" />
|
||||
<Content Include="..\engine\__pycache__\types.cpython-310.pyc" />
|
||||
<Content Include="..\engine\__pycache__\utils.cpython-310.pyc" />
|
||||
<Content Include="..\engine\__pycache__\utils.cpython-39.pyc" />
|
||||
<Content Include="..\engine\__pycache__\__init__.cpython-310.pyc" />
|
||||
<Content Include="..\engine\__pycache__\__init__.cpython-39.pyc" />
|
||||
<Compile Include="..\prompt.py" />
|
||||
<Compile Include="..\build.py" />
|
||||
<Compile Include="..\aquery_config.py" />
|
||||
</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
|
||||
|
||||
Reference in New Issue
Block a user