9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
<configuration>
|
|
<system.web>
|
|
<compilation debug="true"
|
|
targetFramework="4.0" />
|
|
</system.web>
|
|
<appSettings>
|
|
<add key="DUTY_PARAGRAPH" value="9"/>
|
|
</appSettings>
|
|
</configuration> |