* unimarc
a. 팩스전송 완료. b. 마크목록 폼 작성중 1. 엑셀반출 기능 추가중 사용 작업중 2. 마크편집 폼 수정 중 (마크 반출 test프로젝트 진행완료, 본 프로젝트에 적용중. / 저장기능활성화 작업완료) 2-1. 기존의 칸채우기에서 예상되지 못한 버그가 발생하여 칸채우기 숨김. 2-2. 008태크 재배치 => TextBox에 적용완료. 변경사항 메모장으로 넘기는 작업 진행해야함. 2-3. 현재 TODO : 저장기능 TODOLIST 1. 팩스로 전송될 엑셀파일 밑작업마무리 (입력될 파라미터만 적용하면 실사용가능) 2. 알라딘API로 ISBN조회 프로젝트 새로 작업할 것 => 대부분의 작업 완료. 자동 업데이트쪽만 알아보면 될것같음.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
Binary file not shown.
@@ -0,0 +1,86 @@
|
||||
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<asmv1:assemblyIdentity name="ISBN_Check_test.exe" version="1.0.0.1" publicKeyToken="22a35787b9b02a06" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<application />
|
||||
<entryPoint>
|
||||
<assemblyIdentity name="ISBN_Check_test" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<commandLine file="ISBN_Check_test.exe" parameters="" />
|
||||
</entryPoint>
|
||||
<trustInfo>
|
||||
<security>
|
||||
<applicationRequestMinimum>
|
||||
<PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
|
||||
<defaultAssemblyRequest permissionSetReference="Custom" />
|
||||
</applicationRequestMinimum>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<!--
|
||||
UAC 매니페스트 옵션
|
||||
Windows 사용자 계정 컨트롤 수준을 변경하려면
|
||||
requestedExecutionLevel 노드를 다음 중 하나로 바꾸세요.
|
||||
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
||||
|
||||
이전 버전과의 호환성을 위해 파일 및 레지스트리 가상화를 사용하려면
|
||||
requestedExecutionLevel 노드를 삭제하세요.
|
||||
-->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<dependency>
|
||||
<dependentOS>
|
||||
<osVersionInfo>
|
||||
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
|
||||
</osVersionInfo>
|
||||
</dependentOS>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
|
||||
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ISBN_Check_test.exe" size="28160">
|
||||
<assemblyIdentity name="ISBN_Check_test" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<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>QLRr67K79GkY/CvpmoPUAJCsI12u4LEPMDH/8Kpcch0=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Newtonsoft.Json.dll" size="701992">
|
||||
<assemblyIdentity name="Newtonsoft.Json" version="13.0.0.0" publicKeyToken="30AD4FE6B2A6AEED" language="neutral" processorArchitecture="msil" />
|
||||
<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>tiSUnfiw46YVP9+3MKfG9JkLZZLuDZIuF4hDPSdmEPM=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<file name="ISBN_Check_test.exe.config" size="189">
|
||||
<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>R+Wg8QGvQVHX8T0ta/qbhH1bXkqY0fRnS3wBV3J0bN8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="ISBN_Check_test.pdb" size="58880">
|
||||
<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>00uCmqo0apB9nX9s12TjPyleGShVpsw87+W9zTRUCOs=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<publisherIdentity name="CN=MSDN-SPECIAL\Administrator" issuerKeyHash="371ff812b55a9b31f5b2780d1955d429a9e2cf30" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>vWfvCjvQZzJ4bGs+XR4QPngDY4O7CONJ0vBsMhvBW/A=</DigestValue></Reference></SignedInfo><SignatureValue>SPKH+4B1T/OyeG8GR8nAw/VP5Wz5xRCdTJTiTJwnjNUKDCgPQ/wobqleJSu47ZRqEW4dd8Y2sHoSl3DfCipG7JdeoAlmyojL1Ts8ze50jYkoxHnAW+OIc4arsrYpt2R+6vmKWOxOYYancLy2Gb1/kBK76/I/oSRcQPq91+idxDY=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>l6odZaWaBqG1kgdISmYXvwGlvy1ExBA3So95GKI2Q20LwPr+518mhfhIXm06CoK72B/O2q/CeNUSxVhhygQ6+17KH4T2A/5s+DGgp3xBcQcJ8L+yOWPb874OkinIogG/tx9RauXjIf+2tvUqgQe+h9rCmEChL+T0wiQuLrRDXL0=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="f05bc11b326cf0d249e308bb836303783e101e5d3e6b6c783267d03b0aef67bd" Description="" Url=""><as:assemblyIdentity name="ISBN_Check_test.exe" version="1.0.0.1" publicKeyToken="22a35787b9b02a06" language="neutral" processorArchitecture="msil" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=MSDN-SPECIAL\Administrator</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>laAzBRx6cbrIWznLUjl+v5FIxQEyzEIdEZYL+6Ay6dA=</DigestValue></Reference></SignedInfo><SignatureValue>hjhvD3gDLJb7t+cAqusc7RKYm2pZ7/Xt1E2LSU6ENJXxtdxGwUhejXLFblFgQYyPjAUsYD0aDTZFa2N4q1lFLiIFs8FF3F2olhYluS39W4ATSvL+JkcVl0UI1Yrhv27p1uG1tO8A0nN0naoKI9Ctp1pLy5Dpl6L23Z5ypCkzyBo=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>l6odZaWaBqG1kgdISmYXvwGlvy1ExBA3So95GKI2Q20LwPr+518mhfhIXm06CoK72B/O2q/CeNUSxVhhygQ6+17KH4T2A/5s+DGgp3xBcQcJ8L+yOWPb874OkinIogG/tx9RauXjIf+2tvUqgQe+h9rCmEChL+T0wiQuLrRDXL0=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIICATCCAWqgAwIBAgIQJ+XRoWGkk55MQ5nAjrMOcTANBgkqhkiG9w0BAQsFADA/MT0wOwYDVQQDHjQATQBTAEQATgAtAFMAUABFAEMASQBBAEwAXABBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByMB4XDTIxMDMyNDA3NDQyNVoXDTIyMDMyNDEzNDQyNVowPzE9MDsGA1UEAx40AE0AUwBEAE4ALQBTAFAARQBDAEkAQQBMAFwAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAl6odZaWaBqG1kgdISmYXvwGlvy1ExBA3So95GKI2Q20LwPr+518mhfhIXm06CoK72B/O2q/CeNUSxVhhygQ6+17KH4T2A/5s+DGgp3xBcQcJ8L+yOWPb874OkinIogG/tx9RauXjIf+2tvUqgQe+h9rCmEChL+T0wiQuLrRDXL0CAwEAATANBgkqhkiG9w0BAQsFAAOBgQAQ9hOrnRaHZzpCFU1PmTOFGqiDKKS+CHI5JLMCtt9ceI1vF3G4J/qhRt74jc2fhzgf/o6SCMeOJKKb1nF8dmhtKaJNGBImq+LoEl/m1BtKVQc+dD8pNuP0GOzat6rP70Q8kD0cNck/Myfy/lhkPSmIbv4ixrpVwH0gCXaUNJ63gg==</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,28 @@
|
||||
<?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.1" publicKeyToken="22a35787b9b02a06" 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">
|
||||
<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="Application Files\ISBN_Check_test_1_0_0_1\ISBN_Check_test.exe.manifest" size="8339">
|
||||
<assemblyIdentity name="ISBN_Check_test.exe" version="1.0.0.1" publicKeyToken="22a35787b9b02a06" 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>50RFgdrjleYfQLFJbYlHq1I4sbHcWKonPDKJZFXspkw=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<publisherIdentity name="CN=MSDN-SPECIAL\Administrator" issuerKeyHash="371ff812b55a9b31f5b2780d1955d429a9e2cf30" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>2Ri/NRM5vuAm0quO/vAOU2RvokR9kLuQNhSwvWIhZ0k=</DigestValue></Reference></SignedInfo><SignatureValue>YgSkkbHgkll97rwji5L+AkiEXXUGzuP1fheaBc4yArDSv2pNi8L5PoFdpZtV2u60a/D432O9vXbMxNqz2uR9HXoXh07uaaHrWln/bRYr0V3QZdJLBMtGdzpPsIizXFqglf+YrQO9MzwdhaTMnraaqrLLcSirljOInsogUxC/0+4=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>l6odZaWaBqG1kgdISmYXvwGlvy1ExBA3So95GKI2Q20LwPr+518mhfhIXm06CoK72B/O2q/CeNUSxVhhygQ6+17KH4T2A/5s+DGgp3xBcQcJ8L+yOWPb874OkinIogG/tx9RauXjIf+2tvUqgQe+h9rCmEChL+T0wiQuLrRDXL0=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="49672162bdb0143690bb907d44a26f64530ef0fe8eabd226e0be391335bf18d9" Description="" Url=""><as:assemblyIdentity name="ISBN_Check_test.application" version="1.0.0.1" publicKeyToken="22a35787b9b02a06" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=MSDN-SPECIAL\Administrator</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>FmUswUx6MZxmBASqyBNbw9PS5W5BYu49OsfGHKhXpM4=</DigestValue></Reference></SignedInfo><SignatureValue>C4ohLabJ6TP74PEsQSUEk0yRes8NJKCpboKFEuwUuBk8BXdp0GvihRoo+ySAb0g6DKHEeXc+DASPt3NxZztKhIYGe7nUNup2wM4Bj1wn5gZIuLx+Pe9HBAmxciaJLZwqMCNxQteP1x18N9asAqITc9IfJBRfkFu8tJrtVXJBsOc=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>l6odZaWaBqG1kgdISmYXvwGlvy1ExBA3So95GKI2Q20LwPr+518mhfhIXm06CoK72B/O2q/CeNUSxVhhygQ6+17KH4T2A/5s+DGgp3xBcQcJ8L+yOWPb874OkinIogG/tx9RauXjIf+2tvUqgQe+h9rCmEChL+T0wiQuLrRDXL0=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIICATCCAWqgAwIBAgIQJ+XRoWGkk55MQ5nAjrMOcTANBgkqhkiG9w0BAQsFADA/MT0wOwYDVQQDHjQATQBTAEQATgAtAFMAUABFAEMASQBBAEwAXABBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByMB4XDTIxMDMyNDA3NDQyNVoXDTIyMDMyNDEzNDQyNVowPzE9MDsGA1UEAx40AE0AUwBEAE4ALQBTAFAARQBDAEkAQQBMAFwAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAl6odZaWaBqG1kgdISmYXvwGlvy1ExBA3So95GKI2Q20LwPr+518mhfhIXm06CoK72B/O2q/CeNUSxVhhygQ6+17KH4T2A/5s+DGgp3xBcQcJ8L+yOWPb874OkinIogG/tx9RauXjIf+2tvUqgQe+h9rCmEChL+T0wiQuLrRDXL0CAwEAATANBgkqhkiG9w0BAQsFAAOBgQAQ9hOrnRaHZzpCFU1PmTOFGqiDKKS+CHI5JLMCtt9ceI1vF3G4J/qhRt74jc2fhzgf/o6SCMeOJKKb1nF8dmhtKaJNGBImq+LoEl/m1BtKVQc+dD8pNuP0GOzat6rP70Q8kD0cNck/Myfy/lhkPSmIbv4ixrpVwH0gCXaUNJ63gg==</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
|
||||
BIN
ISBN_Check_test/bin/Debug/app.publish/ISBN_Check_test.exe
Normal file
BIN
ISBN_Check_test/bin/Debug/app.publish/ISBN_Check_test.exe
Normal file
Binary file not shown.
BIN
ISBN_Check_test/bin/Debug/app.publish/setup.exe
Normal file
BIN
ISBN_Check_test/bin/Debug/app.publish/setup.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user