Skip to content

Commit 32cf01d

Browse files
committed
removed sql types from cs proj
1 parent b28cc3e commit 32cf01d

2 files changed

Lines changed: 0 additions & 32 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">

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" />
@@ -94,21 +93,6 @@
9493
<SubType>Designer</SubType>
9594
</None>
9695
</ItemGroup>
97-
<ItemGroup>
98-
<Content Include="SqlServerTypes\readme.htm" />
99-
<Content Include="SqlServerTypes\x64\msvcr120.dll">
100-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
101-
</Content>
102-
<Content Include="SqlServerTypes\x64\SqlServerSpatial140.dll">
103-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
104-
</Content>
105-
<Content Include="SqlServerTypes\x86\msvcr120.dll">
106-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
107-
</Content>
108-
<Content Include="SqlServerTypes\x86\SqlServerSpatial140.dll">
109-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
110-
</Content>
111-
</ItemGroup>
11296
<Choose>
11397
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
11498
<ItemGroup>

0 commit comments

Comments
 (0)