提交 3397cdf7 编写于 作者: V Vatsan Madhavan

Update WpfArcadeSdk props/targets to prepare for repo-inversion

上级 299e9c7e
......@@ -179,6 +179,7 @@
</ItemGroup>
</Target>
<!--
In your project, Add a references to WinForms transport package like this:
<ItemGroup>
......
......@@ -30,7 +30,7 @@
PresentationFramework.Royale;
WindowsFormsIntegration;
PenImc;
WpfGfx;
wpfgfx;
D3DCompiler;
VCRuntime
</ExternalShippingProjects>
......
......@@ -553,7 +553,7 @@ using namespace System::Runtime::Versioning;
<!-- Save Microsoft.NETCore.App assemblies and return them -->
<ItemGroup>
<NuGetReferencesForCpp Remove="%40(NuGetReferencesForCpp)" />
<NuGetReferencesForCpp Include="%24(WpfDncEngRidSpecificLibPath)**\*.*" />
<NuGetReferencesForCpp Include="%24(WpfDncEngRidSpecificPackagePath)\runtimes\%24(RuntimeIdentifier)\native\**\*.*" />
</ItemGroup>
</Target>
</Project>
......@@ -586,19 +586,17 @@ using namespace System::Runtime::Versioning;
<!-- Restore, then IdentifyNuGetReferences -->
<MSBuild Projects="@(ProjectToBuild)" UnloadProjectsOnCompletion="true"
Targets="Restore"
Properties="TargetFramework=$(TfmForBuild);Platform=$(Architecture);RuntimeIdentifier=win-$(Architecture);IsRestoring=true" />
Properties="TargetFramework=$(TfmForBuild);Platform=$(Architecture);RuntimeIdentifier=win-$(Architecture)" />
<MSBuild Projects="@(ProjectToBuild)"
Targets="IdentifyNuGetReferences"
Targets="Restore;IdentifyNuGetReferences"
Properties="TargetFramework=$(TfmForBuild);Platform=$(Architecture);RuntimeIdentifier=win-$(Architecture)">
<Output TaskParameter="TargetOutputs" ItemName="NuGetReferencesForCpp" />
</MSBuild>
<!-- Update with file path -->
<ItemGroup>
<NugetReferencesForCpp Update="@(NuGetReferencesForCpp)">
<FilePath>%(NuGetReferencesForCpp.FullPath)</FilePath>
</NugetReferencesForCpp>
<Link Include="@(NuGetReferencesForCpp)"
Condition="'%(NuGetReferencesForCpp.Extension)'=='.lib'" />
</ItemGroup>
</Target>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册