fix: make the project runnable again from visual studio
This commit is contained in:
@@ -7,17 +7,30 @@
|
||||
<ProjectGuid>89df7a6e-dc87-40f3-8b4b-f609a6e889d1</ProjectGuid>
|
||||
<ProjectHome>.</ProjectHome>
|
||||
<ProjectTypeGuids>{789894c7-04a9-4a11-a6b5-3f4435165112};{1b580a1a-fdb3-4b32-83e1-6407eb2722e6};{349c5851-65df-11da-9384-00065b846f21};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
|
||||
<StartupFile>runserver.py</StartupFile>
|
||||
<StartupFile>FlaskWebProject\lewy.py</StartupFile>
|
||||
<SearchPath>
|
||||
</SearchPath>
|
||||
<WorkingDirectory>.</WorkingDirectory>
|
||||
<WorkingDirectory>.\FlaskWebProject\</WorkingDirectory>
|
||||
<LaunchProvider>Web launcher</LaunchProvider>
|
||||
<WebBrowserUrl>http://localhost</WebBrowserUrl>
|
||||
<WebBrowserUrl>http://127.0.0.1</WebBrowserUrl>
|
||||
<OutputPath>.</OutputPath>
|
||||
<SuppressCollectPythonCloudServiceFiles>true</SuppressCollectPythonCloudServiceFiles>
|
||||
<Name>FlaskWebProject</Name>
|
||||
<RootNamespace>FlaskWebProject</RootNamespace>
|
||||
<InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
|
||||
<PythonRunWebServerCommandEnvironment>
|
||||
</PythonRunWebServerCommandEnvironment>
|
||||
<PythonDebugWebServerCommandEnvironment>
|
||||
</PythonDebugWebServerCommandEnvironment>
|
||||
<IsWindowsApplication>False</IsWindowsApplication>
|
||||
<WebBrowserPort>5000</WebBrowserPort>
|
||||
<Environment>
|
||||
</Environment>
|
||||
<PythonRunWebServerCommandArguments>
|
||||
</PythonRunWebServerCommandArguments>
|
||||
<PythonDebugWebServerCommandArguments>
|
||||
</PythonDebugWebServerCommandArguments>
|
||||
<CommandLineArguments>-i 127.0.0.1 -p 5000</CommandLineArguments>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -28,10 +41,14 @@
|
||||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="FlaskWebProject\fs_scraper.py" />
|
||||
<Compile Include="FlaskWebProject\lewy.py" />
|
||||
<Compile Include="FlaskWebProject\lewy_api.py" />
|
||||
<Compile Include="FlaskWebProject\lewy_api_v1.py" />
|
||||
<Compile Include="FlaskWebProject\lewy_db.py" />
|
||||
<Compile Include="FlaskWebProject\lewy_globals.py" />
|
||||
<Compile Include="FlaskWebProject\routes.py" />
|
||||
<Compile Include="FlaskWebProject\lewy_routes.py" />
|
||||
<Compile Include="runserver.py" />
|
||||
<Compile Include="FlaskWebProject\__init__.py" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="FlaskWebProject\" />
|
||||
@@ -42,6 +59,7 @@
|
||||
<Folder Include="FlaskWebProject\templates\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="FlaskWebProject\config.toml" />
|
||||
<Content Include="FlaskWebProject\static\script.js" />
|
||||
<Content Include="FlaskWebProject\static\style.css" />
|
||||
<Content Include="FlaskWebProject\templates\base.html" />
|
||||
|
||||
Reference in New Issue
Block a user