Skip to content

Commit

Permalink
Clean up project files
Browse files Browse the repository at this point in the history
  • Loading branch information
peetw committed Feb 2, 2024
1 parent 0f10f83 commit 4ac3034
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 64 deletions.
5 changes: 1 addition & 4 deletions NHibernate.Spatial.MsSql/NHibernate.Spatial.MsSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
<PackageReference Include="NetTopologySuite.IO.SqlServerBytes" Version="2.1.0" />
</ItemGroup>
Expand All @@ -22,4 +19,4 @@
<ProjectReference Include="..\NHibernate.Spatial\NHibernate.Spatial.csproj" />
</ItemGroup>

</Project>
</Project>
3 changes: 0 additions & 3 deletions NHibernate.Spatial.MySQL/NHibernate.Spatial.MySQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MySql.Data" Version="8.0.30" />
</ItemGroup>

Expand Down
12 changes: 1 addition & 11 deletions NHibernate.Spatial.PostGis/NHibernate.Spatial.PostGis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Remove="Metadata\GeometryColumn.PostGis20Dialect.hbm.xml" />
<None Remove="Metadata\GeometryColumn.PostGis30Dialect.hbm.xml" />
<None Remove="Metadata\SpatialReferenceSystem.PostGis20Dialect.hbm.xml" />
<None Remove="Metadata\SpatialReferenceSystem.PostGis30Dialect.hbm.xml" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Metadata\GeometryColumn.PostGis30Dialect.hbm.xml" />
<EmbeddedResource Include="Metadata\GeometryColumn.PostGis20Dialect.hbm.xml" />
Expand All @@ -28,6 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Npgsql.NetTopologySuite" Version="4.1.12" />
<PackageReference Include="NetTopologySuite.IO.PostGis" Version="2.1.0" />
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions NHibernate.Spatial/NHibernate.Spatial.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="NetTopologySuite" Version="2.5.0" />
<PackageReference Include="NHibernate" Version="5.3.12" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>

<RootNamespace>Tests.NHibernate.Spatial</RootNamespace>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>

<RootNamespace>Tests.NHibernate.Spatial</RootNamespace>
</PropertyGroup>

Expand All @@ -25,4 +23,4 @@
</None>
</ItemGroup>

</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>

<RootNamespace>Tests.NHibernate.Spatial</RootNamespace>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>

<RootNamespace>Tests.NHibernate.Spatial</RootNamespace>
</PropertyGroup>

<ItemGroup>
<None Remove="Models\PolygonM.hbm.xml" />
<None Remove="Models\PolygonZ.hbm.xml" />
<None Remove="Models\PolygonZM.hbm.xml" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Models\PolygonM.hbm.xml" />
<EmbeddedResource Include="Models\PolygonZM.hbm.xml" />
Expand All @@ -37,4 +29,4 @@
</None>
</ItemGroup>

</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>

<RootNamespace>Tests.NHibernate.Spatial</RootNamespace>
</PropertyGroup>

Expand All @@ -26,4 +24,4 @@
</None>
</ItemGroup>

</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>

<RootNamespace>Tests.NHibernate.Spatial</RootNamespace>
</PropertyGroup>

Expand Down
22 changes: 0 additions & 22 deletions Tests.NHibernate.Spatial/Tests.NHibernate.Spatial.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,6 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<None Remove="Model\County.hbm.xml" />
<None Remove="Model\Simple.hbm.xml" />
<None Remove="NtsTestCases\Model\NtsTestCase.hbm.xml" />
<None Remove="OgcSfSql11Compliance\Model\Bridge.hbm.xml" />
<None Remove="OgcSfSql11Compliance\Model\Building.hbm.xml" />
<None Remove="OgcSfSql11Compliance\Model\DividedRoute.hbm.xml" />
<None Remove="OgcSfSql11Compliance\Model\Forest.hbm.xml" />
<None Remove="OgcSfSql11Compliance\Model\Lake.hbm.xml" />
<None Remove="OgcSfSql11Compliance\Model\MapNeatline.hbm.xml" />
<None Remove="OgcSfSql11Compliance\Model\NamedPlace.hbm.xml" />
<None Remove="OgcSfSql11Compliance\Model\Pond.hbm.xml" />
<None Remove="OgcSfSql11Compliance\Model\RoadSegment.hbm.xml" />
<None Remove="OgcSfSql11Compliance\Model\Stream.hbm.xml" />
<None Remove="RandomGeometries\Model\LineStringEntity.hbm.xml" />
<None Remove="RandomGeometries\Model\MultiLineStringEntity.hbm.xml" />
<None Remove="RandomGeometries\Model\MultiPointEntity.hbm.xml" />
<None Remove="RandomGeometries\Model\MultiPolygonEntity.hbm.xml" />
<None Remove="RandomGeometries\Model\PointEntity.hbm.xml" />
<None Remove="RandomGeometries\Model\PolygonEntity.hbm.xml" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Model\County.hbm.xml" />
<EmbeddedResource Include="Model\Simple.hbm.xml" />
Expand Down

0 comments on commit 4ac3034

Please sign in to comment.