From 72d04d216d97929ef2961aac622d767e2e38c024 Mon Sep 17 00:00:00 2001 From: Steve Wagner Date: Thu, 26 Aug 2010 08:09:54 +0200 Subject: [PATCH] Move keyfile to solution directory and only link it in project file. --- WebKitBrowser/WebKit .NET.snk => WebKit.NET.snk | Bin WebKitBrowser/WebKitBrowser.csproj | 9 ++++++--- 2 files changed, 6 insertions(+), 3 deletions(-) rename WebKitBrowser/WebKit .NET.snk => WebKit.NET.snk (100%) diff --git a/WebKitBrowser/WebKit .NET.snk b/WebKit.NET.snk similarity index 100% rename from WebKitBrowser/WebKit .NET.snk rename to WebKit.NET.snk diff --git a/WebKitBrowser/WebKitBrowser.csproj b/WebKitBrowser/WebKitBrowser.csproj index 8ba9da9..fdf31e9 100644 --- a/WebKitBrowser/WebKitBrowser.csproj +++ b/WebKitBrowser/WebKitBrowser.csproj @@ -14,7 +14,8 @@ 512 WebKitBrowser.dll.manifest true - WebKit .NET.snk + + 3.5 @@ -113,8 +114,10 @@ + + WebKit.NET.snk + - @@ -146,6 +149,6 @@ xcopy /E /Y /EXCLUDE:temp_exclude_files.txt "$(SolutionDir)webkit\*" "$(SolutionDir)bin\$(ConfigurationName)" del temp_exclude_files.txt call "$(DevEnvDir)..\..\VC\vcvarsall.bat" x86 -tlbimp "$(SolutionDir)webkit\webkit.tlb" /silent /keyfile:"$(ProjectDir)WebKit .NET.snk" /namespace:WebKit.Interop /out:"$(SolutionDir)webkit\WebKit.Interop.dll" +tlbimp "$(SolutionDir)webkit\webkit.tlb" /silent /keyfile:"$(SolutionDir)WebKit .NET.snk" /namespace:WebKit.Interop /out:"$(SolutionDir)webkit\WebKit.Interop.dll" \ No newline at end of file