개정판 66be3f2d
update
DTI_PID/PDF_TO_IMAGE/App.config | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
<configuration> |
3 | 3 |
<configSections> |
4 |
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
|
5 |
<section name="PDF_TO_IMAGE.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
4 |
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
|
5 |
<section name="PDF_TO_IMAGE.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/> |
|
6 | 6 |
</sectionGroup> |
7 | 7 |
</configSections> |
8 | 8 |
<startup> |
9 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
|
9 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
|
|
10 | 10 |
</startup> |
11 | 11 |
<userSettings> |
12 | 12 |
<PDF_TO_IMAGE.Properties.Settings> |
13 | 13 |
<setting name="_Dpi" serializeAs="String"> |
14 |
<value />
|
|
14 |
<value/> |
|
15 | 15 |
</setting> |
16 | 16 |
<setting name="_Height" serializeAs="String"> |
17 |
<value />
|
|
17 |
<value/> |
|
18 | 18 |
</setting> |
19 | 19 |
<setting name="_Width" serializeAs="String"> |
20 |
<value />
|
|
20 |
<value/> |
|
21 | 21 |
</setting> |
22 | 22 |
</PDF_TO_IMAGE.Properties.Settings> |
23 | 23 |
</userSettings> |
내보내기 Unified diff