 6d1c7d8fe3
			
		
	
	6d1c7d8fe3
	
	
	
		
			
			Yes24 - 바뀐 예스 양식에 따라 수정 =====* unimarc *===== - 목록등록 - 머리글에 맞춰 숫자 입력기능 추가 - 목록집계 - 거래처명 엔터시 검색 추가 추가정보 표출창에 거래처 정보가 출력됨 - 송금내역 - 엑셀 반출작업 완료 - 입고작업 - gird3 isbn찍으면 책검색이 되어 자동으로 해당 isbn 책이 출력됨
		
			
				
	
	
		
			28 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
 | |
|   <assemblyIdentity name="ISBN_Check_test.application" version="1.0.0.2" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
 | |
|   <description asmv2:publisher="Microsoft Corporation" asmv2:product="ISBN_Check_test" xmlns="urn:schemas-microsoft-com:asm.v1" />
 | |
|   <deployment install="true" mapFileExtensions="true" co.v1:createDesktopShortcut="true">
 | |
|     <subscription>
 | |
|       <update>
 | |
|         <beforeApplicationStartup />
 | |
|       </update>
 | |
|     </subscription>
 | |
|     <deploymentProvider codebase="file://msdn-special/project_share/ISBN_Check_test.application" />
 | |
|   </deployment>
 | |
|   <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
 | |
|     <framework targetVersion="4.7.2" profile="Full" supportedRuntime="4.0.30319" />
 | |
|   </compatibleFrameworks>
 | |
|   <dependency>
 | |
|     <dependentAssembly dependencyType="install" codebase="ISBN_Check_test.exe.manifest" size="13561">
 | |
|       <assemblyIdentity name="ISBN_Check_test.exe" version="1.0.0.2" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
 | |
|       <hash>
 | |
|         <dsig:Transforms>
 | |
|           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
 | |
|         </dsig:Transforms>
 | |
|         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
 | |
|         <dsig:DigestValue>+MrCwwIqdW5a7byy/y9gxOk+aEXFqsgtK5j+CUByFTI=</dsig:DigestValue>
 | |
|       </hash>
 | |
|     </dependentAssembly>
 | |
|   </dependency>
 | |
| </asmv1:assembly> |