Skip to content

Commit

Permalink
Fix EF6 Project
Browse files Browse the repository at this point in the history
  • Loading branch information
FObermaier committed Mar 15, 2021
1 parent 246a5d7 commit 7ce89a3
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 135 deletions.
22 changes: 0 additions & 22 deletions src/SharpMap.BusinessObjects.EF6/App.config

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,20 +1,49 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Product>SharpMap.BusinessObjects.EF6</Product>
<PackageTags>SharpMap GIS Map GeoSpatial Business EF6</PackageTags>
<RootNamespace>SharpMap</RootNamespace>
<Description>EF6 business objects to work with SharpMap</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Product>SharpMap.BusinessObjects.EF6</Product>
<PackageTags>SharpMap GIS Map GeoSpatial Business EF6</PackageTags>
<RootNamespace>SharpMap</RootNamespace>
<Description>EF6 business objects to work with SharpMap</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EntityFramework" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="EntityFramework" Version="6.0.0" />
<PackageReference Include="Microsoft.SqlServer.Types" Version="14.0.1016.290" GeneratePathProperty="true" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SharpMap.BusinessObjects\SharpMap.BusinessObjects.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharpMap.BusinessObjects\SharpMap.BusinessObjects.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Include="$(PkgMicrosoft_SqlServer_Types)\content\SqlServerTypes\Loader.cs">
<Link>SqlServerTypes\Loader.cs</Link>
</Compile>
</ItemGroup>

<ItemGroup>
<Content Include="$(PkgMicrosoft_SqlServer_Types)\content\SqlServerTypes\readme.htm">
<Link>SqlServerTypes\readme.htm</Link>
</Content>
<Content Include="$(PkgMicrosoft_SqlServer_Types)\nativeBinaries\x64\msvcr120.dll">
<Link>SqlServerTypes\x64\msvcr120.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="$(PkgMicrosoft_SqlServer_Types)\nativeBinaries\x64\SqlServerSpatial140.dll">
<Link>SqlServerTypes\x64\SqlServerSpatial140.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="$(PkgMicrosoft_SqlServer_Types)\nativeBinaries\x86\msvcr120.dll">
<Link>SqlServerTypes\x86\msvcr120.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="$(PkgMicrosoft_SqlServer_Types)\nativeBinaries\x86\SqlServerSpatial140.dll">
<Link>SqlServerTypes\x86\SqlServerSpatial140.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

</Project>
45 changes: 0 additions & 45 deletions src/SharpMap.BusinessObjects.EF6/SqlServerTypes/Loader.cs

This file was deleted.

39 changes: 0 additions & 39 deletions src/SharpMap.BusinessObjects.EF6/SqlServerTypes/readme.htm

This file was deleted.

14 changes: 0 additions & 14 deletions src/SharpMap.BusinessObjects.EF6/packages.config

This file was deleted.

0 comments on commit 7ce89a3

Please sign in to comment.