From 7dc5fa412e143b1043ee857a7baccc460494877f Mon Sep 17 00:00:00 2001 From: ttp Date: Wed, 29 Apr 2009 00:01:27 +0900 Subject: [PATCH] =?utf8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=82=B9=E3=82=AF?= =?utf8?q?=E3=83=AA=E3=83=97=E3=83=88=E3=81=AE=E6=94=B9=E4=BF=AE=E3=80=82?= =?utf8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=82=B9=E3=82=AF=E3=83=AA=E3=83=97?= =?utf8?q?=E3=83=88=E3=81=8B=E3=82=89Target=E6=8C=87=E5=AE=9A=E3=81=A7?= =?utf8?q?=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- AppliStation.proj | 84 +++++++++++++++++++++++++++---------------------------- build.bat | 7 +++-- 2 files changed, 46 insertions(+), 45 deletions(-) diff --git a/AppliStation.proj b/AppliStation.proj index 9bbc716..f41bded 100644 --- a/AppliStation.proj +++ b/AppliStation.proj @@ -1,42 +1,42 @@ - - - - - Debug - - dist - all-get/bin/$(Configuration) - archive-inst/bin/$(Configuration) - AppliStation/bin/$(Configuration) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + + dist + all-get/bin/$(Configuration) + archive-inst/bin/$(Configuration) + AppliStation/bin/$(Configuration) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build.bat b/build.bat index 4321829..c1d2b70 100644 --- a/build.bat +++ b/build.bat @@ -1,3 +1,4 @@ -@set path=%windir%\Microsoft.NET\Framework\v2.0.50727;%path% -msbuild AppliStation.proj /t:Build -msbuild AppliStation.proj /t:Dist /p:IncludePdb=Yes \ No newline at end of file +@set path=%windir%\Microsoft.NET\Framework\v2.0.50727;%path% +@set CONFIG=Debug +msbuild AppliStation.proj /t:Build /p:Configuration=%CONFIG% +msbuild AppliStation.proj /t:Dist /p:Configuration=%CONFIG% \ No newline at end of file -- 2.11.0