浏览代码

Signing the assembly

Sebastien Ros 11 年之前
父节点
当前提交
a43e256d98
共有 2 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      Jint/Jint.csproj
  2. 二进制
      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.

二进制
Jint/Jint.snk