-
Notifications
You must be signed in to change notification settings - Fork 0
/
django.pyproj
69 lines (69 loc) · 2.95 KB
/
django.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
<?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>{3279f9a2-85e2-4899-aa59-20d50ddef483}</ProjectGuid>
<ProjectHome />
<StartupFile>manage.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>{00000000-0000-0000-0000-000000000000}</InterpreterId>
<InterpreterVersion>0.0</InterpreterVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="blog\admin.py" />
<Compile Include="blog\migrations\0001_initial.py" />
<Compile Include="blog\migrations\__init__.py" />
<Compile Include="blog\models.py" />
<Compile Include="blog\tests.py" />
<Compile Include="blog\views.py" />
<Compile Include="blog\__init__.py" />
<Compile Include="liftserver\admin.py" />
<Compile Include="liftserver\migrations\__init__.py" />
<Compile Include="liftserver\models.py" />
<Compile Include="liftserver\tests.py" />
<Compile Include="liftserver\views.py" />
<Compile Include="liftserver\__init__.py" />
<Compile Include="manage.py" />
<Compile Include="mysite\settings.py" />
<Compile Include="mysite\urls.py" />
<Compile Include="mysite\wsgi.py" />
<Compile Include="mysite\__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="blog" />
<Folder Include="blog\migrations" />
<Folder Include="liftserver" />
<Folder Include="liftserver\migrations" />
<Folder Include="mysite" />
</ItemGroup>
<ItemGroup>
<Interpreter Include="myvenv\">
<Id>{20776280-349d-48af-b7db-4fe912cee105}</Id>
<Description>myvenv</Description>
<BaseInterpreter>{00000000-0000-0000-0000-000000000000}</BaseInterpreter>
<InterpreterPath>
</InterpreterPath>
<WindowsInterpreterPath>
</WindowsInterpreterPath>
<LibraryPath>Lib\</LibraryPath>
<Version>0.0</Version>
<Architecture>
</Architecture>
<PathEnvironmentVariable>
</PathEnvironmentVariable>
</Interpreter>
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>