forked from HumanSignal/labelImg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabelImg.pyproj
112 lines (112 loc) · 4.71 KB
/
labelImg.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
<?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>{d963e97e-9036-4e4f-8b20-271eb53a53d8}</ProjectGuid>
<ProjectHome />
<StartupFile>labelImg.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId />
<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="labelImg.py" />
<Compile Include="libs\canvas.py" />
<Compile Include="libs\colorDialog.py" />
<Compile Include="libs\labelDialog.py" />
<Compile Include="libs\labelFile.py" />
<Compile Include="libs\lib.py" />
<Compile Include="libs\pascal_voc_io.py" />
<Compile Include="libs\shape.py" />
<Compile Include="libs\toolBar.py" />
<Compile Include="libs\ustr.py" />
<Compile Include="libs\zoomWidget.py" />
<Compile Include="libs\__init__.py" />
<Compile Include="setup.py" />
<Compile Include="tests\test_io.py" />
<Compile Include="tests\test_qt.py" />
<Compile Include="__init__.py" />
</ItemGroup>
<ItemGroup>
<Content Include=".gitignore" />
<Content Include=".travis.yml" />
<Content Include="build-tools\.gitignore" />
<Content Include="build-tools\build-for-pypi.sh" />
<Content Include="build-tools\build-ubuntu-binary.sh" />
<Content Include="build-tools\build-windows-binary.sh" />
<Content Include="build-tools\envsetup.sh" />
<Content Include="CONTRIBUTING.rst" />
<Content Include="data\predefined_classes.txt" />
<Content Include="demo\demo.png" />
<Content Include="demo\demo2.png" />
<Content Include="demo\demo3.jpg" />
<Content Include="HISTORY.rst" />
<Content Include="icons\cancel.png" />
<Content Include="icons\close.png" />
<Content Include="icons\color.png" />
<Content Include="icons\color_line.png" />
<Content Include="icons\copy.png" />
<Content Include="icons\delete.png" />
<Content Include="icons\done.png" />
<Content Include="icons\done.svg" />
<Content Include="icons\edit.png" />
<Content Include="icons\expert1.png" />
<Content Include="icons\expert2.png" />
<Content Include="icons\eye.png" />
<Content Include="icons\feBlend-icon.png" />
<Content Include="icons\file.png" />
<Content Include="icons\fit-width.png" />
<Content Include="icons\fit-window.png" />
<Content Include="icons\fit.png" />
<Content Include="icons\help.png" />
<Content Include="icons\labels.png" />
<Content Include="icons\labels.svg" />
<Content Include="icons\new.png" />
<Content Include="icons\next.png" />
<Content Include="icons\objects.png" />
<Content Include="icons\open.png" />
<Content Include="icons\open.svg" />
<Content Include="icons\prev.png" />
<Content Include="icons\quit.png" />
<Content Include="icons\save-as.png" />
<Content Include="icons\save-as.svg" />
<Content Include="icons\save.png" />
<Content Include="icons\save.svg" />
<Content Include="icons\undo-cross.png" />
<Content Include="icons\undo.png" />
<Content Include="icons\zoom-in.png" />
<Content Include="icons\zoom-out.png" />
<Content Include="icons\zoom.png" />
<Content Include="issue_template.md" />
<Content Include="LICENSE" />
<Content Include="Makefile" />
<Content Include="MANIFEST.in" />
<Content Include="README.rst" />
<Content Include="resources.qrc" />
<Content Include="setup.cfg" />
<Content Include="tests\.gitignore" />
<Content Include="tests\test.bmp" />
<Content Include="tests\臉書.jpg" />
</ItemGroup>
<ItemGroup>
<Folder Include="build-tools\" />
<Folder Include="data" />
<Folder Include="demo" />
<Folder Include="icons" />
<Folder Include="libs" />
<Folder Include="tests" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>