1- <? xml version = " 1.0 " encoding = " utf-8 " ? >
2- < Project ToolsVersion = " 4.0 " DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
1+ <Project Sdk = " Microsoft.NET.Sdk " >
2+
33 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >8.0.30703</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{7C0D45ED-681E-4DEC-9910-BAE1211E4889}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >GeoJSON.Net</RootNamespace >
4+ <TargetFramework >netstandard1.1</TargetFramework >
125 <AssemblyName >GeoJSON.Net</AssemblyName >
13- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
14- <FileAlignment >512</FileAlignment >
15- <TargetFrameworkProfile >Profile259</TargetFrameworkProfile >
6+ <AssemblyVersion >0.0.0.7</AssemblyVersion >
7+ <FileVersion >0.0.0.7</FileVersion >
8+ <Description >.Net types for the GeoJSON 1.0 specs to be used with Json.Net</Description >
9+ <Authors ></Authors >
10+ <Company >Joerg Battermann</Company >
11+ <Copyright >Copyright © Joerg Battermann and Contributor, 2014 - 2016</Copyright >
1612 </PropertyGroup >
17- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18- <DebugSymbols >true</DebugSymbols >
19- <DebugType >full</DebugType >
20- <Optimize >false</Optimize >
21- <OutputPath >bin\Debug\</OutputPath >
22- <DefineConstants >DEBUG;TRACE</DefineConstants >
23- <ErrorReport >prompt</ErrorReport >
24- <WarningLevel >4</WarningLevel >
25- <DocumentationFile >bin\Debug\GeoJSON.Net.XML</DocumentationFile >
26- </PropertyGroup >
27- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28- <DebugType >pdbonly</DebugType >
29- <Optimize >true</Optimize >
30- <OutputPath >bin\Release\</OutputPath >
31- <DefineConstants >TRACE</DefineConstants >
32- <ErrorReport >prompt</ErrorReport >
33- <WarningLevel >4</WarningLevel >
34- <DocumentationFile >bin\Release\GeoJSON.Net.XML</DocumentationFile >
35- </PropertyGroup >
36- <ItemGroup >
37- <Reference Include =" Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
38- <HintPath >..\packages\Newtonsoft.Json.7.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath >
39- <Private >True</Private >
40- </Reference >
41- <Reference Include =" System" />
42- <Reference Include =" System.Core" />
43- <Reference Include =" Microsoft.CSharp" />
44- </ItemGroup >
13+
4514 <ItemGroup >
46- <Compile Include =" Converters\CrsConverter.cs" />
47- <Compile Include =" Converters\GeoJsonConverter.cs" />
48- <Compile Include =" Converters\GeometryConverter.cs" />
49- <Compile Include =" Converters\MultiPointConverter.cs" />
50- <Compile Include =" Converters\MultiPolygonConverter.cs" />
51- <Compile Include =" Converters\PointConverter.cs" />
52- <Compile Include =" Converters\LineStringConverter.cs" />
53- <Compile Include =" Converters\PolygonConverter.cs" />
54- <Compile Include =" CoordinateReferenceSystem\DefaultCRS.cs" />
55- <Compile Include =" CoordinateReferenceSystem\LinkedCRS.cs" />
56- <Compile Include =" CoordinateReferenceSystem\CRSBase.cs" />
57- <Compile Include =" CoordinateReferenceSystem\CRSType.cs" />
58- <Compile Include =" CoordinateReferenceSystem\ICRSObject.cs" />
59- <Compile Include =" CoordinateReferenceSystem\NamedCRS.cs" />
60- <Compile Include =" CoordinateReferenceSystem\UnspecifiedCRS.cs" />
61- <Compile Include =" DoubleTenDecimalPlaceComparer.cs" />
62- <Compile Include =" GeoJSONObject.cs" />
63- <Compile Include =" Geometry\GeometryCollection.cs" />
64- <Compile Include =" Geometry\IPosition.cs" />
65- <Compile Include =" Geometry\MultiLineString.cs" />
66- <Compile Include =" Geometry\LineString.cs" />
67- <Compile Include =" Geometry\MultiPoint.cs" />
68- <Compile Include =" GeoJSONObjectType.cs" />
69- <Compile Include =" Geometry\GeographicPosition.cs" />
70- <Compile Include =" Exceptions\ParsingException.cs" />
71- <Compile Include =" Feature\Feature.cs" />
72- <Compile Include =" Feature\FeatureCollection.cs" />
73- <Compile Include =" Geometry\IGeometryObject.cs" />
74- <Compile Include =" Geometry\MultiPolygon.cs" />
75- <Compile Include =" Geometry\Point.cs" />
76- <Compile Include =" Geometry\Polygon.cs" />
77- <Compile Include =" Geometry\Position.cs" />
78- <Compile Include =" IGeoJSONObject.cs" />
79- <Compile Include =" NullableDoubleTenDecimalPlaceComparer.cs" />
80- <Compile Include =" Properties\AssemblyInfo.cs" />
15+ <PackageReference Include =" Newtonsoft.Json" Version =" 10.0.2" />
8116 </ItemGroup >
82- <ItemGroup >
83- <None Include =" packages.config" />
84- </ItemGroup >
85- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
86- <PropertyGroup >
87- <PostBuildEvent >copy $(SolutionDir)$(ProjectName)\$(OutDir)$(TargetName).xml $(SolutionDir)..\lib
88- copy $(SolutionDir)$(ProjectName)\$(OutDir)$(TargetName).dll $(SolutionDir)..\lib</PostBuildEvent >
89- </PropertyGroup >
90- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
91- Other similar extension points exist, see Microsoft.Common.targets.
92- <Target Name="BeforeBuild">
93- </Target>
94- <Target Name="AfterBuild">
95- </Target>
96- -->
17+
9718</Project >
0 commit comments