hytos / DTI_PID / DTI_PID / DTI_PID.pyproj @ 3e944cfe
이력 | 보기 | 이력해설 | 다운로드 (2.89 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 | 75f8a769 | 김정우 | <StartupFile>SymbolGenerator.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 | <Compile Include="AreaOcrTestmodule.py"> |
||
32 | <SubType>Code</SubType> |
||
33 | </Compile> |
||
34 | <Compile Include="azure_handwrite_ocr_module.py"> |
||
35 | <SubType>Code</SubType> |
||
36 | </Compile> |
||
37 | <Compile Include="azure_ocr_module.py"> |
||
38 | <SubType>Code</SubType> |
||
39 | </Compile> |
||
40 | <Compile Include="DTI_PID.py" /> |
||
41 | 4f359afa | Gyusu | <Compile Include="DTI_PID_UI.py" /> |
42 | dd360120 | 김정우 | <Compile Include="potrace.py" /> |
43 | ea56968c | 김정우 | <Compile Include="QcImageViewer.py"> |
44 | <SubType>Code</SubType> |
||
45 | </Compile> |
||
46 | <Compile Include="QtImageViewer.py"> |
||
47 | <SubType>Code</SubType> |
||
48 | </Compile> |
||
49 | 4f359afa | Gyusu | <Compile Include="Recognition_UI.py" /> |
50 | e6437ce3 | 김정우 | <Compile Include="SG_DbHelper.py"> |
51 | <SubType>Code</SubType> |
||
52 | </Compile> |
||
53 | 9ecba041 | 김정우 | <Compile Include="symbol.py"> |
54 | <SubType>Code</SubType> |
||
55 | </Compile> |
||
56 | <Compile Include="SymbolBase.py"> |
||
57 | <SubType>Code</SubType> |
||
58 | </Compile> |
||
59 | ea56968c | 김정우 | <Compile Include="SymbolGenerator.py"> |
60 | <SubType>Code</SubType> |
||
61 | </Compile> |
||
62 | f265f67f | 김정우 | <Compile Include="tesseract_ocr_module.py"> |
63 | <SubType>Code</SubType> |
||
64 | </Compile> |
||
65 | dd360120 | 김정우 | <Compile Include="TextInfo.py"> |
66 | <SubType>Code</SubType> |
||
67 | </Compile> |
||
68 | 9ecba041 | 김정우 | <Compile Include="XmlGenerator.py"> |
69 | <SubType>Code</SubType> |
||
70 | </Compile> |
||
71 | </ItemGroup> |
||
72 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" /> |
||
73 | <!-- Uncomment the CoreCompile target to enable the Build command in |
||
74 | Visual Studio and specify your pre- and post-build commands in |
||
75 | the BeforeBuild and AfterBuild targets below. --> |
||
76 | <!--<Target Name="CoreCompile" />--> |
||
77 | <Target Name="BeforeBuild"> |
||
78 | </Target> |
||
79 | <Target Name="AfterBuild"> |
||
80 | </Target> |
||
81 | </Project> |