-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmyproj.pyproj
More file actions
46 lines (46 loc) · 2.35 KB
/
Copy pathmyproj.pyproj
File metadata and controls
46 lines (46 loc) · 2.35 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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{273eabd4-8857-4ee9-bd0f-45ebce300641}</ProjectGuid>
<ProjectHome />
<StartupFile />
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<InterpreterId>{2af0f10d-7135-4994-9156-5d01c9c11b7e}</InterpreterId>
<InterpreterVersion>2.7</InterpreterVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<ItemGroup>
<Content Include="LICENSE.txt" />
<Compile Include="setup.py" />
<Content Include="django_easy_avatar.egg-info\dependency_links.txt" />
<Content Include="django_easy_avatar.egg-info\SOURCES.txt" />
<Content Include="django_easy_avatar.egg-info\top_level.txt" />
<Compile Include="easy_avatar\admin.py" />
<Compile Include="easy_avatar\forms.py" />
<Compile Include="easy_avatar\models.py" />
<Compile Include="easy_avatar\tests.py" />
<Compile Include="easy_avatar\urls.py" />
<Compile Include="easy_avatar\views.py" />
<Compile Include="easy_avatar\__init__.py" />
<Content Include="easy_avatar\templates\upload.html" />
<Compile Include="easy_avatar\templatetags\avatar_tags.py" />
<Compile Include="easy_avatar\templatetags\__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="django_easy_avatar.egg-info" />
<Folder Include="easy_avatar" />
<Folder Include="easy_avatar\templates" />
<Folder Include="easy_avatar\templatetags" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\2.7" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
</Project>