We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71db4b2 commit 558843aCopy full SHA for 558843a
.gitignore
@@ -33,7 +33,6 @@ packages/
33
/Confuser.Test
34
*.sln.*
35
gh-pages/
36
-ConfuserEx.snk
37
GlobalAssemblyInfo.cs
38
/Build/*.zip
39
!Build/7z.exe
Build/Build.cmd
@@ -1,7 +1,5 @@
1
@echo off
2
3
-IF NOT EXIST ..\ConfuserEx.snk COPY ..\ConfuserEx_default.snk ..\ConfuserEx.snk
4
-
5
%windir%\microsoft.net\framework\v4.0.30319\msbuild ..\Confuser2.sln /p:Configuration=Release "/p:Platform=Any CPU"
6
7
IF %ERRORLEVEL% NEQ 0 GOTO err
ConfuserEx_default.snk renamed to ConfuserEx.snk
0 commit comments