You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
606 B
11 lines
606 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Target Name="EmbedMicrosoftVisualStudioSetupConfigurationInteropTypes" AfterTargets="ResolveReferences" BeforeTargets="FindReferenceAssembliesForReferences">
|
|
<ItemGroup>
|
|
<ReferencePath Condition=" '%(FileName)' == 'Microsoft.VisualStudio.Setup.Configuration.Interop' AND '%(ReferencePath.NuGetPackageId)' == '$(MSBuildThisFileName)' ">
|
|
<EmbedInteropTypes>true</EmbedInteropTypes>
|
|
<Private>false</Private>
|
|
</ReferencePath>
|
|
</ItemGroup>
|
|
</Target>
|
|
</Project>
|
|
|