Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

89 рядки
3.6 KiB

  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>38a5dbf7-8f3d-4c79-b589-ab52837ba180</ProjectGuid>
  7. <ProjectHome>.</ProjectHome>
  8. <ProjectTypeGuids>{1b580a1a-fdb3-4b32-83e1-6407eb2722e6};{349c5851-65df-11da-9384-00065b846f21};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
  9. <StartupFile>main.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>GpsTrackerServer</Name>
  18. <RootNamespace>GpsTrackerServer</RootNamespace>
  19. <InterpreterId>Global|PythonCore|3.6</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="api.py">
  31. <SubType>Code</SubType>
  32. </Compile>
  33. <Compile Include="constants.py">
  34. <SubType>Code</SubType>
  35. </Compile>
  36. <Compile Include="main.py">
  37. <SubType>Code</SubType>
  38. </Compile>
  39. <Compile Include="middlewares.py">
  40. <SubType>Code</SubType>
  41. </Compile>
  42. <Compile Include="resources.py">
  43. <SubType>Code</SubType>
  44. </Compile>
  45. </ItemGroup>
  46. <ItemGroup>
  47. <InterpreterReference Include="Global|PythonCore|3.6" />
  48. </ItemGroup>
  49. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Web.targets" />
  50. <!-- Specify pre- and post-build commands in the BeforeBuild and
  51. AfterBuild targets below. -->
  52. <Target Name="BeforeBuild">
  53. </Target>
  54. <Target Name="AfterBuild">
  55. </Target>
  56. <ProjectExtensions>
  57. <VisualStudio>
  58. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  59. <WebProjectProperties>
  60. <AutoAssignPort>True</AutoAssignPort>
  61. <UseCustomServer>True</UseCustomServer>
  62. <CustomServerUrl>http://localhost</CustomServerUrl>
  63. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  64. </WebProjectProperties>
  65. </FlavorProperties>
  66. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
  67. <WebProjectProperties>
  68. <StartPageUrl>
  69. </StartPageUrl>
  70. <StartAction>CurrentPage</StartAction>
  71. <AspNetDebugging>True</AspNetDebugging>
  72. <SilverlightDebugging>False</SilverlightDebugging>
  73. <NativeDebugging>False</NativeDebugging>
  74. <SQLDebugging>False</SQLDebugging>
  75. <ExternalProgram>
  76. </ExternalProgram>
  77. <StartExternalURL>
  78. </StartExternalURL>
  79. <StartCmdLineArguments>
  80. </StartCmdLineArguments>
  81. <StartWorkingDirectory>
  82. </StartWorkingDirectory>
  83. <EnableENC>False</EnableENC>
  84. <AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
  85. </WebProjectProperties>
  86. </FlavorProperties>
  87. </VisualStudio>
  88. </ProjectExtensions>
  89. </Project>