You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 rivejä
3.3 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="main.py">
  31. <SubType>Code</SubType>
  32. </Compile>
  33. </ItemGroup>
  34. <ItemGroup>
  35. <InterpreterReference Include="Global|PythonCore|3.6" />
  36. </ItemGroup>
  37. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Web.targets" />
  38. <!-- Specify pre- and post-build commands in the BeforeBuild and
  39. AfterBuild targets below. -->
  40. <Target Name="BeforeBuild">
  41. </Target>
  42. <Target Name="AfterBuild">
  43. </Target>
  44. <ProjectExtensions>
  45. <VisualStudio>
  46. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  47. <WebProjectProperties>
  48. <AutoAssignPort>True</AutoAssignPort>
  49. <UseCustomServer>True</UseCustomServer>
  50. <CustomServerUrl>http://localhost</CustomServerUrl>
  51. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  52. </WebProjectProperties>
  53. </FlavorProperties>
  54. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
  55. <WebProjectProperties>
  56. <StartPageUrl>
  57. </StartPageUrl>
  58. <StartAction>CurrentPage</StartAction>
  59. <AspNetDebugging>True</AspNetDebugging>
  60. <SilverlightDebugging>False</SilverlightDebugging>
  61. <NativeDebugging>False</NativeDebugging>
  62. <SQLDebugging>False</SQLDebugging>
  63. <ExternalProgram>
  64. </ExternalProgram>
  65. <StartExternalURL>
  66. </StartExternalURL>
  67. <StartCmdLineArguments>
  68. </StartCmdLineArguments>
  69. <StartWorkingDirectory>
  70. </StartWorkingDirectory>
  71. <EnableENC>False</EnableENC>
  72. <AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
  73. </WebProjectProperties>
  74. </FlavorProperties>
  75. </VisualStudio>
  76. </ProjectExtensions>
  77. </Project>