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