📦 snake-plissken / cSharpGeocodio

📄 cSharpGeocodio.csproj · 92 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
    <ProjectGuid>{D66DB007-3BF4-414D-A432-6F2ED03AA33E}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>cSharpGeocodio</RootNamespace>
    <AssemblyName>cSharpGeocodio</AssemblyName>
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    <NeutralLanguage>en-US</NeutralLanguage>
    <Owners>Frank</Owners>
    <PackageProjectUrl>https://github.com/snake-plissken/cSharpGeocodio</PackageProjectUrl>
    <Summary>A .NET library for interfacing with Geocodio, a geo-coding service</Summary>
    <PackageTags>geocoding, web, API</PackageTags>
    <Title>cSharpGeocodio</Title>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <DefineConstants>DEBUG;</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>x86</PlatformTarget>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    <Optimize>true</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>x86</PlatformTarget>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="src\Categorical Json Response Backer Classes\Census Related\ACS.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Census Related\ACS_Meta.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Census Related\CanadianCensus\Division.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Census Related\CanadianCensus\Riding.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Census Related\CanadianCensus\StatCan.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Census Related\CanadianCensus\StatisticalArea.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Census Related\Place.cs" />
    <Compile Include="src\GeocodingException.cs" />
    <Compile Include="src\GeoCoderV2.cs" />
    <Compile Include="src\GeocodioDataFieldSettings.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Fields.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\AddressComponent.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Location.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\GeoCodeInfo.cs" />
    <Compile Include="src\GeocodingOperationType.cs" />
    <Compile Include="src\Reverse Geocoding\BatchReverseGeoCodeResponse.cs" />
    <Compile Include="src\Forward Geocoding\ForwardGeoCodeInput.cs" />
    <Compile Include="src\Forward Geocoding\ForwardGeoCodeResult.cs" />
    <Compile Include="src\Forward Geocoding\BatchForwardGeoCodeResult.cs" />
    <Compile Include="src\Reverse Geocoding\ReverseGeoCodeResult.cs" />
    <Compile Include="src\Reverse Geocoding\BatchReverseGeoCodingResult.cs" />
    <Compile Include="src\GeocodioResultHelpers\ForwardGeocodingResultHelpers.cs" />
    <Compile Include="src\GeocodioResultHelpers\ReverseGeocodingResultHelpers.cs" />
    <Compile Include="src\Forward Geocoding\BatchForwardGeoCodeRecord.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\State Legislature\StateLegislature.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\State Legislature\StateLegislator.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\School District\SchoolDistrict.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\School District\SchoolDistricts.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Federal Legislature\CongressionalDistrictV2.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Federal Legislature\FederalLegislator.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Informational and Social Networking\Bio.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Informational and Social Networking\ContactInfo.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Informational and Social Networking\References.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Informational and Social Networking\SocialNetworkInfo.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\TimeZone.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Census Related\Census.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Census Related\MetroMicroStatisticalArea.cs" />
    <Compile Include="src\Categorical Json Response Backer Classes\Census Related\CombinedStatisticalArea.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <Reference Include="System.Net.Http" />
    <Reference Include="System.Web" />
    <Reference Include="Newtonsoft.Json">
      <HintPath>packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
      <Package>monodevelop</Package>
    </Reference>
    <Reference Include="System" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Changlog.md" />
    <None Include="cSharpGeocodio.nuspec" />
    <None Include="packages.config" />
    <None Include="README.md" />
  </ItemGroup>
  <ItemGroup />
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>