Changeset 7616
- Timestamp:
- 03/15/12 10:45:21 (13 years ago)
- Location:
- branches/ClientUserManagement/HeuristicLab.GeoIP/1.12
- Files:
-
- 1 added
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClientUserManagement/HeuristicLab.GeoIP/1.12/HeuristicLab.GeoIP.csproj
r7367 r7616 61 61 </Compile> 62 62 <None Include="app.config" /> 63 <None Include="GeoIP 201109.dat">63 <None Include="GeoIP.dat"> 64 64 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 65 65 </None> -
branches/ClientUserManagement/HeuristicLab.GeoIP/1.12/Settings.Designer.cs
r6927 r7616 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 2374 // Runtime Version:4.0.30319.530 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 26 26 [global::System.Configuration.ApplicationScopedSettingAttribute()] 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 [global::System.Configuration.DefaultSettingValueAttribute("GeoIP 201109.dat")]28 [global::System.Configuration.DefaultSettingValueAttribute("GeoIP.dat")] 29 29 public string DatabasePath { 30 30 get { -
branches/ClientUserManagement/HeuristicLab.GeoIP/1.12/Settings.settings
r6927 r7616 4 4 <Settings> 5 5 <Setting Name="DatabasePath" Type="System.String" Scope="Application"> 6 <Value Profile="(Default)">GeoIP 201109.dat</Value>6 <Value Profile="(Default)">GeoIP.dat</Value> 7 7 </Setting> 8 8 </Settings> -
branches/ClientUserManagement/HeuristicLab.GeoIP/1.12/app.config
r6927 r7616 9 9 <HeuristicLab.GeoIP.Settings> 10 10 <setting name="DatabasePath" serializeAs="String"> 11 <value>GeoIP 201109.dat</value>11 <value>GeoIP.dat</value> 12 12 </setting> 13 13 </HeuristicLab.GeoIP.Settings>
Note: See TracChangeset
for help on using the changeset viewer.