2019-06-28 11:46:22 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
2019-06-28 11:14:53 +02:00
|
|
|
|
<PropertyGroup>
|
2019-06-28 11:46:22 +02:00
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{DA8510CE-7899-49DD-9E17-7C974382288D}</ProjectGuid>
|
2019-06-28 14:08:05 +02:00
|
|
|
|
<OutputType>Library</OutputType>
|
2019-06-28 11:46:22 +02:00
|
|
|
|
<RootNamespace>CoordinateSharp</RootNamespace>
|
|
|
|
|
<AssemblyName>CoordinateSharp</AssemblyName>
|
2019-06-28 14:08:05 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
2019-06-28 11:46:22 +02:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
2019-06-28 14:08:05 +02:00
|
|
|
|
<TargetFrameworkProfile />
|
2019-06-28 11:14:53 +02:00
|
|
|
|
</PropertyGroup>
|
2019-06-28 11:46:22 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2019-06-28 11:14:53 +02:00
|
|
|
|
</PropertyGroup>
|
2019-06-28 11:46:22 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2019-06-28 11:14:53 +02:00
|
|
|
|
</PropertyGroup>
|
2019-06-28 14:08:05 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject />
|
|
|
|
|
</PropertyGroup>
|
2019-06-28 11:46:22 +02:00
|
|
|
|
<ItemGroup>
|
2019-06-28 11:14:53 +02:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2019-06-28 11:46:22 +02:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
2019-06-28 11:14:53 +02:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2019-06-28 11:46:22 +02:00
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2019-06-28 11:14:53 +02:00
|
|
|
|
</ItemGroup>
|
2019-06-28 11:46:22 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Celestial.Assistant.cs" />
|
|
|
|
|
<Compile Include="Celestial.cs" />
|
|
|
|
|
<Compile Include="Celestial.LunarEclipseCalc.cs" />
|
|
|
|
|
<Compile Include="Celestial.MeeusTables.cs" />
|
|
|
|
|
<Compile Include="Celestial.MoonCalculations.cs" />
|
|
|
|
|
<Compile Include="Celestial.SolarEclipseCalc.cs" />
|
|
|
|
|
<Compile Include="Celestial.SunCalculations.cs" />
|
|
|
|
|
<Compile Include="Coordinate.Assistant.cs" />
|
|
|
|
|
<Compile Include="Coordinate.Cartesian.cs" />
|
|
|
|
|
<Compile Include="Coordinate.cs" />
|
|
|
|
|
<Compile Include="Coordinate.EagerLoad.cs" />
|
|
|
|
|
<Compile Include="Coordinate.ECEF.cs" />
|
|
|
|
|
<Compile Include="Coordinate.Formatting.cs" />
|
|
|
|
|
<Compile Include="Coordinate.MGRS.cs" />
|
|
|
|
|
<Compile Include="Coordinate.Parser.cs" />
|
|
|
|
|
<Compile Include="Coordinate.UTM.cs" />
|
|
|
|
|
<Compile Include="Distance.cs" />
|
|
|
|
|
<Compile Include="Eclipse\LunarData.cs" />
|
|
|
|
|
<Compile Include="Eclipse\SolarData.cs" />
|
|
|
|
|
<Compile Include="GeoFence.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2019-06-28 11:14:53 +02:00
|
|
|
|
</ItemGroup>
|
2019-06-28 11:46:22 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|