-
Notifications
You must be signed in to change notification settings - Fork 1
/
flight tracking.pyproj
116 lines (116 loc) · 4.71 KB
/
flight tracking.pyproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<Name>flight tracking</Name>
<RootNamespace>flight tracking</RootNamespace>
<TestFramework>Pytest</TestFramework>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>796298fe-4f78-47e1-9431-0f5e687bb206</ProjectGuid>
<ProjectHome>.</ProjectHome>
<ProjectTypeGuids>{5F0BE9CA-D677-4A4D-8806-6076C0FAAD37};{349c5851-65df-11da-9384-00065b846f21};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<StartupFile>manage.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<WebBrowserUrl>http://localhost</WebBrowserUrl>
<LaunchProvider>Django launcher</LaunchProvider>
<DjangoSettingsModule>flight_tracking.settings</DjangoSettingsModule>
<OutputPath>.</OutputPath>
<SuppressCollectPythonCloudServiceFiles>true</SuppressCollectPythonCloudServiceFiles>
</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="flight_tracking\views.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="manage.py" />
<Compile Include="flight_tracking\__init__.py" />
<Compile Include="flight_tracking\settings.py" />
<Compile Include="flight_tracking\urls.py" />
<Compile Include="flight_tracking\wsgi.py" />
<Compile Include="track\admin.py" />
<Compile Include="track\apps.py" />
<Compile Include="track\migrations\__init__.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="track\models.py" />
<Compile Include="track\urls.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="track\tests.py" />
<Compile Include="track\views.py" />
<Compile Include="track\__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="track\templates\" />
<Folder Include="flight_tracking\" />
<Folder Include="track\" />
<Folder Include="track\migrations\" />
</ItemGroup>
<ItemGroup>
<Content Include="track\templates\index.html" />
<Content Include="track\templates\insert_flight1.html" />
<Content Include="requirements.txt" />
<Content Include="db.sqlite3" />
<Content Include="track\templates\insert.html" />
<Content Include="track\templates\query.html" />
<Content Include="track\templates\insert_customer1.html" />
<Content Include="track\templates\error.html" />
</ItemGroup>
<ItemGroup>
<None Include="readme.html">
<SubType>WebBrowser</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Django.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>