Last change
on this file since 12700 was
11623,
checked in by ascheibe, 10 years ago
|
#2280 switched all projects to .NET 4.5 (ExtLibs, HL, Tests, Services, Slave)
|
File size:
884 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <configuration>
|
---|
3 | <configSections>
|
---|
4 | <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
---|
5 | <section name="HeuristicLab.GeoIP.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
---|
6 | </sectionGroup>
|
---|
7 | </configSections>
|
---|
8 | <applicationSettings>
|
---|
9 | <HeuristicLab.GeoIP.Settings>
|
---|
10 | <setting name="DatabasePath" serializeAs="String">
|
---|
11 | <value>GeoIP.dat</value>
|
---|
12 | </setting>
|
---|
13 | </HeuristicLab.GeoIP.Settings>
|
---|
14 | </applicationSettings>
|
---|
15 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.