-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapi.pyproj
More file actions
96 lines (96 loc) · 4.12 KB
/
api.pyproj
File metadata and controls
96 lines (96 loc) · 4.12 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
<?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>{e3a3b2a1-ff80-4299-bac9-8d9df3d494b6}</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 />
<WebBrowserUrl>http://localhost</WebBrowserUrl>
<DjangoSettingsModule>api_project.settings</DjangoSettingsModule>
<SuppressEnvironmentCreationPrompt>True</SuppressEnvironmentCreationPrompt>
<SuppressConfigureTestFrameworkPrompt>true</SuppressConfigureTestFrameworkPrompt>
<PythonDebugWebServerCommandArguments>runserver</PythonDebugWebServerCommandArguments>
<PythonRunWebServerCommandType />
<PythonDebugWebServerCommandType />
<PythonRunWebServerCommandArguments>runserver</PythonRunWebServerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include=".circleci\config.yml" />
<Content Include="requirements.txt" />
</ItemGroup>
<ItemGroup>
<Compile Include="api_project\settings.py" />
<Compile Include="api_project\urls.py" />
<Compile Include="api_project\wsgi.py" />
<Compile Include="api_project\__init__.py" />
<Compile Include="api_server\admin.py" />
<Compile Include="api_server\apps.py" />
<Compile Include="api_server\models.py" />
<Compile Include="api_server\validators.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="api_server\permission.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="api_server\urls.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="api_server\serializers.py" />
<Compile Include="api_server\tests.py" />
<Compile Include="api_server\views.py" />
<Compile Include="api_server\__init__.py" />
<Compile Include="generateToken.py" />
<Compile Include="manage.py" />
</ItemGroup>
<ItemGroup>
<Folder Include=".circleci\" />
<Folder Include="api_project" />
<Folder Include="api_server" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Django.targets" />
<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>