From bd45adb50f7844d679cd823a4fc999a769bc615c Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Thu, 2 Aug 2018 17:20:31 +0000 Subject: Update the LLVM VS integration to sign the assembly. llvm-svn: 338740 --- llvm/tools/msbuild/.gitignore | 8 ++++++-- llvm/tools/msbuild/llvm.csproj | 11 ++++------- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'llvm/tools') diff --git a/llvm/tools/msbuild/.gitignore b/llvm/tools/msbuild/.gitignore index 01c1f5a9d0b..692d171a21a 100644 --- a/llvm/tools/msbuild/.gitignore +++ b/llvm/tools/msbuild/.gitignore @@ -1,2 +1,6 @@ -bin -obj +obj/ +bin/ +.vs/ +Key.snk +packages/ +*.csproj.user diff --git a/llvm/tools/msbuild/llvm.csproj b/llvm/tools/msbuild/llvm.csproj index a614bb2f22b..39e898d7368 100644 --- a/llvm/tools/msbuild/llvm.csproj +++ b/llvm/tools/msbuild/llvm.csproj @@ -64,6 +64,7 @@ Designer + true VCTargets @@ -90,11 +91,7 @@ - + + if not exist $(ProjectDir)Key.snk ("$(TargetFrameworkSDKToolsDirectory)\x64\sn.exe" -k $(ProjectDir)Key.snk) + \ No newline at end of file -- cgit v1.2.3