remove any mention of specific python build
This commit is contained in:
@@ -17,7 +17,8 @@
|
|||||||
<SuppressCollectPythonCloudServiceFiles>true</SuppressCollectPythonCloudServiceFiles>
|
<SuppressCollectPythonCloudServiceFiles>true</SuppressCollectPythonCloudServiceFiles>
|
||||||
<Name>FlaskWebProject</Name>
|
<Name>FlaskWebProject</Name>
|
||||||
<RootNamespace>FlaskWebProject</RootNamespace>
|
<RootNamespace>FlaskWebProject</RootNamespace>
|
||||||
<InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
|
<InterpreterId>
|
||||||
|
</InterpreterId>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
@@ -70,17 +71,6 @@
|
|||||||
<Content Include="FlaskWebProject\static\scripts\_references.js" />
|
<Content Include="FlaskWebProject\static\scripts\_references.js" />
|
||||||
<Content Include="FlaskWebProject\templates\index.html" />
|
<Content Include="FlaskWebProject\templates\index.html" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<Interpreter Include="env\">
|
|
||||||
<Id>env</Id>
|
|
||||||
<Version>3.12</Version>
|
|
||||||
<Description>env (Python 3.12 (64-bit))</Description>
|
|
||||||
<InterpreterPath>Scripts\python.exe</InterpreterPath>
|
|
||||||
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
|
|
||||||
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
|
|
||||||
<Architecture>X64</Architecture>
|
|
||||||
</Interpreter>
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Web.targets" />
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Web.targets" />
|
||||||
<!-- Specify pre- and post-build commands in the BeforeBuild and
|
<!-- Specify pre- and post-build commands in the BeforeBuild and
|
||||||
AfterBuild targets below. -->
|
AfterBuild targets below. -->
|
||||||
|
|||||||
Reference in New Issue
Block a user