DjangoWebProject1

Форк
0
/
DjangoWebProject1.pyproj 
152 строки · 7.0 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3
  <PropertyGroup>
4
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
5
    <Name>DjangoWebProject1</Name>
6
    <RootNamespace>DjangoWebProject1</RootNamespace>
7
    <InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
8
  </PropertyGroup>
9
  <PropertyGroup>
10
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
11
    <SchemaVersion>2.0</SchemaVersion>
12
    <ProjectGuid>da0d52d2-a77e-422d-a11b-7e85db5ef1f7</ProjectGuid>
13
    <ProjectHome>.</ProjectHome>
14
    <ProjectTypeGuids>{5F0BE9CA-D677-4A4D-8806-6076C0FAAD37};{349c5851-65df-11da-9384-00065b846f21};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
15
    <StartupFile>manage.py</StartupFile>
16
    <SearchPath>
17
    </SearchPath>
18
    <WorkingDirectory>.</WorkingDirectory>
19
    <WebBrowserUrl>http://localhost</WebBrowserUrl>
20
    <LaunchProvider>Django launcher</LaunchProvider>
21
    <DjangoSettingsModule>DjangoWebProject1.settings</DjangoSettingsModule>
22
    <OutputPath>.</OutputPath>
23
    <SuppressCollectPythonCloudServiceFiles>true</SuppressCollectPythonCloudServiceFiles>
24
  </PropertyGroup>
25
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
26
    <DebugSymbols>true</DebugSymbols>
27
    <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
28
  </PropertyGroup>
29
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
30
    <DebugSymbols>true</DebugSymbols>
31
    <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
32
  </PropertyGroup>
33
  <ItemGroup>
34
    <Compile Include="app\forms.py" />
35
    <Compile Include="app\models.py" />
36
    <Compile Include="app\tests.py" />
37
    <Compile Include="app\views.py" />
38
    <Compile Include="app\__init__.py" />
39
    <Compile Include="app\migrations\__init__.py" />
40
    <Compile Include="manage.py" />
41
    <Compile Include="DjangoWebProject1\__init__.py" />
42
    <Compile Include="DjangoWebProject1\settings.py" />
43
    <Compile Include="DjangoWebProject1\urls.py" />
44
    <Compile Include="DjangoWebProject1\wsgi.py" />
45
  </ItemGroup>
46
  <ItemGroup>
47
    <Folder Include="app\" />
48
    <Folder Include="app\migrations\" />
49
    <Folder Include="app\static\" />
50
    <Folder Include="app\static\app\" />
51
    <Folder Include="app\static\app\content\" />
52
    <Folder Include="app\static\app\fonts\" />
53
    <Folder Include="app\static\app\scripts\" />
54
    <Folder Include="app\templates\" />
55
    <Folder Include="app\templates\app\" />
56
    <Folder Include="DjangoWebProject1\" />
57
  </ItemGroup>
58
  <ItemGroup>
59
    <Content Include="app\templates\app\blog.html" />
60
    <Content Include="app\templates\app\blogpost.html" />
61
    <Content Include="app\templates\app\newpost.html" />
62
    <Content Include="app\templates\app\registration.html" />
63
    <Content Include="app\templates\app\rewiev.html" />
64
    <Content Include="app\templates\app\videopost.html" />
65
    <Content Include="requirements.txt" />
66
    <Content Include="db.sqlite3" />
67
    <Content Include="app\static\app\content\bootstrap.css" />
68
    <Content Include="app\static\app\content\bootstrap.min.css" />
69
    <Content Include="app\static\app\content\site.css" />
70
    <Content Include="app\static\app\fonts\glyphicons-halflings-regular.eot" />
71
    <Content Include="app\static\app\fonts\glyphicons-halflings-regular.svg" />
72
    <Content Include="app\static\app\fonts\glyphicons-halflings-regular.ttf" />
73
    <Content Include="app\static\app\fonts\glyphicons-halflings-regular.woff" />
74
    <Content Include="app\static\app\scripts\bootstrap.js" />
75
    <Content Include="app\static\app\scripts\bootstrap.min.js" />
76
    <Content Include="app\static\app\scripts\jquery-1.10.2.intellisense.js" />
77
    <Content Include="app\static\app\scripts\jquery-1.10.2.js" />
78
    <Content Include="app\static\app\scripts\jquery-1.10.2.min.js" />
79
    <Content Include="app\static\app\scripts\jquery-1.10.2.min.map" />
80
    <Content Include="app\static\app\scripts\jquery.validate-vsdoc.js" />
81
    <Content Include="app\static\app\scripts\jquery.validate.js" />
82
    <Content Include="app\static\app\scripts\jquery.validate.min.js" />
83
    <Content Include="app\static\app\scripts\jquery.validate.unobtrusive.js" />
84
    <Content Include="app\static\app\scripts\jquery.validate.unobtrusive.min.js" />
85
    <Content Include="app\static\app\scripts\modernizr-2.6.2.js" />
86
    <Content Include="app\static\app\scripts\respond.js" />
87
    <Content Include="app\static\app\scripts\respond.min.js" />
88
    <Content Include="app\static\app\scripts\_references.js" />
89
    <Content Include="app\templates\app\about.html" />
90
    <Content Include="app\templates\app\contact.html" />
91
    <Content Include="app\templates\app\index.html" />
92
    <Content Include="app\templates\app\layout.html" />
93
    <Content Include="app\templates\app\login.html" />
94
    <Content Include="app\templates\app\loginpartial.html" />
95
  </ItemGroup>
96
  <ItemGroup>
97
    <None Include="readme.html">
98
      <SubType>WebBrowser</SubType>
99
    </None>
100
  </ItemGroup>
101
  <ItemGroup>
102
    <Interpreter Include="env\">
103
      <Id>env</Id>
104
      <Version>3.7</Version>
105
      <Description>env (Python 3.7 (32-bit))</Description>
106
      <InterpreterPath>Scripts\python.exe</InterpreterPath>
107
      <WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
108
      <PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
109
      <Architecture>X86</Architecture>
110
    </Interpreter>
111
  </ItemGroup>
112
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Django.targets" />
113
  <!-- Specify pre- and post-build commands in the BeforeBuild and 
114
       AfterBuild targets below. -->
115
  <Target Name="BeforeBuild">
116
  </Target>
117
  <Target Name="AfterBuild">
118
  </Target>
119
  <ProjectExtensions>
120
    <VisualStudio>
121
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
122
        <WebProjectProperties>
123
          <AutoAssignPort>True</AutoAssignPort>
124
          <UseCustomServer>True</UseCustomServer>
125
          <CustomServerUrl>http://localhost</CustomServerUrl>
126
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
127
        </WebProjectProperties>
128
      </FlavorProperties>
129
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
130
        <WebProjectProperties>
131
          <StartPageUrl>
132
          </StartPageUrl>
133
          <StartAction>CurrentPage</StartAction>
134
          <AspNetDebugging>True</AspNetDebugging>
135
          <SilverlightDebugging>False</SilverlightDebugging>
136
          <NativeDebugging>False</NativeDebugging>
137
          <SQLDebugging>False</SQLDebugging>
138
          <ExternalProgram>
139
          </ExternalProgram>
140
          <StartExternalURL>
141
          </StartExternalURL>
142
          <StartCmdLineArguments>
143
          </StartCmdLineArguments>
144
          <StartWorkingDirectory>
145
          </StartWorkingDirectory>
146
          <EnableENC>False</EnableENC>
147
          <AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
148
        </WebProjectProperties>
149
      </FlavorProperties>
150
    </VisualStudio>
151
  </ProjectExtensions>
152
</Project>

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.