Spaces:
Sleeping
Sleeping
| |
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> | |
<PropertyGroup> | |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
<SchemaVersion>2.0</SchemaVersion> | |
<ProjectGuid>{e74977c0-edd6-4b51-b4a3-7e925076a5e7}</ProjectGuid> | |
<ProjectHome /> | |
<StartupFile>app.py</StartupFile> | |
<SearchPath /> | |
<WorkingDirectory>.</WorkingDirectory> | |
<OutputPath>.</OutputPath> | |
<ProjectTypeGuids>{e614c764-6d9e-4607-9337-b7073809a0bd};{1b580a1a-fdb3-4b32-83e1-6407eb2722e6};{349c5851-65df-11da-9384-00065b846f21};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids> | |
<LaunchProvider>Web launcher</LaunchProvider> | |
<InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId> | |
<WebBrowserUrl>http://localhost:8501</WebBrowserUrl> | |
<PythonDebugWebServerCommandArguments> -m streamlit.cli run app.py --debug $(CommandLineArguments)</PythonDebugWebServerCommandArguments> | |
<PythonWsgiHandler>{StartupModule}.wsgi_app()</PythonWsgiHandler> | |
<PythonRunWebServerCommand> | |
</PythonRunWebServerCommand> | |
<PythonDebugWebServerCommand> | |
</PythonDebugWebServerCommand> | |
<InterpreterArguments> -m streamlit.cli run app.py</InterpreterArguments> | |
<PythonRunWebServerCommandArguments> | |
</PythonRunWebServerCommandArguments> | |
<IsWindowsApplication>True</IsWindowsApplication> | |
<SuppressPackageInstallationPrompt>True</SuppressPackageInstallationPrompt> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" /> | |
<PropertyGroup Condition="'$(Configuration)' == 'Release'" /> | |
<PropertyGroup> | |
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion> | |
</PropertyGroup> | |
<ItemGroup> | |
<Content Include=".env" /> | |
<Content Include=".env\.local" /> | |
<Content Include=".gitignore" /> | |
<Content Include=".streamlit\config.toml" /> | |
<Content Include=".streamlit\secrets.toml" /> | |
<Content Include="cloudrun.yaml" /> | |
<Content Include="Dockerfile" /> | |
<Content Include="README.md" /> | |
<Content Include="requirements.txt" /> | |
</ItemGroup> | |
<ItemGroup> | |
<Compile Include="app.py" /> | |
<Compile Include="googleai.py" /> | |
<Compile Include="openai_utils.py" /> | |
<Compile Include="pineconeclient.py" /> | |
<Compile Include="utils.py" /> | |
</ItemGroup> | |
<ItemGroup> | |
<Folder Include=".streamlit" /> | |
</ItemGroup> | |
<ItemGroup> | |
<Interpreter Include="env\"> | |
<Id>env</Id> | |
<Version>0.0</Version> | |
<Description>env (Python 3.13 (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" /> | |
<ProjectExtensions> | |
<VisualStudio> | |
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> | |
<WebProjectProperties> | |
<AutoAssignPort>True</AutoAssignPort> | |
<UseCustomServer>True</UseCustomServer> | |
<CustomServerUrl>http://localhost</CustomServerUrl> | |
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> | |
</WebProjectProperties> | |
</FlavorProperties> | |
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User=""> | |
<WebProjectProperties> | |
<StartPageUrl> | |
</StartPageUrl> | |
<StartAction>CurrentPage</StartAction> | |
<AspNetDebugging>True</AspNetDebugging> | |
<SilverlightDebugging>False</SilverlightDebugging> | |
<NativeDebugging>False</NativeDebugging> | |
<SQLDebugging>False</SQLDebugging> | |
<ExternalProgram> | |
</ExternalProgram> | |
<StartExternalURL> | |
</StartExternalURL> | |
<StartCmdLineArguments> | |
</StartCmdLineArguments> | |
<StartWorkingDirectory> | |
</StartWorkingDirectory> | |
<EnableENC>False</EnableENC> | |
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug> | |
</WebProjectProperties> | |
</FlavorProperties> | |
</VisualStudio> | |
</ProjectExtensions> | |
</Project> |