Skip to content

Commit f0eae6c

Browse files
committed
Enable strong-signing using GeoJSON.Net key
1 parent c859203 commit f0eae6c

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

src/GeoJSON.Net.Contrib.EntityFramework/GeoJSON.Net.Contrib.EntityFramework.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
15+
<SignAssembly>true</SignAssembly>
16+
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
1517
</PropertyGroup>
1618
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1719
<DebugSymbols>true</DebugSymbols>
@@ -65,6 +67,9 @@
6567
<Compile Include="Properties\AssemblyInfo.cs" />
6668
</ItemGroup>
6769
<ItemGroup>
70+
<None Include="..\key.snk">
71+
<Link>key.snk</Link>
72+
</None>
6873
<None Include="App.config" />
6974
<None Include="packages.config" />
7075
</ItemGroup>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1515
<RestorePackages>true</RestorePackages>
1616
<TargetFrameworkProfile />
17+
<SignAssembly>true</SignAssembly>
18+
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
1719
</PropertyGroup>
1820
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1921
<DebugSymbols>true</DebugSymbols>
@@ -70,6 +72,9 @@
7072
<Compile Include="WktConvert.cs" />
7173
</ItemGroup>
7274
<ItemGroup>
75+
<None Include="..\key.snk">
76+
<Link>key.snk</Link>
77+
</None>
7378
<None Include="app.config" />
7479
<None Include="packages.config" />
7580
</ItemGroup>

src/GeoJSON.Net.Contrib.Wkb/GeoJSON.Net.Contrib.Wkb.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
15+
<SignAssembly>true</SignAssembly>
16+
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
1517
</PropertyGroup>
1618
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1719
<DebugSymbols>true</DebugSymbols>
@@ -58,6 +60,9 @@
5860
<Compile Include="WkbGeometryType.cs" />
5961
</ItemGroup>
6062
<ItemGroup>
63+
<None Include="..\key.snk">
64+
<Link>key.snk</Link>
65+
</None>
6166
<None Include="packages.config" />
6267
</ItemGroup>
6368
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

src/key.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)