Browse Source

Signing the assembly

Sebastien Ros 11 years ago
parent
commit
a43e256d98
2 changed files with 9 additions and 0 deletions
  1. 9 0
      Jint/Jint.csproj
  2. BIN
      Jint/Jint.snk

+ 9 - 0
Jint/Jint.csproj

@@ -37,6 +37,12 @@
     <ErrorReport>prompt</ErrorReport>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   </PropertyGroup>
+  <PropertyGroup>
+    <SignAssembly>true</SignAssembly>
+  </PropertyGroup>
+  <PropertyGroup>
+    <AssemblyOriginatorKeyFile>Jint.snk</AssemblyOriginatorKeyFile>
+  </PropertyGroup>
   <ItemGroup>
   <ItemGroup>
     <Compile Include="DeclarationBindingType.cs" />
     <Compile Include="DeclarationBindingType.cs" />
     <Compile Include="EvalCodeScope.cs" />
     <Compile Include="EvalCodeScope.cs" />
@@ -173,6 +179,9 @@
     <Compile Include="Runtime\TypeConverter.cs" />
     <Compile Include="Runtime\TypeConverter.cs" />
     <Compile Include="StrictModeScope.cs" />
     <Compile Include="StrictModeScope.cs" />
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <None Include="Jint.snk" />
+  </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   <!-- 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.
        Other similar extension points exist, see Microsoft.Common.targets.

BIN
Jint/Jint.snk