Forgot Installer.PKG.targets
This commit is contained in:
parent
d9e532a53d
commit
0ec5003d68
1 changed files with 33 additions and 33 deletions
|
@ -1,6 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<Target Name="SetupPkgInputsOutputs">
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PkgIntermediateDirectory>$(IntermediateDirectory)/pkgs/$(SdkVersion)</PkgIntermediateDirectory>
|
<PkgIntermediateDirectory>$(IntermediateDirectory)/pkgs/$(SdkVersion)</PkgIntermediateDirectory>
|
||||||
|
|
||||||
|
@ -34,6 +33,7 @@
|
||||||
<AdditionalHostFxrPkgIntermediatePath>$(PkgIntermediateDirectory)/$(AdditionalHostFxrComponentId).pkg</AdditionalHostFxrPkgIntermediatePath>
|
<AdditionalHostFxrPkgIntermediatePath>$(PkgIntermediateDirectory)/$(AdditionalHostFxrComponentId).pkg</AdditionalHostFxrPkgIntermediatePath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<Target Name="SetupPkgInputsOutputs">
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<DistributionTemplateReplacement Include="{SharedFxComponentId}">
|
<DistributionTemplateReplacement Include="{SharedFxComponentId}">
|
||||||
<ReplacementString>$(SharedFrameworkComponentId)</ReplacementString>
|
<ReplacementString>$(SharedFrameworkComponentId)</ReplacementString>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue