diff --git a/nuget/Microsoft.Windows.CppWinRT.props b/nuget/Microsoft.Windows.CppWinRT.props index d7e2c652c..e1d9b4716 100644 --- a/nuget/Microsoft.Windows.CppWinRT.props +++ b/nuget/Microsoft.Windows.CppWinRT.props @@ -43,6 +43,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. nul nul + true + false + false + + + + DynamicLibrary + v143 + Unicode + + + + + + + + + WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Use + pch.h + %(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory) + + + Windows + onecore.lib;onecoreuap.lib;%(AdditionalDependencies) + TestProxyStub.def + + + Stub + Stub + true + $(IntDir)dlldata.c + $(IntDir)%(FileName).h + $(IntDir)%(FileName)_i.c + $(IntDir)%(FileName)_p.c + $(WindowsSDK_UnionMetadataPath) + true + false + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + Create + + + + + + + + false + + + false + + + + + \ No newline at end of file diff --git a/test/nuget/TestProxyStub/pch.cpp b/test/nuget/TestProxyStub/pch.cpp new file mode 100644 index 000000000..1d9f38c57 --- /dev/null +++ b/test/nuget/TestProxyStub/pch.cpp @@ -0,0 +1 @@ +#include "pch.h" diff --git a/test/nuget/TestProxyStub/pch.h b/test/nuget/TestProxyStub/pch.h new file mode 100644 index 000000000..3186dac74 --- /dev/null +++ b/test/nuget/TestProxyStub/pch.h @@ -0,0 +1,8 @@ +// +// pch.h +// Header for platform projection include files +// + +#pragma once + +#include