Skip to content

Commit 558843a

Browse files
committed
Use public strong name key
1 parent 71db4b2 commit 558843a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ packages/
3333
/Confuser.Test
3434
*.sln.*
3535
gh-pages/
36-
ConfuserEx.snk
3736
GlobalAssemblyInfo.cs
3837
/Build/*.zip
3938
!Build/7z.exe

Build/Build.cmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
@echo off
22

3-
IF NOT EXIST ..\ConfuserEx.snk COPY ..\ConfuserEx_default.snk ..\ConfuserEx.snk
4-
53
%windir%\microsoft.net\framework\v4.0.30319\msbuild ..\Confuser2.sln /p:Configuration=Release "/p:Platform=Any CPU"
64

75
IF %ERRORLEVEL% NEQ 0 GOTO err
File renamed without changes.

0 commit comments

Comments
 (0)