This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ImageResizer.pyproj
148 lines (148 loc) · 6.7 KB
/
ImageResizer.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<?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>ImageResizer</Name>
<RootNamespace>ImageResizer</RootNamespace>
<InterpreterId>{2af0f10d-7135-4994-9156-5d01c9c11b7e}</InterpreterId>
<InterpreterVersion>3.4</InterpreterVersion>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>a4d4f0de-26e4-42cd-9e16-70390cf86db7</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>
<LaunchProvider>Django launcher</LaunchProvider>
<OutputPath>.</OutputPath>
</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\consumers.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="app\forms.py" />
<Compile Include="app\models.py" />
<Compile Include="app\tasks.py" />
<Compile Include="app\serializers.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="app\utils.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="app\tests.py" />
<Compile Include="app\views.py" />
<Compile Include="app\__init__.py" />
<Compile Include="app\migrations\__init__.py" />
<Compile Include="ImageResizer\celery.py" />
<Compile Include="ImageResizer\routing.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="manage.py" />
<Compile Include="ImageResizer\__init__.py" />
<Compile Include="ImageResizer\settings.py" />
<Compile Include="ImageResizer\urls.py" />
<Compile Include="ImageResizer\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\scripts\" />
<Folder Include="app\templates\" />
<Folder Include="app\templates\app\" />
<Folder Include="ImageResizer\" />
</ItemGroup>
<ItemGroup>
<Content Include="app\static\app\scripts\jquery.form.js" />
<Content Include="app\static\app\scripts\script.js" />
<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\fonts\glyphicons-halflings-regular.eot" />
<Content Include="app\static\app\fonts\glyphicons-halflings-regular.svg" />
<Content Include="app\static\app\fonts\glyphicons-halflings-regular.ttf" />
<Content Include="app\static\app\fonts\glyphicons-halflings-regular.woff" />
<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>
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\2.7" />
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\3.4" />
</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>