Skip to content

Commit b925333

Browse files
snk now only mentioned by pack.ps1 (#32)
1 parent b6b10bd commit b925333

File tree

6 files changed

+0
-50
lines changed

6 files changed

+0
-50
lines changed

OptimizelySDK.Net35/OptimizelySDK.Net35.csproj

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<ReleaseVersion>1.2.1</ReleaseVersion>
15-
<SignAssembly>true</SignAssembly>
16-
<AssemblyOriginatorKeyFile>..\keypair.snk</AssemblyOriginatorKeyFile>
1715
</PropertyGroup>
1816
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1917
<DebugSymbols>true</DebugSymbols>
@@ -31,15 +29,6 @@
3129
<DefineConstants>TRACE;NET35</DefineConstants>
3230
<ErrorReport>prompt</ErrorReport>
3331
<WarningLevel>4</WarningLevel>
34-
<CustomCommands>
35-
<CustomCommands>
36-
<Command>
37-
<type>AfterBuild</type>
38-
<command>sn -R "bin/Release/OptimizelySDK.Net35.dll" "../keypair.snk"</command>
39-
<workingdir>${ProjectDir}</workingdir>
40-
</Command>
41-
</CustomCommands>
42-
</CustomCommands>
4332
</PropertyGroup>
4433
<ItemGroup>
4534
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

OptimizelySDK.Net40/OptimizelySDK.Net40.csproj

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<ReleaseVersion>1.2.1</ReleaseVersion>
15-
<SignAssembly>true</SignAssembly>
16-
<AssemblyOriginatorKeyFile>..\keypair.snk</AssemblyOriginatorKeyFile>
1715
</PropertyGroup>
1816
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1917
<DebugSymbols>true</DebugSymbols>
@@ -31,15 +29,6 @@
3129
<DefineConstants>TRACE;NET35</DefineConstants>
3230
<ErrorReport>prompt</ErrorReport>
3331
<WarningLevel>4</WarningLevel>
34-
<CustomCommands>
35-
<CustomCommands>
36-
<Command>
37-
<type>AfterBuild</type>
38-
<command>sn -R "bin/Release/OptimizelySDK.Net40.dll" "../keypair.snk"</command>
39-
<workingdir>${ProjectDir}</workingdir>
40-
</Command>
41-
</CustomCommands>
42-
</CustomCommands>
4332
</PropertyGroup>
4433
<ItemGroup>
4534
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

OptimizelySDK.NetStandard16/OptimizelySDK.NetStandard16.csproj

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,9 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard1.6</TargetFramework>
55
<ReleaseVersion>1.2.1</ReleaseVersion>
6-
<SignAssembly>true</SignAssembly>
7-
<AssemblyOriginatorKeyFile>..\keypair.snk</AssemblyOriginatorKeyFile>
86
</PropertyGroup>
97

108
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
11-
<CustomCommands>
12-
<CustomCommands>
13-
<Command>
14-
<type>AfterBuild</type>
15-
<command>sn -R "bin/Release/netstandard1.6/OptimizelySDK.NetStandard16.dll" "../keypair.snk"</command>
16-
<workingdir>${ProjectDir}</workingdir>
17-
</Command>
18-
</CustomCommands>
19-
</CustomCommands>
209
</PropertyGroup>
2110
<ItemGroup>
2211
<Compile Include="..\OptimizelySDK\Entity\Attribute.cs" />

OptimizelySDK.Tests/OptimizelySDK.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
<NuGetPackageImportStamp>
1919
</NuGetPackageImportStamp>
2020
<ReleaseVersion>1.2.1</ReleaseVersion>
21-
<SignAssembly>true</SignAssembly>
22-
<AssemblyOriginatorKeyFile>..\keypair.snk</AssemblyOriginatorKeyFile>
2321
</PropertyGroup>
2422
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2523
<DebugSymbols>true</DebugSymbols>

OptimizelySDK/OptimizelySDK.csproj

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
<ReleaseVersion>1.2.1</ReleaseVersion>
16-
<SignAssembly>true</SignAssembly>
17-
<AssemblyOriginatorKeyFile>..\keypair.snk</AssemblyOriginatorKeyFile>
1816
</PropertyGroup>
1917
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2018
<DebugSymbols>true</DebugSymbols>
@@ -35,15 +33,6 @@
3533
<ErrorReport>prompt</ErrorReport>
3634
<WarningLevel>4</WarningLevel>
3735
<Prefer32Bit>false</Prefer32Bit>
38-
<CustomCommands>
39-
<CustomCommands>
40-
<Command>
41-
<type>AfterBuild</type>
42-
<command>sn -R "bin/Release/OptimizelySDK.dll" "../keypair.snk"</command>
43-
<workingdir>${ProjectDir}</workingdir>
44-
</Command>
45-
</CustomCommands>
46-
</CustomCommands>
4736
</PropertyGroup>
4837
<PropertyGroup>
4938
<DefineConstants Condition=" '$(TargetFrameworkVersion)' == 'v3.5'">NET35</DefineConstants>

OptimizelySDK/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

22-
// Strong naming
23-
[assembly: AssemblyKeyFileAttribute("keypair.snk")]
24-
[assembly: AssemblyDelaySignAttribute(false)]
25-
2622
// Make types and members with internal scope visible to friend
2723
// OptimizelySDK.Tests unit tests.
2824
#pragma warning disable 1700

0 commit comments

Comments
 (0)