TriviaMVA.pyproj 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  2. <PropertyGroup>
  3. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>e4f2e756-279e-417d-a445-15fc9a0310cb</ProjectGuid>
  7. <ProjectHome>.</ProjectHome>
  8. <ProjectTypeGuids>{789894c7-04a9-4a11-a6b5-3f4435165112};{1b580a1a-fdb3-4b32-83e1-6407eb2722e6};{349c5851-65df-11da-9384-00065b846f21};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
  9. <StartupFile>app.py</StartupFile>
  10. <SearchPath>
  11. </SearchPath>
  12. <WorkingDirectory>.</WorkingDirectory>
  13. <LaunchProvider>Web launcher</LaunchProvider>
  14. <WebBrowserUrl>http://localhost</WebBrowserUrl>
  15. <OutputPath>.</OutputPath>
  16. <SuppressCollectPythonCloudServiceFiles>true</SuppressCollectPythonCloudServiceFiles>
  17. <Name>TriviaMVA</Name>
  18. <RootNamespace>TriviaMVA</RootNamespace>
  19. <InterpreterId>MSBuild|venv|$(MSBuildProjectFullPath)</InterpreterId>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  28. </PropertyGroup>
  29. <ItemGroup>
  30. <Compile Include="app.py" />
  31. <Compile Include="routes.py">
  32. <SubType>Code</SubType>
  33. </Compile>
  34. </ItemGroup>
  35. <ItemGroup>
  36. <Content Include="requirements.txt" />
  37. <Content Include="templates\AnswerQuestion.html" />
  38. <Content Include="templates\CreateQuestion.html" />
  39. <Content Include="templates\QCorrectPage.html" />
  40. <Content Include="templates\QWrongPage.html" />
  41. <Content Include="templates\SubmitedPage.html" />
  42. <Content Include="templates\TriviaIndex.html" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Interpreter Include="venv\">
  46. <Id>venv</Id>
  47. <Version>3.7</Version>
  48. <Description>venv (Python 3.7 (64-bit))</Description>
  49. <InterpreterPath>Scripts\python.exe</InterpreterPath>
  50. <WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
  51. <PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
  52. <Architecture>X64</Architecture>
  53. </Interpreter>
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Folder Include="templates\" />
  57. </ItemGroup>
  58. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Web.targets" />
  59. <!-- Specify pre- and post-build commands in the BeforeBuild and
  60. AfterBuild targets below. -->
  61. <Target Name="BeforeBuild">
  62. </Target>
  63. <Target Name="AfterBuild">
  64. </Target>
  65. <ProjectExtensions>
  66. <VisualStudio>
  67. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  68. <WebProjectProperties>
  69. <AutoAssignPort>True</AutoAssignPort>
  70. <UseCustomServer>True</UseCustomServer>
  71. <CustomServerUrl>http://localhost</CustomServerUrl>
  72. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  73. </WebProjectProperties>
  74. </FlavorProperties>
  75. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
  76. <WebProjectProperties>
  77. <StartPageUrl>
  78. </StartPageUrl>
  79. <StartAction>CurrentPage</StartAction>
  80. <AspNetDebugging>True</AspNetDebugging>
  81. <SilverlightDebugging>False</SilverlightDebugging>
  82. <NativeDebugging>False</NativeDebugging>
  83. <SQLDebugging>False</SQLDebugging>
  84. <ExternalProgram>
  85. </ExternalProgram>
  86. <StartExternalURL>
  87. </StartExternalURL>
  88. <StartCmdLineArguments>
  89. </StartCmdLineArguments>
  90. <StartWorkingDirectory>
  91. </StartWorkingDirectory>
  92. <EnableENC>False</EnableENC>
  93. <AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
  94. </WebProjectProperties>
  95. </FlavorProperties>
  96. </VisualStudio>
  97. </ProjectExtensions>
  98. </Project>