added corr
This commit is contained in:
@@ -11,9 +11,10 @@
|
||||
<Name>msvs-py</Name>
|
||||
<RootNamespace>msvs-py</RootNamespace>
|
||||
<IsWindowsApplication>False</IsWindowsApplication>
|
||||
<InterpreterId>Global|PythonCore|3.9</InterpreterId>
|
||||
<InterpreterId>Global|PythonCore|3.10</InterpreterId>
|
||||
<LaunchProvider>Standard Python launcher</LaunchProvider>
|
||||
<EnableNativeCodeDebugging>True</EnableNativeCodeDebugging>
|
||||
<Environment>AQ_DEBUG=1</Environment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -59,6 +60,9 @@
|
||||
<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" />
|
||||
|
||||
Reference in New Issue
Block a user