From 807dca3c7df6f987aae504db85c6f6e734e660e6 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 2 Jun 2016 15:28:25 +0200 Subject: * bundle Release build into ZIP file if MSBuild Community Tasks are available --- BCDD.csproj | 18 ++++++++++++++---- bundle/.gitignore | 1 + 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 bundle/.gitignore diff --git a/BCDD.csproj b/BCDD.csproj index dbb0e10..e2b6f39 100644 --- a/BCDD.csproj +++ b/BCDD.csproj @@ -1,5 +1,7 @@  + Debug x86 @@ -16,7 +18,7 @@ 512 - x86 + AnyCPU true full false @@ -66,8 +68,16 @@ + + + + + + + + + - - - --> \ No newline at end of file diff --git a/bundle/.gitignore b/bundle/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/bundle/.gitignore @@ -0,0 +1 @@ +* -- cgit v1.2.3