Skip to content

Commit

Permalink
Added Code Signing Fixes Redth#46
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Oct 5, 2012
1 parent f6aa77f commit 89a832a
Show file tree
Hide file tree
Showing 16 changed files with 116 additions and 54 deletions.
Binary file added PushSharp-Signing.snk
Binary file not shown.
Binary file added PushSharp.Android/PushSharp-Signing.snk
Binary file not shown.
7 changes: 7 additions & 0 deletions PushSharp.Android/PushSharp.Google.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>PushSharp-Signing.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -73,6 +79,7 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="PushSharp-Signing.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Binary file added PushSharp.Apple/PushSharp-Signing.snk
Binary file not shown.
7 changes: 7 additions & 0 deletions PushSharp.Apple/PushSharp.Apple.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>PushSharp-Signing.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -61,6 +67,7 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="PushSharp-Signing.snk" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PushSharp.Common\PushSharp.Common.csproj">
Expand Down
Binary file added PushSharp.Blackberry/PushSharp-Signing.snk
Binary file not shown.
9 changes: 9 additions & 0 deletions PushSharp.Blackberry/PushSharp.Blackberry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>PushSharp-Signing.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -54,6 +60,9 @@
<Name>PushSharp.Common</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="PushSharp-Signing.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file added PushSharp.Common/PushSharp-Signing.snk
Binary file not shown.
9 changes: 9 additions & 0 deletions PushSharp.Common/PushSharp.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>PushSharp-Signing.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -51,6 +57,9 @@
<Compile Include="PushServiceSettings.cs" />
<Compile Include="PushSettings.cs" />
</ItemGroup>
<ItemGroup>
<None Include="PushSharp-Signing.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file added PushSharp.Windows/PushSharp-Signing.snk
Binary file not shown.
7 changes: 7 additions & 0 deletions PushSharp.Windows/PushSharp.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>PushSharp-Signing.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -67,6 +73,7 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="PushSharp-Signing.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Binary file added PushSharp.WindowsPhone/PushSharp-Signing.snk
Binary file not shown.
9 changes: 9 additions & 0 deletions PushSharp.WindowsPhone/PushSharp.WindowsPhone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>PushSharp-Signing.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -58,6 +64,9 @@
<Name>PushSharp.Common</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="PushSharp-Signing.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
113 changes: 59 additions & 54 deletions PushSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PushSharp.Sample", "PushSha
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PushSharp.Windows", "PushSharp.Windows\PushSharp.Windows.csproj", "{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8FC4739B-A355-4F92-A62F-1A1813EC52F2}"
ProjectSection(SolutionItems) = preProject
PushSharp-Signing.snk = PushSharp-Signing.snk
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -41,46 +46,6 @@ Global
{09414728-3728-4105-A149-EC2E315355F9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{09414728-3728-4105-A149-EC2E315355F9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{09414728-3728-4105-A149-EC2E315355F9}.Release|x86.ActiveCfg = Release|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Debug|x86.ActiveCfg = Debug|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Release|Any CPU.Build.0 = Release|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Release|x86.ActiveCfg = Release|Any CPU
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Debug|Any CPU.ActiveCfg = Debug|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Debug|Mixed Platforms.Build.0 = Debug|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Debug|x86.ActiveCfg = Debug|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Debug|x86.Build.0 = Debug|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Release|Any CPU.ActiveCfg = Release|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Release|Mixed Platforms.ActiveCfg = Release|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Release|Mixed Platforms.Build.0 = Release|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Release|x86.ActiveCfg = Release|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Release|x86.Build.0 = Release|x86
{5250980B-BD11-4201-B083-AEDB8C62C471}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Debug|x86.ActiveCfg = Debug|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Release|Any CPU.Build.0 = Release|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Release|x86.ActiveCfg = Release|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Debug|x86.ActiveCfg = Debug|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Release|Any CPU.Build.0 = Release|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Release|x86.ActiveCfg = Release|Any CPU
{836F225F-6CD9-48DE-910C-70F8A7CF54AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{836F225F-6CD9-48DE-910C-70F8A7CF54AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{836F225F-6CD9-48DE-910C-70F8A7CF54AA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Expand All @@ -91,16 +56,6 @@ Global
{836F225F-6CD9-48DE-910C-70F8A7CF54AA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{836F225F-6CD9-48DE-910C-70F8A7CF54AA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{836F225F-6CD9-48DE-910C-70F8A7CF54AA}.Release|x86.ActiveCfg = Release|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Debug|x86.ActiveCfg = Debug|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Release|Any CPU.Build.0 = Release|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Release|x86.ActiveCfg = Release|Any CPU
{9947F510-BA9A-4045-A648-BAB687D8F513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9947F510-BA9A-4045-A648-BAB687D8F513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9947F510-BA9A-4045-A648-BAB687D8F513}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Expand All @@ -111,17 +66,67 @@ Global
{9947F510-BA9A-4045-A648-BAB687D8F513}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9947F510-BA9A-4045-A648-BAB687D8F513}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9947F510-BA9A-4045-A648-BAB687D8F513}.Release|x86.ActiveCfg = Release|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Debug|x86.ActiveCfg = Debug|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Release|Any CPU.Build.0 = Release|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{83C67156-893D-4AFF-9169-DB34771989CB}.Release|x86.ActiveCfg = Release|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Debug|x86.ActiveCfg = Debug|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Release|Any CPU.Build.0 = Release|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5250980B-BD11-4201-B083-AEDB8C62C471}.Release|x86.ActiveCfg = Release|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Debug|x86.ActiveCfg = Debug|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Release|Any CPU.Build.0 = Release|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6}.Release|x86.ActiveCfg = Release|Any CPU
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Debug|Any CPU.ActiveCfg = Debug|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Debug|Mixed Platforms.Build.0 = Debug|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Debug|x86.ActiveCfg = Debug|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Debug|x86.Build.0 = Debug|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Release|Any CPU.ActiveCfg = Release|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Release|Mixed Platforms.ActiveCfg = Release|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Release|Mixed Platforms.Build.0 = Release|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Release|x86.ActiveCfg = Release|x86
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB}.Release|x86.Build.0 = Release|x86
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Debug|x86.ActiveCfg = Debug|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Release|Any CPU.Build.0 = Release|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D} = {C09BBA3E-9CF3-4479-A4C3-3006820E2046}
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB} = {04A9AE38-795E-4CB5-A9AD-C1FA83DC342C}
{9947F510-BA9A-4045-A648-BAB687D8F513} = {C09BBA3E-9CF3-4479-A4C3-3006820E2046}
{83C67156-893D-4AFF-9169-DB34771989CB} = {C09BBA3E-9CF3-4479-A4C3-3006820E2046}
{5250980B-BD11-4201-B083-AEDB8C62C471} = {C09BBA3E-9CF3-4479-A4C3-3006820E2046}
{71E27C37-FBBF-481B-934B-1F7DBDE3C5D6} = {C09BBA3E-9CF3-4479-A4C3-3006820E2046}
{83C67156-893D-4AFF-9169-DB34771989CB} = {C09BBA3E-9CF3-4479-A4C3-3006820E2046}
{9947F510-BA9A-4045-A648-BAB687D8F513} = {C09BBA3E-9CF3-4479-A4C3-3006820E2046}
{0EC3A31E-B869-4465-ABDC-90C2E3CCC17D} = {C09BBA3E-9CF3-4479-A4C3-3006820E2046}
{1B9A3A8B-3690-4435-BF9C-B557BF2713DB} = {04A9AE38-795E-4CB5-A9AD-C1FA83DC342C}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = PushSharp.Sample\PushSharp.Sample.csproj
Expand Down
Binary file added PushSharp/PushSharp-Signing.snk
Binary file not shown.
9 changes: 9 additions & 0 deletions PushSharp/PushSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>PushSharp-Signing.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -72,6 +78,9 @@
<Name>PushSharp.Windows</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="PushSharp-Signing.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 89a832a

Please sign in to comment.