Skip to content

Commit 03e5d3e

Browse files
committed
added sql server types binaries
1 parent 6416008 commit 03e5d3e

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ bld/
1818
[Bb]in/
1919
[Oo]bj/
2020

21+
# SQL Server types
22+
SqlServerTypes/
23+
2124
# Roslyn cache directories
2225
*.ide/
2326

@@ -149,7 +152,6 @@ csx/
149152
AppPackages/
150153

151154
# Others
152-
sql/
153155
*.Cache
154156
ClientBin/
155157
[Ss]tyle[Cc]op.*

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@
9090
</ItemGroup>
9191
<ItemGroup>
9292
<None Include="app.config" />
93-
<None Include="packages.config" />
93+
<None Include="packages.config">
94+
<SubType>Designer</SubType>
95+
</None>
9496
</ItemGroup>
9597
<ItemGroup>
9698
<Content Include="SqlServerTypes\readme.htm" />

0 commit comments

Comments
 (0)