This commit is contained in:
Sakimori 2022-07-05 15:40:02 -04:00
parent 26f7760758
commit 254bdf2630

View file

@ -11,7 +11,7 @@
<OutputPath>.</OutputPath> <OutputPath>.</OutputPath>
<Name>BoSLOO</Name> <Name>BoSLOO</Name>
<RootNamespace>BoSLOO</RootNamespace> <RootNamespace>BoSLOO</RootNamespace>
<InterpreterId>MSBuild|BoSLOOenv|$(MSBuildProjectFullPath)</InterpreterId> <InterpreterId>MSBuild|bosloo_env|$(MSBuildProjectFullPath)</InterpreterId>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@ -28,6 +28,15 @@
</Compile> </Compile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Interpreter Include="bosloo_env\">
<Id>bosloo_env</Id>
<Version>3.10</Version>
<Description>bosloo_env (Python 3.10 (64-bit))</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
<Architecture>X64</Architecture>
</Interpreter>
<Interpreter Include="env\BoSLOOenv\"> <Interpreter Include="env\BoSLOOenv\">
<Id>BoSLOOenv</Id> <Id>BoSLOOenv</Id>
<Version>3.8</Version> <Version>3.8</Version>