changeset 98:c9bc014bdbe8

Disabled assembly signing
author Ivo Smits <Ivo@UCIS.nl>
date Tue, 08 Jul 2014 16:52:10 +0200
parents d8bd5b4ba4d5
children be17dd3f6927 2b5e7bb9b979
files .hgignore UCIS.Core.csproj
diffstat 2 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Tue Jul 08 14:21:59 2014 +0200
+++ b/.hgignore	Tue Jul 08 16:52:10 2014 +0200
@@ -3,4 +3,4 @@
 obj/*
 *.suo
 *.*proj.user
-UCIS.sln
+UCIS.Core.sln
--- a/UCIS.Core.csproj	Tue Jul 08 14:21:59 2014 +0200
+++ b/UCIS.Core.csproj	Tue Jul 08 16:52:10 2014 +0200
@@ -12,8 +12,6 @@
     <AssemblyName>UCIS.Core</AssemblyName>
     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
-    <SignAssembly>true</SignAssembly>
-    <AssemblyOriginatorKeyFile>UCIS.snk</AssemblyOriginatorKeyFile>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -122,7 +120,6 @@
     <None Include="Pml\LegacyPmlCommunicator.cs" />
     <Compile Include="Pml\PmlBuilder.cs" />
     <None Include="Pml\PmlCommunicator.cs" />
-    <None Include="UCIS.snk" />
     <Compile Include="Pml\PmlCommunicator2.cs" />
     <Compile Include="Pml\RW\PmlAmfRW.cs" />
     <Compile Include="Pml\RW\PmlPHPRW.cs" />