From ebf207cea4410220e4a072b0b58029db60c06db7 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 16 Jun 2017 08:42:18 -0700 Subject: [PATCH] Avoid running the precompilation tool as part of building ClassLibraryWithPrecompiledViews Fixes #117 --- .../ApplicationUsingPrecompiledViewClassLibrary.csproj | 9 ++++++++- .../ClassLibraryWithPrecompiledViews.csproj | 2 -- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/testapps/ApplicationUsingPrecompiledViewClassLibrary/ApplicationUsingPrecompiledViewClassLibrary.csproj b/testapps/ApplicationUsingPrecompiledViewClassLibrary/ApplicationUsingPrecompiledViewClassLibrary.csproj index b48f592655..fdf2f0ce59 100644 --- a/testapps/ApplicationUsingPrecompiledViewClassLibrary/ApplicationUsingPrecompiledViewClassLibrary.csproj +++ b/testapps/ApplicationUsingPrecompiledViewClassLibrary/ApplicationUsingPrecompiledViewClassLibrary.csproj @@ -3,11 +3,13 @@ netcoreapp2.0;net461 netcoreapp2.0 win7-x64 + ..\ClassLibraryWithPrecompiledViews\ClassLibraryWithPrecompiledViews.csproj - + + @@ -15,6 +17,11 @@ + + diff --git a/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj b/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj index 5d65410110..9d1c257919 100644 --- a/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj +++ b/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj @@ -12,6 +12,4 @@ - -