From c81860aaf88f23906f80ead83f41b8bb6ed25d58 Mon Sep 17 00:00:00 2001 From: hshristov Date: Fri, 16 May 2014 18:25:11 +0300 Subject: [PATCH] Added Full Build configuration to BCL project & updated build task --- BCL.csproj | 59 ++++++++++++++++++++---------------------- BCL.sln | 2 ++ Deploy/Full/.gitignore | 1 + 3 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 Deploy/Full/.gitignore diff --git a/BCL.csproj b/BCL.csproj index 3ba8687c5..f60bab1e4 100644 --- a/BCL.csproj +++ b/BCL.csproj @@ -23,9 +23,12 @@ BCL - + bin\ + + bin\ + bin\ @@ -144,8 +147,6 @@ - - @@ -181,7 +182,7 @@ http.d.ts - + @@ -206,45 +207,35 @@ location.d.ts - + + - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + commonjs + True + True + ES5 + commonjs True @@ -288,6 +279,10 @@ + + Full + Deploy\Full\Configuration.xml + iOS @@ -323,7 +318,9 @@ - + diff --git a/BCL.sln b/BCL.sln index 6815469ee..6af983511 100644 --- a/BCL.sln +++ b/BCL.sln @@ -9,6 +9,7 @@ Global Android_Tests|Any CPU = Android_Tests|Any CPU Android|Any CPU = Android|Any CPU Documentation|Any CPU = Documentation|Any CPU + Full|Any CPU = Full|Any CPU iOS_Deploy|Any CPU = iOS_Deploy|Any CPU iOS_Tests|Any CPU = iOS_Tests|Any CPU iOS|Any CPU = iOS|Any CPU @@ -22,6 +23,7 @@ Global {2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.Android|Any CPU.Build.0 = Android|Any CPU {2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU {2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.Documentation|Any CPU.Build.0 = Documentation|Any CPU + {2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.Full|Any CPU.ActiveCfg = Release|Any CPU {2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.iOS_Deploy|Any CPU.ActiveCfg = iOS_Deploy|Any CPU {2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.iOS_Deploy|Any CPU.Build.0 = iOS_Deploy|Any CPU {2313F1BF-1F2D-4F11-806A-87927FA6A7C0}.iOS_Tests|Any CPU.ActiveCfg = iOS_Tests|Any CPU diff --git a/Deploy/Full/.gitignore b/Deploy/Full/.gitignore new file mode 100644 index 000000000..82d43fba2 --- /dev/null +++ b/Deploy/Full/.gitignore @@ -0,0 +1 @@ +/Configuration.xml