Skip to content

Commit 6b506f8

Browse files
committed
Removed sql server types files from repo
1 parent e8bec93 commit 6b506f8

6 files changed

Lines changed: 0 additions & 244 deletions

File tree

src/GeoJSON.Net.Contrib.MsSqlSpatial/GeoJSON.Net.Contrib.MsSqlSpatial.csproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,28 +67,12 @@
6767
<Compile Include="Sinks\Helpers\SqlSpatialExtensions.cs" />
6868
<Compile Include="Sinks\SqlGeographyGeoJSONSink.cs" />
6969
<Compile Include="Sinks\SqlGeometryGeoJSONSink.cs" />
70-
<Compile Include="SqlServerTypes\Loader.cs" />
7170
<Compile Include="WktConvert.cs" />
7271
</ItemGroup>
7372
<ItemGroup>
7473
<None Include="app.config" />
7574
<None Include="packages.config" />
7675
</ItemGroup>
77-
<ItemGroup>
78-
<Content Include="SqlServerTypes\readme.htm" />
79-
<Content Include="SqlServerTypes\x64\msvcr120.dll">
80-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
81-
</Content>
82-
<Content Include="SqlServerTypes\x64\SqlServerSpatial140.dll">
83-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
84-
</Content>
85-
<Content Include="SqlServerTypes\x86\msvcr120.dll">
86-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
87-
</Content>
88-
<Content Include="SqlServerTypes\x86\SqlServerSpatial140.dll">
89-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
90-
</Content>
91-
</ItemGroup>
9276
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9377
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
9478
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">

src/GeoJSON.Net.Contrib.MsSqlSpatial/SqlServerTypes/Loader.cs

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/GeoJSON.Net.Contrib.MsSqlSpatial/SqlServerTypes/readme.htm

Lines changed: 0 additions & 61 deletions
This file was deleted.

test/GeoJSON.Net.Contrib.MsSqlSpatial.Test/GeoJSON.Net.Contrib.MsSqlSpatial.Test.csproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
<ItemGroup>
7575
<Compile Include="AssemblyInitializer.cs" />
7676
<Compile Include="Properties\AssemblyInfo.cs" />
77-
<Compile Include="SqlServerTypes\Loader.cs" />
7877
<Compile Include="ToGeoJSONGeographyTests.cs" />
7978
<Compile Include="ToSqlGeographyTests.cs" />
8079
<Compile Include="ToSqlGeometryTests.cs" />
@@ -92,21 +91,6 @@
9291
<None Include="app.config" />
9392
<None Include="packages.config" />
9493
</ItemGroup>
95-
<ItemGroup>
96-
<Content Include="SqlServerTypes\readme.htm" />
97-
<Content Include="SqlServerTypes\x64\msvcr120.dll">
98-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
99-
</Content>
100-
<Content Include="SqlServerTypes\x64\SqlServerSpatial140.dll">
101-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
102-
</Content>
103-
<Content Include="SqlServerTypes\x86\msvcr120.dll">
104-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
105-
</Content>
106-
<Content Include="SqlServerTypes\x86\SqlServerSpatial140.dll">
107-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
108-
</Content>
109-
</ItemGroup>
11094
<Choose>
11195
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
11296
<ItemGroup>

test/GeoJSON.Net.Contrib.MsSqlSpatial.Test/SqlServerTypes/Loader.cs

Lines changed: 0 additions & 45 deletions
This file was deleted.

test/GeoJSON.Net.Contrib.MsSqlSpatial.Test/SqlServerTypes/readme.htm

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)