-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuperlists.pyproj
More file actions
112 lines (112 loc) · 5.03 KB
/
superlists.pyproj
File metadata and controls
112 lines (112 loc) · 5.03 KB
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9e1e3673-4fcb-49c2-9258-a866a88c34b3}</ProjectGuid>
<ProjectHome />
<StartupFile>manage.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{5F0BE9CA-D677-4A4D-8806-6076C0FAAD37};{349c5851-65df-11da-9384-00065b846f21};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Django launcher</LaunchProvider>
<InterpreterId>Global|PythonCore|3.6-32</InterpreterId>
<WebBrowserUrl>http://localhost</WebBrowserUrl>
<UseIISExpress>true</UseIISExpress>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="functional_tests\tests.py" />
<Compile Include="functional_tests\__init__.py" />
<Compile Include="lists\admin.py" />
<Compile Include="lists\apps.py" />
<Compile Include="lists\migrations\0001_initial.py" />
<Compile Include="lists\migrations\0002_item_text.py" />
<Compile Include="lists\migrations\0003_auto_20170626_1637.py" />
<Compile Include="lists\migrations\__init__.py" />
<Compile Include="lists\models.py" />
<Compile Include="lists\tests.py" />
<Compile Include="lists\urls.py" />
<Compile Include="lists\views.py" />
<Compile Include="lists\__init__.py" />
<Compile Include="manage.py" />
<Compile Include="superlists\settings.py" />
<Compile Include="superlists\urls.py" />
<Compile Include="superlists\wsgi.py" />
<Compile Include="superlists\__init__.py" />
</ItemGroup>
<ItemGroup>
<Content Include="lists\static\base.css" />
<Content Include="lists\static\bootstrap\css\bootstrap-theme.css" />
<Content Include="lists\static\bootstrap\css\bootstrap-theme.min.css" />
<Content Include="lists\static\bootstrap\css\bootstrap.css" />
<Content Include="lists\static\bootstrap\css\bootstrap.min.css" />
<Content Include="lists\static\bootstrap\fonts\glyphicons-halflings-regular.svg" />
<Content Include="lists\static\bootstrap\js\bootstrap.js" />
<Content Include="lists\static\bootstrap\js\bootstrap.min.js" />
<Content Include="lists\static\bootstrap\js\npm.js" />
<Content Include="lists\templates\base.html" />
<Content Include="lists\templates\home.html" />
<Content Include="lists\templates\list.html" />
</ItemGroup>
<ItemGroup>
<Folder Include="functional_tests" />
<Folder Include="lists" />
<Folder Include="lists\migrations" />
<Folder Include="lists\static" />
<Folder Include="lists\static\bootstrap\" />
<Folder Include="lists\static\bootstrap\css" />
<Folder Include="lists\static\bootstrap\fonts" />
<Folder Include="lists\static\bootstrap\js" />
<Folder Include="lists\templates" />
<Folder Include="superlists" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.6-32" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Django.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:57935/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</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>True</EnableENC>
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>