فهرست منبع

Preparing for build process rewrite. Removed redundant batch files.

ArnoldZokas 15 سال پیش
والد
کامیت
df27a076ba
3فایلهای تغییر یافته به همراه0 افزوده شده و 15 حذف شده
  1. 0 5
      build/DebugBuild.bat
  2. 0 5
      build/ReleaseBuild.bat
  3. 0 5
      build/Silverlight2Build.bat

+ 0 - 5
build/DebugBuild.bat

@@ -1,5 +0,0 @@
-@echo off
-
-%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /p:BuildConfiguration=Debug
-
-pause

+ 0 - 5
build/ReleaseBuild.bat

@@ -1,5 +0,0 @@
-@echo off
-
-%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /p:BuildConfiguration=Release
-
-pause

+ 0 - 5
build/Silverlight2Build.bat

@@ -1,5 +0,0 @@
-@echo off
-
-%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /p:BuildConfiguration=Silverlight2
-
-pause