-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHomeAutomation.pyproj
More file actions
128 lines (128 loc) · 6.31 KB
/
Copy pathHomeAutomation.pyproj
File metadata and controls
128 lines (128 loc) · 6.31 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?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>{02429726-92ee-4156-9c8b-dd591dacc3c6}</ProjectGuid>
<ProjectHome />
<StartupFile>homeautomation\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>Standard Python launcher</LaunchProvider>
<InterpreterId>Global|PythonCore|2.7-32</InterpreterId>
<UseIISExpress>true</UseIISExpress>
<WebBrowserUrl>http://localhost</WebBrowserUrl>
<PythonRunWebServerCommandType />
<PythonRunWebServerCommandArguments>
</PythonRunWebServerCommandArguments>
<IsWindowsApplication>False</IsWindowsApplication>
<PythonDebugWebServerCommandArguments />
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="homeautomation\homeautomation\custom_storages.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="homeautomation\homeautomation\settings.py" />
<Compile Include="homeautomation\homeautomation\urls.py" />
<Compile Include="homeautomation\homeautomation\wsgi.py" />
<Compile Include="homeautomation\homeautomation\__init__.py" />
<Compile Include="homeautomation\manage.py" />
<Compile Include="homeautomation\ProductList\admin.py" />
<Compile Include="homeautomation\ProductList\apps.py" />
<Compile Include="homeautomation\ProductList\forms.py" />
<Compile Include="homeautomation\ProductList\models.py" />
<Compile Include="homeautomation\ProductList\tests.py" />
<Compile Include="homeautomation\ProductList\urls.py" />
<Compile Include="homeautomation\ProductList\views.py" />
<Compile Include="homeautomation\ProductList\__init__.py" />
<Compile Include="obj\Debug\attach_server.py" />
<Compile Include="obj\Debug\visualstudio_py_debugger.py" />
<Compile Include="obj\Debug\visualstudio_py_repl.py" />
<Compile Include="obj\Debug\visualstudio_py_util.py" />
<Compile Include="obj\Debug\__init__.py" />
<Compile Include="obj\Debug\__main__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="homeautomation\" />
<Folder Include="homeautomation\homeautomation\" />
<Folder Include="homeautomation\homeautomation\static\" />
<Folder Include="homeautomation\homeautomation\static\ProductList\" />
<Folder Include="homeautomation\homeautomation\templates\" />
<Folder Include="homeautomation\homeautomation\templates\ProductList\" />
<Folder Include="homeautomation\ProductList\" />
<Folder Include="media_cdn\" />
<Folder Include="obj\" />
<Folder Include="obj\Debug\" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|2.7-32" />
<InterpreterReference Include="Global|PythonCore|3.6" />
</ItemGroup>
<ItemGroup>
<Content Include="homeautomation\homeautomation\templates\base.html" />
<Content Include="homeautomation\homeautomation\templates\ProductList\403.html" />
<Content Include="homeautomation\homeautomation\templates\ProductList\404.html" />
<Content Include="homeautomation\homeautomation\templates\ProductList\500.html" />
<Content Include="homeautomation\homeautomation\templates\ProductList\index.html" />
<Content Include="homeautomation\homeautomation\templates\ProductList\item_detail.html" />
<Content Include="homeautomation\homeautomation\templates\ProductList\profile.html" />
<Content Include="media_cdn\gateway.png" />
<Content Include="media_cdn\hamdan.jpg" />
<Content Include="media_cdn\hestia.png" />
<Content Include="media_cdn\img1.jpg" />
<Content Include="media_cdn\mr.jpg" />
<Content Include="media_cdn\mrcoffee.jpg" />
<Content Include="media_cdn\Screen_Shot_2017-04-15_at_10.45.46_PM.png" />
<Content Include="obj\Debug\HomeAutomation.pyproj.FileListAbsolute.txt" />
<Content Include="README.md" />
</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:50007/</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>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>