hytos / DTI_PID / DTI_PID / DTI_PID.pyproj @ c537a66b
이력 | 보기 | 이력해설 | 다운로드 (4.22 KB)
1 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
---|---|
2 |
<PropertyGroup> |
3 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
4 |
<SchemaVersion>2.0</SchemaVersion> |
5 |
<ProjectGuid>7c2e55a3-2b16-4b4f-867f-f16e2ef6f2f0</ProjectGuid> |
6 |
<ProjectHome>.</ProjectHome> |
7 |
<StartupFile>App.py</StartupFile> |
8 |
<SearchPath> |
9 |
</SearchPath> |
10 |
<WorkingDirectory>.</WorkingDirectory> |
11 |
<OutputPath>.</OutputPath> |
12 |
<Name>DTI_PID</Name> |
13 |
<RootNamespace>DTI_PID</RootNamespace> |
14 |
<IsWindowsApplication>False</IsWindowsApplication> |
15 |
<LaunchProvider>Standard Python launcher</LaunchProvider> |
16 |
<CommandLineArguments> |
17 |
</CommandLineArguments> |
18 |
<InterpreterArguments> |
19 |
</InterpreterArguments> |
20 |
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging> |
21 |
<SuppressEnvironmentCreationPrompt>True</SuppressEnvironmentCreationPrompt> |
22 |
</PropertyGroup> |
23 |
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
24 |
<DebugSymbols>true</DebugSymbols> |
25 |
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> |
26 |
</PropertyGroup> |
27 |
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
28 |
<DebugSymbols>true</DebugSymbols> |
29 |
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> |
30 |
</PropertyGroup> |
31 |
<ItemGroup> |
32 |
<Compile Include="App.py" /> |
33 |
<Compile Include="AppDocData.py" /> |
34 |
<Compile Include="DetectSymbolDialog.py" /> |
35 |
<Compile Include="CodeTableDialog.py" /> |
36 |
<Compile Include="CodeTable_UI.py" /> |
37 |
<Compile Include="ConfigurationAreaDialog.py" /> |
38 |
<Compile Include="ConfigurationDialog.py" /> |
39 |
<Compile Include="Configuration_Area_UI.py" /> |
40 |
<Compile Include="Configuration_UI.py" /> |
41 |
<Compile Include="ConnectAttr_UI.py" /> |
42 |
<Compile Include="EquipmentData.py" /> |
43 |
<Compile Include="Equipment_Data_List_UI.py" /> |
44 |
<Compile Include="FluidCodeData.py" /> |
45 |
<Compile Include="FluidCodeDialog.py" /> |
46 |
<Compile Include="FluidCode_UI.py" /> |
47 |
<Compile Include="Instrument_Data_List_UI.py" /> |
48 |
<Compile Include="LineDetector.py" /> |
49 |
<Compile Include="LineNoTracer.py" /> |
50 |
<Compile Include="Line_Data_List_UI.py" /> |
51 |
<Compile Include="MainWindow.py" /> |
52 |
<Compile Include="potrace.py" /> |
53 |
<Compile Include="Project.py" /> |
54 |
<Compile Include="ProjectDialog.py" /> |
55 |
<Compile Include="ConnectAttrDialog.py" /> |
56 |
<Compile Include="SymbolTreeWidget.py" /> |
57 |
<Compile Include="QEquipmentDataListDialog.py" /> |
58 |
<Compile Include="QInstrumentDataListDialog.py" /> |
59 |
<Compile Include="QLineDataListDialog.py" /> |
60 |
<Compile Include="OcrResultDialog.py" /> |
61 |
<Compile Include="SymbolPropertyTableWidget.py" /> |
62 |
<Compile Include="RecognitionDialog.py" /> |
63 |
<Compile Include="ItemPropertyTableWidget.py" /> |
64 |
<Compile Include="ItemTreeWidget.py" /> |
65 |
<Compile Include="QSymbolDisplayDialog.py" /> |
66 |
<Compile Include="SymbolEditorDialog.py" /> |
67 |
<Compile Include="QtImageViewer.py"> |
68 |
<SubType>Code</SubType> |
69 |
</Compile> |
70 |
<Compile Include="Recognition_UI.py" /> |
71 |
<Compile Include="Shapes\SymbolSvgItem.py" /> |
72 |
<Compile Include="SingletonInstance.py" /> |
73 |
<Compile Include="symbol.py"> |
74 |
<SubType>Code</SubType> |
75 |
</Compile> |
76 |
<Compile Include="SymbolBase.py"> |
77 |
<SubType>Code</SubType> |
78 |
</Compile> |
79 |
<Compile Include="SymbolEditor_UI.py" /> |
80 |
<Compile Include="tesseract_ocr_module.py"> |
81 |
<SubType>Code</SubType> |
82 |
</Compile> |
83 |
<Compile Include="TextInfo.py"> |
84 |
<SubType>Code</SubType> |
85 |
</Compile> |
86 |
<Compile Include="TextItemFactory.py" /> |
87 |
<Compile Include="UserInputAttribute.py"> |
88 |
<SubType>Code</SubType> |
89 |
</Compile> |
90 |
<Compile Include="XmlGenerator.py"> |
91 |
<SubType>Code</SubType> |
92 |
</Compile> |
93 |
</ItemGroup> |
94 |
<ItemGroup> |
95 |
<Folder Include="Shapes\" /> |
96 |
</ItemGroup> |
97 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" /> |
98 |
<!-- Uncomment the CoreCompile target to enable the Build command in |
99 |
Visual Studio and specify your pre- and post-build commands in |
100 |
the BeforeBuild and AfterBuild targets below. --> |
101 |
<!--<Target Name="CoreCompile" />--> |
102 |
<Target Name="BeforeBuild"> |
103 |
</Target> |
104 |
<Target Name="AfterBuild"> |
105 |
</Target> |
106 |
</Project> |