1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4- <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{52FD515F-8EB4-4111-9460-E87DDB3CC27A}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >GeoJSON.Net.Contrib.EntityFramework</RootNamespace >
11- <AssemblyName >GeoJSON.Net.Contrib.EntityFramework</AssemblyName >
12- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- </PropertyGroup >
15- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16- <DebugSymbols >true</DebugSymbols >
17- <DebugType >full</DebugType >
18- <Optimize >false</Optimize >
19- <OutputPath >bin\Debug\</OutputPath >
20- <DefineConstants >DEBUG;TRACE</DefineConstants >
21- <ErrorReport >prompt</ErrorReport >
22- <WarningLevel >4</WarningLevel >
23- </PropertyGroup >
24- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25- <DebugType >pdbonly</DebugType >
26- <Optimize >true</Optimize >
27- <OutputPath >bin\Release\</OutputPath >
28- <DefineConstants >TRACE</DefineConstants >
29- <ErrorReport >prompt</ErrorReport >
30- <WarningLevel >4</WarningLevel >
31- </PropertyGroup >
32- <ItemGroup >
33- <Reference Include =" EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
34- <HintPath >..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath >
35- <Private >True</Private >
36- </Reference >
37- <Reference Include =" EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
38- <HintPath >..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath >
39- <Private >True</Private >
40- </Reference >
41- <Reference Include =" GeoJSON.Net, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
42- <HintPath >..\packages\GeoJSON.Net.1.1.64\lib\net45\GeoJSON.Net.dll</HintPath >
43- <Private >True</Private >
44- </Reference >
45- <Reference Include =" Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
46- <HintPath >..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
47- <Private >True</Private >
48- </Reference >
49- <Reference Include =" System" />
50- <Reference Include =" System.ComponentModel.DataAnnotations" />
51- <Reference Include =" System.Core" />
52- <Reference Include =" System.Xml.Linq" />
53- <Reference Include =" System.Data.DataSetExtensions" />
54- <Reference Include =" Microsoft.CSharp" />
55- <Reference Include =" System.Data" />
56- <Reference Include =" System.Net.Http" />
57- <Reference Include =" System.Xml" />
58- </ItemGroup >
59- <ItemGroup >
60- <Compile Include =" EntityFrameworkConvertToGeoJsonObject.cs" />
61- <Compile Include =" EntityFrameworkConvertToGeoJsonGeometry.cs" />
62- <Compile Include =" EntityFrameworkConvertToDbGeometry.cs" />
63- <Compile Include =" EntityFrameworkConvertToDbGeography.cs" />
64- <Compile Include =" Properties\AssemblyInfo.cs" />
65- </ItemGroup >
66- <ItemGroup >
67- <None Include =" App.config" />
68- <None Include =" packages.config" />
69- </ItemGroup >
70- <ItemGroup >
71- <ProjectReference Include =" ..\GeoJSON.NetContrib.WkbConversions\GeoJSON.NetContrib.WkbConversions.csproj" >
72- <Project >{7906a2f8-ab3d-426e-8d85-844c6dc18f22}</Project >
73- <Name >GeoJSON.NetContrib.WkbConversions</Name >
74- </ProjectReference >
75- </ItemGroup >
76- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{52FD515F-8EB4-4111-9460-E87DDB3CC27A}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >GeoJSON.Net.Contrib.EntityFramework</RootNamespace >
11+ <AssemblyName >GeoJSON.Net.Contrib.EntityFramework</AssemblyName >
12+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <DebugType >pdbonly</DebugType >
26+ <Optimize >true</Optimize >
27+ <OutputPath >bin\Release\</OutputPath >
28+ <DefineConstants >TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ <DocumentationFile >bin\Release\GeoJSON.Net.Contrib.EntityFramework.XML</DocumentationFile >
32+ </PropertyGroup >
33+ <ItemGroup >
34+ <Reference Include =" EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
35+ <HintPath >..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath >
36+ <Private >True</Private >
37+ </Reference >
38+ <Reference Include =" EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
39+ <HintPath >..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath >
40+ <Private >True</Private >
41+ </Reference >
42+ <Reference Include =" GeoJSON.Net, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
43+ <HintPath >..\packages\GeoJSON.Net.1.1.64\lib\net45\GeoJSON.Net.dll</HintPath >
44+ <Private >True</Private >
45+ </Reference >
46+ <Reference Include =" Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
47+ <HintPath >..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
48+ <Private >True</Private >
49+ </Reference >
50+ <Reference Include =" System" />
51+ <Reference Include =" System.ComponentModel.DataAnnotations" />
52+ <Reference Include =" System.Core" />
53+ <Reference Include =" System.Xml.Linq" />
54+ <Reference Include =" System.Data.DataSetExtensions" />
55+ <Reference Include =" Microsoft.CSharp" />
56+ <Reference Include =" System.Data" />
57+ <Reference Include =" System.Net.Http" />
58+ <Reference Include =" System.Xml" />
59+ </ItemGroup >
60+ <ItemGroup >
61+ <Compile Include =" EntityFrameworkConvertToGeoJsonObject.cs" />
62+ <Compile Include =" EntityFrameworkConvertToGeoJsonGeometry.cs" />
63+ <Compile Include =" EntityFrameworkConvertToDbGeometry.cs" />
64+ <Compile Include =" EntityFrameworkConvertToDbGeography.cs" />
65+ <Compile Include =" Properties\AssemblyInfo.cs" />
66+ </ItemGroup >
67+ <ItemGroup >
68+ <None Include =" App.config" />
69+ <None Include =" packages.config" />
70+ </ItemGroup >
71+ <ItemGroup >
72+ <ProjectReference Include =" ..\GeoJSON.NetContrib.WkbConversions\GeoJSON.NetContrib.WkbConversions.csproj" >
73+ <Project >{7906a2f8-ab3d-426e-8d85-844c6dc18f22}</Project >
74+ <Name >GeoJSON.NetContrib.WkbConversions</Name >
75+ </ProjectReference >
76+ </ItemGroup >
77+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7778 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7879 Other similar extension points exist, see Microsoft.Common.targets.
7980 <Target Name="BeforeBuild">
8081 </Target>
8182 <Target Name="AfterBuild">
8283 </Target>
83- -->
84+ -->
8485</Project >
0 commit comments