-
Notifications
You must be signed in to change notification settings - Fork 79
/
python-webapp-django.pyproj
134 lines (134 loc) · 6.13 KB
/
python-webapp-django.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?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>python-webapp-django</Name>
<RootNamespace>python-webapp-django</RootNamespace>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>84ade756-08a4-4658-bacb-fee54c9846cf</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>python_webapp_django.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="app\forms.py" />
<Compile Include="app\models.py" />
<Compile Include="app\tests.py" />
<Compile Include="app\views.py" />
<Compile Include="app\__init__.py" />
<Compile Include="app\migrations\__init__.py" />
<Compile Include="manage.py" />
<Compile Include="python_webapp_django\__init__.py" />
<Compile Include="python_webapp_django\settings.py" />
<Compile Include="python_webapp_django\urls.py" />
<Compile Include="python_webapp_django\wsgi.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="app\" />
<Folder Include="app\migrations\" />
<Folder Include="app\static\" />
<Folder Include="app\static\app\" />
<Folder Include="app\static\app\content\" />
<Folder Include="app\static\app\fonts\" />
<Folder Include="app\static\app\img\" />
<Folder Include="app\static\app\scripts\" />
<Folder Include="app\templates\" />
<Folder Include="app\templates\app\" />
<Folder Include="python_webapp_django\" />
</ItemGroup>
<ItemGroup>
<Content Include="app\static\app\fonts\segoeuil.ttf" />
<Content Include="app\static\app\img\successCloudNew.svg" />
<Content Include="app\static\app\img\tweetThis.svg" />
<Content Include="requirements.txt" />
<Content Include="db.sqlite3" />
<Content Include="app\static\app\content\bootstrap.css" />
<Content Include="app\static\app\content\bootstrap.min.css" />
<Content Include="app\static\app\content\site.css" />
<Content Include="app\static\app\scripts\bootstrap.js" />
<Content Include="app\static\app\scripts\bootstrap.min.js" />
<Content Include="app\static\app\scripts\jquery-1.10.2.intellisense.js" />
<Content Include="app\static\app\scripts\jquery-1.10.2.js" />
<Content Include="app\static\app\scripts\jquery-1.10.2.min.js" />
<Content Include="app\static\app\scripts\jquery-1.10.2.min.map" />
<Content Include="app\static\app\scripts\jquery.validate-vsdoc.js" />
<Content Include="app\static\app\scripts\jquery.validate.js" />
<Content Include="app\static\app\scripts\jquery.validate.min.js" />
<Content Include="app\static\app\scripts\jquery.validate.unobtrusive.js" />
<Content Include="app\static\app\scripts\jquery.validate.unobtrusive.min.js" />
<Content Include="app\static\app\scripts\modernizr-2.6.2.js" />
<Content Include="app\static\app\scripts\respond.js" />
<Content Include="app\static\app\scripts\respond.min.js" />
<Content Include="app\static\app\scripts\_references.js" />
<Content Include="app\templates\app\about.html" />
<Content Include="app\templates\app\contact.html" />
<Content Include="app\templates\app\index.html" />
<Content Include="app\templates\app\layout.html" />
<Content Include="app\templates\app\login.html" />
<Content Include="app\templates\app\loginpartial.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>