From 5170d4a2cea2a5618bd87b7c7e66115ef48f32b1 Mon Sep 17 00:00:00 2001 From: Zhou Wang Date: Thu, 26 Jan 2017 21:25:33 +0100 Subject: [PATCH 1/7] make CNTKLibraryCSEvalExampletest project optional for build use the same conditional compilation pattern as in C++ --- .../CNTKLibraryCSEvalExamplesTest.csproj | 10 +++++++--- .../CNTKLibraryManagedDll.csproj | 11 ++++++----- bindings/csharp/Swig/CNTKLibraryCSBinding.vcxproj | 11 ++++++----- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/Tests/EndToEndTests/EvalClientTests/CNTKLibraryCSEvalExamplesTest/CNTKLibraryCSEvalExamplesTest.csproj b/Tests/EndToEndTests/EvalClientTests/CNTKLibraryCSEvalExamplesTest/CNTKLibraryCSEvalExamplesTest.csproj index 27357a01c..35ac9485a 100644 --- a/Tests/EndToEndTests/EvalClientTests/CNTKLibraryCSEvalExamplesTest/CNTKLibraryCSEvalExamplesTest.csproj +++ b/Tests/EndToEndTests/EvalClientTests/CNTKLibraryCSEvalExamplesTest/CNTKLibraryCSEvalExamplesTest.csproj @@ -1,5 +1,5 @@  - + Debug @@ -63,7 +63,7 @@ - + @@ -84,7 +84,11 @@ - + + + + +