Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/13/11 21:05:21 (13 years ago)
Author:
ascheibe
Message:

#1648 added GeoIP support to access webservice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.GeoIP/1.12/HeuristicLab.GeoIP.csproj

    r6826 r6927  
    4949    <Compile Include="Country.cs" />
    5050    <Compile Include="DatabaseInfo.cs" />
     51    <Compile Include="GeoIPLookupService.cs" />
    5152    <Compile Include="Location.cs" />
    5253    <Compile Include="LookupService.cs" />
     
    5455    <Compile Include="Region.cs" />
    5556    <Compile Include="RegionName.cs" />
    56     <None Include="GeoIP201109.dat" />
     57    <Compile Include="Settings.Designer.cs">
     58      <AutoGen>True</AutoGen>
     59      <DesignTimeSharedInput>True</DesignTimeSharedInput>
     60      <DependentUpon>Settings.settings</DependentUpon>
     61    </Compile>
     62    <None Include="app.config" />
     63    <None Include="GeoIP201109.dat">
     64      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     65    </None>
    5766    <None Include="Properties\AssemblyInfo.frame" />
     67    <None Include="Settings.settings">
     68      <Generator>SettingsSingleFileGenerator</Generator>
     69      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
     70    </None>
    5871  </ItemGroup>
    5972  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.