forked from ribbons/RadioDownloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.config
More file actions
17 lines (17 loc) · 766 Bytes
/
app.config
File metadata and controls
17 lines (17 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<!-- Use proxy credentials from IE as well as proxy settings -->
<system.net>
<defaultProxy useDefaultCredentials="true"/>
</system.net>
<!-- Use version 4.0 of the .NET framework instead if 2.0 isn't available -->
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v2.0.50727"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
<appSettings>
<!-- If you have moved the application database to a custom location,
uncomment the line below and set the full path -->
<!-- <add key="DatabasePath" value="c:\my\custom\path\store.db" /> -->
</appSettings>
</configuration>