도면에서 표 추출
This commit is contained in:
14
App.config
Normal file
14
App.config
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="office"
|
||||
publicKeyToken="71e9bce111e9429c"
|
||||
culture="neutral" />
|
||||
<bindingRedirect oldVersion="15.0.0.0"
|
||||
newVersion="16.0.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user