|
@@ -0,0 +1,77 @@ |
|
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion> |
|
|
|
|
|
<ProjectGuid>38a5dbf7-8f3d-4c79-b589-ab52837ba180</ProjectGuid> |
|
|
|
|
|
<ProjectHome>.</ProjectHome> |
|
|
|
|
|
<ProjectTypeGuids>{1b580a1a-fdb3-4b32-83e1-6407eb2722e6};{349c5851-65df-11da-9384-00065b846f21};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids> |
|
|
|
|
|
<StartupFile>main.py</StartupFile> |
|
|
|
|
|
<SearchPath> |
|
|
|
|
|
</SearchPath> |
|
|
|
|
|
<WorkingDirectory>.</WorkingDirectory> |
|
|
|
|
|
<LaunchProvider>Web launcher</LaunchProvider> |
|
|
|
|
|
<WebBrowserUrl>http://localhost</WebBrowserUrl> |
|
|
|
|
|
<OutputPath>.</OutputPath> |
|
|
|
|
|
<SuppressCollectPythonCloudServiceFiles>true</SuppressCollectPythonCloudServiceFiles> |
|
|
|
|
|
<Name>GpsTrackerServer</Name> |
|
|
|
|
|
<RootNamespace>GpsTrackerServer</RootNamespace> |
|
|
|
|
|
<InterpreterId>Global|PythonCore|3.6</InterpreterId> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<Compile Include="main.py"> |
|
|
|
|
|
<SubType>Code</SubType> |
|
|
|
|
|
</Compile> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<InterpreterReference Include="Global|PythonCore|3.6" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Web.targets" /> |
|
|
|
|
|
<!-- Specify pre- and post-build commands in the BeforeBuild and |
|
|
|
|
|
AfterBuild targets below. --> |
|
|
|
|
|
<Target Name="BeforeBuild"> |
|
|
|
|
|
</Target> |
|
|
|
|
|
<Target Name="AfterBuild"> |
|
|
|
|
|
</Target> |
|
|
|
|
|
<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> |