-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
1,237 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
278 changes: 138 additions & 140 deletions
278
Terradue.OpenSearch.Client/Terradue.OpenSearch.Client.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,143 +1,141 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<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> | ||
<ProductVersion>8.0.30703</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{1FB59AA7-3878-47CD-4267-F179F56C6470}</ProjectGuid> | ||
<OutputType>Exe</OutputType> | ||
<RootNamespace>Terradue.OpenSearchClient</RootNamespace> | ||
<AssemblyName>OpenSearchClient</AssemblyName> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin</OutputPath> | ||
<DefineConstants>DEBUG;</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<Externalconsole>true</Externalconsole> | ||
<PlatformTarget>x86</PlatformTarget> | ||
<ConsolePause>true</ConsolePause> | ||
<Commandlineparameters>https://data2.terradue.com/eop/sentinel2/dataset/description</Commandlineparameters> | ||
<ExternalConsole>true</ExternalConsole> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||
<DebugType>full</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin</OutputPath> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<Externalconsole>true</Externalconsole> | ||
<PlatformTarget>x86</PlatformTarget> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.ServiceModel" /> | ||
<Reference Include="Terradue.ServiceModel.Syndication"> | ||
<HintPath>..\packages\Terradue.ServiceModel.Syndication.1.0.0.0\lib\net40\Terradue.ServiceModel.Syndication.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Mono.Addins"> | ||
<HintPath>..\packages\Mono.Addins.1.2\lib\net40\Mono.Addins.dll</HintPath> | ||
</Reference> | ||
<Reference Include="HtmlAgilityPack"> | ||
<HintPath>..\packages\HtmlAgilityPack.1.4.9\lib\Net40\HtmlAgilityPack.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System.Net" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="NetTopologySuite"> | ||
<HintPath>..\packages\NetTopologySuite.1.13.3.2\lib\net40-client\NetTopologySuite.dll</HintPath> | ||
</Reference> | ||
<Reference Include="PowerCollections"> | ||
<HintPath>..\packages\NetTopologySuite.1.13.3.2\lib\net40-client\PowerCollections.dll</HintPath> | ||
</Reference> | ||
<Reference Include="NetTopologySuite.IO.ShapeFile"> | ||
<HintPath>..\packages\NetTopologySuite.IO.1.13.3.2\lib\net40-client\NetTopologySuite.IO.ShapeFile.dll</HintPath> | ||
</Reference> | ||
<Reference Include="NetTopologySuite.IO.GeoTools"> | ||
<HintPath>..\packages\NetTopologySuite.IO.1.13.3.2\lib\net40-client\NetTopologySuite.IO.GeoTools.dll</HintPath> | ||
</Reference> | ||
<Reference Include="NetTopologySuite.IO.MsSqlSpatial"> | ||
<HintPath>..\packages\NetTopologySuite.IO.1.13.3.2\lib\net40-client\NetTopologySuite.IO.MsSqlSpatial.dll</HintPath> | ||
</Reference> | ||
<Reference Include="NetTopologySuite.IO.PostGis"> | ||
<HintPath>..\packages\NetTopologySuite.IO.1.13.3.2\lib\net40-client\NetTopologySuite.IO.PostGis.dll</HintPath> | ||
</Reference> | ||
<Reference Include="log4net"> | ||
<HintPath>..\packages\log4net.2.0.5\lib\net40-full\log4net.dll</HintPath> | ||
</Reference> | ||
<Reference Include="NuGet4Mono.Extensions"> | ||
<HintPath>..\packages\NuGet4Mono.Extensions.0.3.0\lib\net40\NuGet4Mono.Extensions.dll</HintPath> | ||
</Reference> | ||
<Reference Include="MathNet.Numerics"> | ||
<HintPath>..\packages\MathNet.Numerics.3.7.1\lib\net40\MathNet.Numerics.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System.Numerics" /> | ||
<Reference Include="ProjNet"> | ||
<HintPath>..\packages\ProjNet.1.2\lib\net20\ProjNet.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Terradue.ServiceModel.Ogc.OwsContext"> | ||
<HintPath>..\packages\Terradue.ServiceModel.Ogc.OwsContext.1.0.6\lib\net40\Terradue.ServiceModel.Ogc.OwsContext.dll</HintPath> | ||
</Reference> | ||
<Reference Include="GeoAPI"> | ||
<HintPath>..\packages\GeoAPI.1.7.3.1\lib\net40-client\GeoAPI.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Newtonsoft.Json"> | ||
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net40\Newtonsoft.Json.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Terradue.OpenSearch.RdfEO"> | ||
<HintPath>..\packages\Terradue.OpenSearch.RdfEO.1.3.8\lib\net40\Terradue.OpenSearch.RdfEO.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Terradue.ServiceModel.Ogc"> | ||
<HintPath>..\packages\Terradue.ServiceModel.Ogc.1.1.5\lib\net40\Terradue.ServiceModel.Ogc.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Terradue.OpenSearch.GeoJson"> | ||
<HintPath>..\packages\Terradue.OpenSearch.GeoJson.1.3.8\lib\net40\Terradue.OpenSearch.GeoJson.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Terradue.GeoJson"> | ||
<HintPath>..\packages\Terradue.GeoJson.1.7.9\lib\net40\Terradue.GeoJson.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Terradue.Metadata.EarthObservation"> | ||
<HintPath>..\packages\Terradue.Metadata.EarthObservation.1.4.12\lib\net40\Terradue.Metadata.EarthObservation.dll</HintPath> | ||
</Reference> | ||
|
||
<Reference Include="Terradue.OpenSearch"> | ||
<HintPath>..\packages\Terradue.OpenSearch.1.13.0\lib\net40\Terradue.OpenSearch.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Terradue.OpenSearch.SciHub"> | ||
<HintPath>..\packages\Terradue.OpenSearch.SciHub.1.2.2\lib\net40\Terradue.OpenSearch.SciHub.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
<ItemGroup> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="Terradue\OpenSearch\Client\OpenSearchClient.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="packages.config" /> | ||
<None Include="Terradue.OpenSearch.Client.csproj" /> | ||
<None Include="Resources\ne_110m_land\ne_110m_land.shx" /> | ||
<None Include="Resources\ne_110m_land\ne_110m_land.shp" /> | ||
<None Include="Resources\ne_110m_land\ne_110m_land.prj" /> | ||
<None Include="Resources\ne_110m_land\ne_110m_land.dbf" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="Terradue\OpenSearch\" /> | ||
<Folder Include="Terradue\OpenSearch\Client\" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Terradue.OpenSearch.Model\Terradue.OpenSearch.Model.csproj"> | ||
<Project>{BFFA2485-B9AC-4DE4-BABF-4DD96590F9D4}</Project> | ||
<Name>Terradue.OpenSearch.Model</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Terradue.OpenSearch.Model.Base\Terradue.OpenSearch.Model.Base.csproj"> | ||
<Project>{6222FD31-E454-4D76-9AAF-0535787A6A1B}</Project> | ||
<Name>Terradue.OpenSearch.Model.Base</Name> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> | ||
<ProductVersion>8.0.30703</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{1FB59AA7-3878-47CD-4267-F179F56C6470}</ProjectGuid> | ||
<OutputType>Exe</OutputType> | ||
<RootNamespace>Terradue.OpenSearchClient</RootNamespace> | ||
<AssemblyName>OpenSearchClient</AssemblyName> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin</OutputPath> | ||
<DefineConstants>DEBUG;</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<Externalconsole>true</Externalconsole> | ||
<PlatformTarget>x86</PlatformTarget> | ||
<ConsolePause>true</ConsolePause> | ||
<Commandlineparameters>https://data2.terradue.com/eop/sentinel2/dataset/description</Commandlineparameters> | ||
<ExternalConsole>true</ExternalConsole> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||
<DebugType>full</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin</OutputPath> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<Externalconsole>true</Externalconsole> | ||
<PlatformTarget>x86</PlatformTarget> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.ServiceModel" /> | ||
<Reference Include="Terradue.ServiceModel.Syndication"> | ||
<HintPath>..\packages\Terradue.ServiceModel.Syndication.1.0.0.0\lib\net40\Terradue.ServiceModel.Syndication.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Mono.Addins"> | ||
<HintPath>..\packages\Mono.Addins.1.2\lib\net40\Mono.Addins.dll</HintPath> | ||
</Reference> | ||
<Reference Include="HtmlAgilityPack"> | ||
<HintPath>..\packages\HtmlAgilityPack.1.4.9\lib\Net40\HtmlAgilityPack.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System.Net" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="NetTopologySuite"> | ||
<HintPath>..\packages\NetTopologySuite.1.13.3.2\lib\net40-client\NetTopologySuite.dll</HintPath> | ||
</Reference> | ||
<Reference Include="PowerCollections"> | ||
<HintPath>..\packages\NetTopologySuite.1.13.3.2\lib\net40-client\PowerCollections.dll</HintPath> | ||
</Reference> | ||
<Reference Include="NetTopologySuite.IO.ShapeFile"> | ||
<HintPath>..\packages\NetTopologySuite.IO.1.13.3.2\lib\net40-client\NetTopologySuite.IO.ShapeFile.dll</HintPath> | ||
</Reference> | ||
<Reference Include="NetTopologySuite.IO.GeoTools"> | ||
<HintPath>..\packages\NetTopologySuite.IO.1.13.3.2\lib\net40-client\NetTopologySuite.IO.GeoTools.dll</HintPath> | ||
</Reference> | ||
<Reference Include="NetTopologySuite.IO.MsSqlSpatial"> | ||
<HintPath>..\packages\NetTopologySuite.IO.1.13.3.2\lib\net40-client\NetTopologySuite.IO.MsSqlSpatial.dll</HintPath> | ||
</Reference> | ||
<Reference Include="NetTopologySuite.IO.PostGis"> | ||
<HintPath>..\packages\NetTopologySuite.IO.1.13.3.2\lib\net40-client\NetTopologySuite.IO.PostGis.dll</HintPath> | ||
</Reference> | ||
<Reference Include="log4net"> | ||
<HintPath>..\packages\log4net.2.0.5\lib\net40-full\log4net.dll</HintPath> | ||
</Reference> | ||
<Reference Include="NuGet4Mono.Extensions"> | ||
<HintPath>..\packages\NuGet4Mono.Extensions.0.3.0\lib\net40\NuGet4Mono.Extensions.dll</HintPath> | ||
</Reference> | ||
<Reference Include="MathNet.Numerics"> | ||
<HintPath>..\packages\MathNet.Numerics.3.7.1\lib\net40\MathNet.Numerics.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System.Numerics" /> | ||
<Reference Include="ProjNet"> | ||
<HintPath>..\packages\ProjNet.1.2\lib\net20\ProjNet.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Terradue.ServiceModel.Ogc.OwsContext"> | ||
<HintPath>..\packages\Terradue.ServiceModel.Ogc.OwsContext.1.0.6\lib\net40\Terradue.ServiceModel.Ogc.OwsContext.dll</HintPath> | ||
</Reference> | ||
<Reference Include="GeoAPI"> | ||
<HintPath>..\packages\GeoAPI.1.7.3.1\lib\net40-client\GeoAPI.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Newtonsoft.Json"> | ||
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net40\Newtonsoft.Json.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Terradue.OpenSearch.RdfEO"> | ||
<HintPath>..\packages\Terradue.OpenSearch.RdfEO.1.3.8\lib\net40\Terradue.OpenSearch.RdfEO.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Terradue.ServiceModel.Ogc"> | ||
<HintPath>..\packages\Terradue.ServiceModel.Ogc.1.1.5\lib\net40\Terradue.ServiceModel.Ogc.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Terradue.OpenSearch.GeoJson"> | ||
<HintPath>..\packages\Terradue.OpenSearch.GeoJson.1.3.8\lib\net40\Terradue.OpenSearch.GeoJson.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Terradue.GeoJson"> | ||
<HintPath>..\packages\Terradue.GeoJson.1.7.9\lib\net40\Terradue.GeoJson.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Terradue.Metadata.EarthObservation"> | ||
<HintPath>..\packages\Terradue.Metadata.EarthObservation.1.4.12\lib\net40\Terradue.Metadata.EarthObservation.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Terradue.OpenSearch"> | ||
<HintPath>..\packages\Terradue.OpenSearch.1.13.0\lib\net40\Terradue.OpenSearch.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Terradue.OpenSearch.SciHub"> | ||
<HintPath>..\packages\Terradue.OpenSearch.SciHub.1.2.2\lib\net40\Terradue.OpenSearch.SciHub.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
<ItemGroup> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="Terradue\OpenSearch\Client\OpenSearchClient.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="packages.config" /> | ||
<None Include="Terradue.OpenSearch.Client.csproj" /> | ||
<None Include="Resources\ne_110m_land\ne_110m_land.shx" /> | ||
<None Include="Resources\ne_110m_land\ne_110m_land.shp" /> | ||
<None Include="Resources\ne_110m_land\ne_110m_land.prj" /> | ||
<None Include="Resources\ne_110m_land\ne_110m_land.dbf" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="Terradue\OpenSearch\" /> | ||
<Folder Include="Terradue\OpenSearch\Client\" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Terradue.OpenSearch.Model\Terradue.OpenSearch.Model.csproj"> | ||
<Project>{BFFA2485-B9AC-4DE4-BABF-4DD96590F9D4}</Project> | ||
<Name>Terradue.OpenSearch.Model</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Terradue.OpenSearch.Model.Base\Terradue.OpenSearch.Model.Base.csproj"> | ||
<Project>{6222FD31-E454-4D76-9AAF-0535787A6A1B}</Project> | ||
<Name>Terradue.OpenSearch.Model.Base</Name> | ||
</ProjectReference> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.