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 5ea39a2 commit be30727Copy full SHA for be30727
.gitignore
@@ -59,6 +59,7 @@ UpgradeLog*.XML
59
UpgradeLog*.htm
60
61
# Non-distributable and private local stuff
62
+Deployment/
63
NonDist/
64
65
# =========================
Deployment/.gitignore
MasterBuild.bat
@@ -1,8 +1,6 @@
1
@ECHO OFF
2
CLS
3
4
-DEL /Q .\Deployment\*.*
5
-
6
"%WINDIR%\Microsoft.Net\Framework\v4.0.30319\msbuild.exe" /nologo /v:m /m "Source\EWSImageMaps.sln" /t:Clean;Build "/p:Configuration=Release;Platform=Any CPU"
7
8
"%WINDIR%\Microsoft.Net\Framework\v4.0.30319\msbuild.exe" /nologo /v:m /m "Demos\WinFormsDemos.sln" /t:Clean;Build "/p:Configuration=Release;Platform=Any CPU"
0 commit comments