Skip to content

Commit

Permalink
Add strongname to both projects as link
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Sep 8, 2010
1 parent 7401ad6 commit 8064048
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
File renamed without changes.
9 changes: 6 additions & 3 deletions WebKitBrowser/WebKitBrowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<FileAlignment>512</FileAlignment>
<ApplicationManifest>WebKitBrowser.dll.manifest</ApplicationManifest>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>WebKit .NET.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
Expand Down Expand Up @@ -75,13 +76,13 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ActivationContext.cs" />
<Compile Include="NativeMethods.cs" />
<Compile Include="PrintManager.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="NativeMethods.cs" />
<Compile Include="WebDownloadDelegate.cs" />
<Compile Include="WebFrameLoadDelegate.cs" />
<Compile Include="WebKitBrowser.cs">
Expand Down Expand Up @@ -111,13 +112,15 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="..\WebKit.NET.snk">
<Link>WebKit.NET.snk</Link>
</None>
<None Include="WebKitBrowser.dll.manifest">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="WebKit .NET.snk" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
Expand Down
5 changes: 5 additions & 0 deletions WebKitCore/WebKitCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\WebKit.NET.snk">
<Link>WebKit.NET.snk</Link>
</None>
</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 8064048

Please sign in to comment.