From 176d27af5e92320e29c80fb4b6554dbde1ce750e Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Mon, 29 Jan 2018 12:00:46 -0800 Subject: [PATCH] Integrate the new SDK (remove workarounds) --- .../ApplicationUsingRelativePaths.csproj | 2 -- .../ApplicationWithConfigureMvc.csproj | 2 -- .../ApplicationWithCustomInputFiles.csproj | 2 -- .../ApplicationWithParseErrors.csproj | 2 -- .../ApplicationWithRazorSdkNeitherUsed.csproj | 3 --- .../ApplicationWithRazorSdkPrecompilationUsed.csproj | 3 --- .../ApplicationWithRazorSdkUsed.csproj | 6 ------ .../ApplicationWithTagHelpers.csproj | 2 -- .../ClassLibraryWithPrecompiledViews.csproj | 2 -- .../PublishWithEmbedViewSources.csproj | 2 -- testapps/RazorPagesApp/RazorPagesApp.csproj | 2 -- testapps/SimpleApp/SimpleApp.csproj | 2 -- .../SimpleAppWithAssemblyRename.csproj | 2 -- testapps/StrongNamedApp/StrongNamedApp.csproj | 4 +--- 14 files changed, 1 insertion(+), 35 deletions(-) diff --git a/testapps/ApplicationUsingRelativePaths/ApplicationUsingRelativePaths.csproj b/testapps/ApplicationUsingRelativePaths/ApplicationUsingRelativePaths.csproj index 48cb8ef294..91b6481522 100644 --- a/testapps/ApplicationUsingRelativePaths/ApplicationUsingRelativePaths.csproj +++ b/testapps/ApplicationUsingRelativePaths/ApplicationUsingRelativePaths.csproj @@ -3,8 +3,6 @@ $(StandardTestAppTfms) - - PrecompilationTool true diff --git a/testapps/ApplicationWithConfigureMvc/ApplicationWithConfigureMvc.csproj b/testapps/ApplicationWithConfigureMvc/ApplicationWithConfigureMvc.csproj index ad9d3b1bb8..26ecdd3795 100644 --- a/testapps/ApplicationWithConfigureMvc/ApplicationWithConfigureMvc.csproj +++ b/testapps/ApplicationWithConfigureMvc/ApplicationWithConfigureMvc.csproj @@ -4,8 +4,6 @@ $(StandardTestAppTfms) $(DefineConstants);TEST123 - - PrecompilationTool true diff --git a/testapps/ApplicationWithCustomInputFiles/ApplicationWithCustomInputFiles.csproj b/testapps/ApplicationWithCustomInputFiles/ApplicationWithCustomInputFiles.csproj index 78e05d4d69..c9b9f513ff 100644 --- a/testapps/ApplicationWithCustomInputFiles/ApplicationWithCustomInputFiles.csproj +++ b/testapps/ApplicationWithCustomInputFiles/ApplicationWithCustomInputFiles.csproj @@ -3,8 +3,6 @@ $(StandardTestAppTfms) - - PrecompilationTool true true diff --git a/testapps/ApplicationWithParseErrors/ApplicationWithParseErrors.csproj b/testapps/ApplicationWithParseErrors/ApplicationWithParseErrors.csproj index 48cb8ef294..91b6481522 100644 --- a/testapps/ApplicationWithParseErrors/ApplicationWithParseErrors.csproj +++ b/testapps/ApplicationWithParseErrors/ApplicationWithParseErrors.csproj @@ -3,8 +3,6 @@ $(StandardTestAppTfms) - - PrecompilationTool true diff --git a/testapps/ApplicationWithRazorSdkNeitherUsed/ApplicationWithRazorSdkNeitherUsed.csproj b/testapps/ApplicationWithRazorSdkNeitherUsed/ApplicationWithRazorSdkNeitherUsed.csproj index 12c64c8ef4..fbe8aa5b8d 100644 --- a/testapps/ApplicationWithRazorSdkNeitherUsed/ApplicationWithRazorSdkNeitherUsed.csproj +++ b/testapps/ApplicationWithRazorSdkNeitherUsed/ApplicationWithRazorSdkNeitherUsed.csproj @@ -3,9 +3,6 @@ $(StandardTestAppTfms) - - - diff --git a/testapps/ApplicationWithRazorSdkPrecompilationUsed/ApplicationWithRazorSdkPrecompilationUsed.csproj b/testapps/ApplicationWithRazorSdkPrecompilationUsed/ApplicationWithRazorSdkPrecompilationUsed.csproj index bb01501352..322c04a44e 100644 --- a/testapps/ApplicationWithRazorSdkPrecompilationUsed/ApplicationWithRazorSdkPrecompilationUsed.csproj +++ b/testapps/ApplicationWithRazorSdkPrecompilationUsed/ApplicationWithRazorSdkPrecompilationUsed.csproj @@ -3,9 +3,6 @@ $(StandardTestAppTfms) - - PrecompilationTool - diff --git a/testapps/ApplicationWithRazorSdkUsed/ApplicationWithRazorSdkUsed.csproj b/testapps/ApplicationWithRazorSdkUsed/ApplicationWithRazorSdkUsed.csproj index 75dc7a5aa3..19cb810444 100644 --- a/testapps/ApplicationWithRazorSdkUsed/ApplicationWithRazorSdkUsed.csproj +++ b/testapps/ApplicationWithRazorSdkUsed/ApplicationWithRazorSdkUsed.csproj @@ -3,12 +3,6 @@ $(StandardTestAppTfms) - - - RazorSDK - - - true ApplicationWithRazorSdkUsed.Views diff --git a/testapps/ApplicationWithTagHelpers/ApplicationWithTagHelpers.csproj b/testapps/ApplicationWithTagHelpers/ApplicationWithTagHelpers.csproj index 0106aad199..20205954fd 100644 --- a/testapps/ApplicationWithTagHelpers/ApplicationWithTagHelpers.csproj +++ b/testapps/ApplicationWithTagHelpers/ApplicationWithTagHelpers.csproj @@ -3,8 +3,6 @@ $(StandardTestAppTfms) - - PrecompilationTool true diff --git a/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj b/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj index e271f1eb50..6ee003119c 100644 --- a/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj +++ b/testapps/ClassLibraryWithPrecompiledViews/ClassLibraryWithPrecompiledViews.csproj @@ -4,8 +4,6 @@ $(StandardTestAppTfms) obj\precompiled\$(TargetFramework) - - PrecompilationTool true diff --git a/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj b/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj index fc5e5b8e96..ce7ce79715 100644 --- a/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj +++ b/testapps/PublishWithEmbedViewSources/PublishWithEmbedViewSources.csproj @@ -3,8 +3,6 @@ $(StandardTestAppTfms) - - PrecompilationTool true true diff --git a/testapps/RazorPagesApp/RazorPagesApp.csproj b/testapps/RazorPagesApp/RazorPagesApp.csproj index 2b28d5d146..f2eb5223ff 100644 --- a/testapps/RazorPagesApp/RazorPagesApp.csproj +++ b/testapps/RazorPagesApp/RazorPagesApp.csproj @@ -3,8 +3,6 @@ $(StandardTestAppTfms) - - PrecompilationTool true diff --git a/testapps/SimpleApp/SimpleApp.csproj b/testapps/SimpleApp/SimpleApp.csproj index d444257567..d484bc0298 100644 --- a/testapps/SimpleApp/SimpleApp.csproj +++ b/testapps/SimpleApp/SimpleApp.csproj @@ -4,8 +4,6 @@ $(StandardTestAppTfms) win7-x86;debian-x64 - - PrecompilationTool true diff --git a/testapps/SimpleAppWithAssemblyRename/SimpleAppWithAssemblyRename.csproj b/testapps/SimpleAppWithAssemblyRename/SimpleAppWithAssemblyRename.csproj index 778d1b9c0b..73de429042 100644 --- a/testapps/SimpleAppWithAssemblyRename/SimpleAppWithAssemblyRename.csproj +++ b/testapps/SimpleAppWithAssemblyRename/SimpleAppWithAssemblyRename.csproj @@ -4,8 +4,6 @@ NewAssemblyName $(StandardTestAppTfms) - - PrecompilationTool true diff --git a/testapps/StrongNamedApp/StrongNamedApp.csproj b/testapps/StrongNamedApp/StrongNamedApp.csproj index fb31fa9ff5..188de9e7f3 100644 --- a/testapps/StrongNamedApp/StrongNamedApp.csproj +++ b/testapps/StrongNamedApp/StrongNamedApp.csproj @@ -5,9 +5,7 @@ true true - - PrecompilationTool - true + true