diff --git a/build/NuSpecs/WindowsAppSDK-Nuget-Native.Bootstrap.targets b/build/NuSpecs/WindowsAppSDK-Nuget-Native.Bootstrap.targets
index 573c99e2b1..c5b72d705f 100644
--- a/build/NuSpecs/WindowsAppSDK-Nuget-Native.Bootstrap.targets
+++ b/build/NuSpecs/WindowsAppSDK-Nuget-Native.Bootstrap.targets
@@ -1,6 +1,6 @@
-
+
NotUsing
@@ -15,4 +15,10 @@
+
+
+ $(BeforeClCompileTargets); GenerateBootstrapCpp;
+
+
+
diff --git a/build/NuSpecs/WindowsAppSDK-Nuget-Native.DeploymentManager.targets b/build/NuSpecs/WindowsAppSDK-Nuget-Native.DeploymentManager.targets
index 159bd5a781..cfbd8687c4 100644
--- a/build/NuSpecs/WindowsAppSDK-Nuget-Native.DeploymentManager.targets
+++ b/build/NuSpecs/WindowsAppSDK-Nuget-Native.DeploymentManager.targets
@@ -1,6 +1,6 @@
-
+
NotUsing
@@ -11,4 +11,10 @@
+
+
+ $(BeforeClCompileTargets); GenerateDeploymentManagerCpp;
+
+
+
diff --git a/build/NuSpecs/WindowsAppSDK-Nuget-Native.UndockedRegFreeWinRT.targets b/build/NuSpecs/WindowsAppSDK-Nuget-Native.UndockedRegFreeWinRT.targets
index 7e899ca1fb..10db792396 100644
--- a/build/NuSpecs/WindowsAppSDK-Nuget-Native.UndockedRegFreeWinRT.targets
+++ b/build/NuSpecs/WindowsAppSDK-Nuget-Native.UndockedRegFreeWinRT.targets
@@ -1,11 +1,16 @@
-
+
MICROSOFT_WINDOWSAPPSDK_UNDOCKEDREGFREEWINRT_AUTO_INITIALIZE;%(PreprocessorDefinitions)
MICROSOFT_WINDOWSAPPSDK_UNDOCKEDREGFREEWINRT_AUTO_INITIALIZE_LOADLIBRARY;%(PreprocessorDefinitions)
+
+
+
+
+
NotUsing
MICROSOFT_WINDOWSAPPSDK_UNDOCKEDREGFREEWINRT_AUTO_INITIALIZE;%(PreprocessorDefinitions)
@@ -14,4 +19,10 @@
+
+
+ $(BeforeClCompileTargets); GenerateUndockedRegFreeWinRTCpp;
+
+
+