1
- <? xml version = " 1.0 " encoding = " utf-8 " ? >
2
- < Project ToolsVersion = " 15.0 " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
3
- < Import Project = " $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props " Condition = " Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props') " />
1
+ <Project Sdk = " Microsoft.NET.Sdk " >
2
+ < Import Project = " ../NHibernate.Spatial.props " / >
3
+
4
4
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{543472AB-D41B-4796-A6C9-8E22B18F0B44}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
5
+ <TargetFramework >net461</TargetFramework >
10
6
<RootNamespace >NHibernate.Spatial</RootNamespace >
11
- <AssemblyName >NHibernate.Spatial.MsSql</AssemblyName >
12
- <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <Deterministic >true</Deterministic >
15
7
</PropertyGroup >
16
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
- <DebugSymbols >true</DebugSymbols >
18
- <DebugType >full</DebugType >
19
- <Optimize >false</Optimize >
20
- <OutputPath >bin\Debug\</OutputPath >
21
- <DefineConstants >DEBUG;TRACE</DefineConstants >
22
- <ErrorReport >prompt</ErrorReport >
23
- <WarningLevel >4</WarningLevel >
24
- </PropertyGroup >
25
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
- <DebugType >pdbonly</DebugType >
27
- <Optimize >true</Optimize >
28
- <OutputPath >bin\Release\</OutputPath >
29
- <DefineConstants >TRACE</DefineConstants >
30
- <ErrorReport >prompt</ErrorReport >
31
- <WarningLevel >4</WarningLevel >
32
- </PropertyGroup >
33
- <ItemGroup >
34
- <Reference Include =" Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL" >
35
- <HintPath >..\packages\Antlr3.Runtime.3.5.1\lib\net40-client\Antlr3.Runtime.dll</HintPath >
36
- </Reference >
37
- <Reference Include =" GeoAPI, Version=1.7.5.0, Culture=neutral, PublicKeyToken=a1a0da7def465678, processorArchitecture=MSIL" >
38
- <HintPath >..\packages\GeoAPI.Core.1.7.5\lib\net45\GeoAPI.dll</HintPath >
39
- </Reference >
40
- <Reference Include =" GeoAPI.CoordinateSystems, Version=1.7.5.0, Culture=neutral, PublicKeyToken=a1a0da7def465678, processorArchitecture=MSIL" >
41
- <HintPath >..\packages\GeoAPI.CoordinateSystems.1.7.5\lib\net45\GeoAPI.CoordinateSystems.dll</HintPath >
42
- </Reference >
43
- <Reference Include =" Iesi.Collections, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL" >
44
- <HintPath >..\packages\Iesi.Collections.4.0.4\lib\net461\Iesi.Collections.dll</HintPath >
45
- </Reference >
46
- <Reference Include =" Microsoft.SqlServer.Types, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" >
47
- <HintPath >..\packages\Microsoft.SqlServer.Types.11.0.2\lib\net20\Microsoft.SqlServer.Types.dll</HintPath >
48
- </Reference >
49
- <Reference Include =" NetTopologySuite, Version=1.15.1.0, Culture=neutral, PublicKeyToken=f580a05016ebada1, processorArchitecture=MSIL" >
50
- <HintPath >..\packages\NetTopologySuite.Core.1.15.1\lib\net45\NetTopologySuite.dll</HintPath >
51
- </Reference >
52
- <Reference Include =" NetTopologySuite.CoordinateSystems, Version=1.15.1.0, Culture=neutral, PublicKeyToken=f580a05016ebada1, processorArchitecture=MSIL" >
53
- <HintPath >..\packages\NetTopologySuite.CoordinateSystems.1.15.1\lib\net45\NetTopologySuite.CoordinateSystems.dll</HintPath >
54
- </Reference >
55
- <Reference Include =" NHibernate, Version=5.1.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL" >
56
- <HintPath >..\packages\NHibernate.5.1.3\lib\net461\NHibernate.dll</HintPath >
57
- </Reference >
58
- <Reference Include =" Remotion.Linq, Version=2.1.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL" >
59
- <HintPath >..\packages\Remotion.Linq.2.1.2\lib\net45\Remotion.Linq.dll</HintPath >
60
- </Reference >
61
- <Reference Include =" Remotion.Linq.EagerFetching, Version=2.1.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL" >
62
- <HintPath >..\packages\Remotion.Linq.EagerFetching.2.1.0\lib\net45\Remotion.Linq.EagerFetching.dll</HintPath >
63
- </Reference >
64
- <Reference Include =" System" />
65
- <Reference Include =" System.Configuration" />
66
- <Reference Include =" System.Core" />
67
- <Reference Include =" System.ServiceModel" />
68
- <Reference Include =" System.Transactions" />
69
- <Reference Include =" System.Xml.Linq" />
70
- <Reference Include =" System.Data.DataSetExtensions" />
71
- <Reference Include =" Microsoft.CSharp" />
72
- <Reference Include =" System.Data" />
73
- <Reference Include =" System.Net.Http" />
74
- <Reference Include =" System.Xml" />
75
- </ItemGroup >
76
- <ItemGroup >
77
- <Compile Include =" ..\SharedAssemblyInfo.cs" >
78
- <Link >Properties\SharedAssemblyInfo.cs</Link >
79
- </Compile >
80
- <Compile Include =" Dialect\IRegisterationAdaptor.cs" />
81
- <Compile Include =" Dialect\MsSql2008FunctionRegistration.cs" />
82
- <Compile Include =" Dialect\MsSql2008GeographyDialect.cs" />
83
- <Compile Include =" Dialect\MsSql2008GeometryDialect.cs" />
84
- <Compile Include =" Dialect\MsSql2008SpatialDialect.cs" />
85
- <Compile Include =" Dialect\MsSql2012FunctionRegistration.cs" />
86
- <Compile Include =" Dialect\MsSql2012GeographyDialect.cs" />
87
- <Compile Include =" Dialect\MsSql2012GeometryDialect.cs" />
88
- <Compile Include =" Dialect\MsSql2012SpatialDialect.cs" />
89
- <Compile Include =" Properties\AssemblyInfo.cs" />
90
- <Compile Include =" Type\MsSql2008GeographyReader.cs" />
91
- <Compile Include =" Type\MsSql2008GeographyType.cs" />
92
- <Compile Include =" Type\MsSql2008GeographyWriter.cs" />
93
- <Compile Include =" Type\MsSql2008GeometryReader.cs" />
94
- <Compile Include =" Type\MsSql2008GeometryType.cs" />
95
- <Compile Include =" Type\MsSql2008GeometryWriter.cs" />
96
- <Compile Include =" Type\NtsGeographySink.cs" />
97
- <Compile Include =" Type\NtsGeometrySink.cs" />
98
- <Compile Include =" Type\SqlGeographyType.cs" />
99
- <Compile Include =" Type\SqlGeometryType.cs" />
100
- </ItemGroup >
8
+
101
9
<ItemGroup >
102
10
<EmbeddedResource Include =" Metadata\GeometryColumn.MsSql2008GeographyDialect.hbm.xml" />
103
11
<EmbeddedResource Include =" Metadata\GeometryColumn.MsSql2008GeometryDialect.hbm.xml" />
104
12
</ItemGroup >
13
+
105
14
<ItemGroup >
106
- <ProjectReference Include =" ..\NHibernate.Spatial\NHibernate.Spatial.csproj" >
107
- <Project >{f6c61d45-b221-4aaf-9539-24192a4ff933}</Project >
108
- <Name >NHibernate.Spatial</Name >
109
- </ProjectReference >
15
+ <PackageReference Include =" Microsoft.SqlServer.Types" Version =" 11.0.2" />
110
16
</ItemGroup >
17
+
111
18
<ItemGroup >
112
- <None Include =" packages.config " />
19
+ <ProjectReference Include =" ..\NHibernate.Spatial\NHibernate.Spatial.csproj " />
113
20
</ItemGroup >
114
- < Import Project = " $(MSBuildToolsPath)\Microsoft.CSharp.targets " />
115
- </Project >
21
+
22
+ </Project >
0 commit comments