15 lines
325 B
Plaintext
15 lines
325 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<configuration>
|
||
|
<system.web>
|
||
|
<compilation debug="true" />
|
||
|
<httpRuntime />
|
||
|
</system.web>
|
||
|
<staticContent>
|
||
|
<mimeMap fileExtension="woff2" mimeType="application/font-woff" />
|
||
|
</staticContent>
|
||
|
<appSettings>
|
||
|
|
||
|
</appSettings>
|
||
|
</configuration>
|