|
18 | 18 | <SuppressCollectPythonCloudServiceFiles>true</SuppressCollectPythonCloudServiceFiles> |
19 | 19 | <Name>PyWebApi.PyPI</Name> |
20 | 20 | <RootNamespace>PyWebApi.PyPI</RootNamespace> |
21 | | - <InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId> |
| 21 | + <InterpreterId>MSBuild|.venv|$(MSBuildProjectFullPath)</InterpreterId> |
22 | 22 | </PropertyGroup> |
23 | 23 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
24 | 24 | <DebugSymbols>true</DebugSymbols> |
|
34 | 34 | <Content Include="setup.cfg" /> |
35 | 35 | <Content Include="upload.bat" /> |
36 | 36 | </ItemGroup> |
37 | | - <ItemGroup> |
38 | | - <Interpreter Include="env\"> |
39 | | - <Id>env</Id> |
40 | | - <Version>3.6</Version> |
41 | | - <Description>env (Python 3.6 (64-bit))</Description> |
42 | | - <InterpreterPath>Scripts\python.exe</InterpreterPath> |
43 | | - <WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath> |
44 | | - <PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable> |
45 | | - <Architecture>X64</Architecture> |
46 | | - </Interpreter> |
47 | | - </ItemGroup> |
48 | 37 | <ItemGroup> |
49 | 38 | <Folder Include="pywebapi\" /> |
50 | 39 | </ItemGroup> |
|
57 | 46 | <Compile Include="setup.py" /> |
58 | 47 | <Compile Include="test_app.py" /> |
59 | 48 | </ItemGroup> |
| 49 | + <ItemGroup> |
| 50 | + <Interpreter Include=".venv\"> |
| 51 | + <Id>.venv</Id> |
| 52 | + <Version>3.6</Version> |
| 53 | + <Description>.venv (Python 3.6 (64-bit))</Description> |
| 54 | + <InterpreterPath>Scripts\python.exe</InterpreterPath> |
| 55 | + <WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath> |
| 56 | + <PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable> |
| 57 | + <Architecture>X64</Architecture> |
| 58 | + </Interpreter> |
| 59 | + </ItemGroup> |
60 | 60 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Web.targets" /> |
61 | 61 | <!-- Specify pre- and post-build commands in the BeforeBuild and |
62 | 62 | AfterBuild targets below. --> |
|
0 commit comments