Skip to content

Commit

Permalink
Merge branch 'main' into wasdk/1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe authored Jun 28, 2024
2 parents 82f8495 + 7288756 commit 5e643c4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions MultiTarget/MultiTargetToTargetFramework.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project InitialTargets="CheckEnabledMultiTargetsWithMissingTfms">
<Target Condition="'$(Configuration)' == 'Debug'" Name="CheckEnabledMultiTargetsWithMissingTfms">
<Warning Condition="$(MultiTarget.Contains('uwp')) == 'true' AND '$(UwpTargetFramework)' == ''" Text="Attempted to build a project with a uwp MultiTarget, but the corresponding TargetFramework is not enabled. To build this TFM, please use ./tooling/MultiTarget/UseTargetFrameworks.ps1 to enable this TFM, then regenerate your solution and try again." />
<Warning Condition="$(MultiTarget.Contains('wasdk')) == 'true' AND '$(WinAppSdkTargetFramework)' == ''" Text="Attempted to build a project with a wasdk MultiTarget, but the corresponding TargetFramework is not enabled. To build this TFM, please use ./tooling/MultiTarget/UseTargetFrameworks.ps1 to enable this TFM, then regenerate your solution and try again." />
<Warning Condition="$(MultiTarget.Contains('wasm')) == 'true' AND '$(DotnetCommonTargetFramework)' == ''" Text="Attempted to build a project with a wasm MultiTarget, but the corresponding TargetFramework is not enabled. To build this TFM, please use ./tooling/MultiTarget/UseTargetFrameworks.ps1 to enable this TFM, then regenerate your solution and try again." />
<Warning Condition="$(MultiTarget.Contains('macos')) == 'true' AND '$(DotnetCommonTargetFramework)' == ''" Text="Attempted to build a project with a macos MultiTarget, but the corresponding TargetFramework is not enabled. To build this TFM, please use ./tooling/MultiTarget/UseTargetFrameworks.ps1 to enable this TFM, then regenerate your solution and try again." />
<Warning Condition="$(MultiTarget.Contains('ios')) == 'true' AND '$(DotnetCommonTargetFramework)' == ''" Text="Attempted to build an project with an ios MultiTarget, but the corresponding TargetFramework is not enabled. To build this TFM, please use ./tooling/MultiTarget/UseTargetFrameworks.ps1 to enable this TFM, then regenerate your solution and try again." />
<Warning Condition="$(MultiTarget.Contains('android')) == 'true' AND '$(DotnetCommonTargetFramework)' == ''" Text="Attempted to build a project with an android MultiTarget, but the corresponding TargetFramework is not enabled. To build this TFM, please use ./tooling/MultiTarget/UseTargetFrameworks.ps1 to enable this TFM, then regenerate your solution and try again." />
<Warning Condition="$(MultiTarget.Contains('netstandard')) == 'true' AND '$(DotnetStandardCommonTargetFramework)' == ''" Text="Attempted to build a project with a netstandard MultiTarget, but the corresponding TargetFramework is not enabled. To build this TFM, please use ./tooling/MultiTarget/UseTargetFrameworks.ps1 to enable this TFM, then regenerate your solution and try again." />
<Warning Condition="$(MultiTarget.Contains('uwp')) == 'true' AND '$(UwpTargetFramework)' == ''" Text="Skipped building a project with a uwp MultiTarget, the corresponding TargetFramework is not enabled. To build this TFM, please use ./tooling/MultiTarget/UseTargetFrameworks.ps1 to enable this TFM, then regenerate your solution and try again." />
<Warning Condition="$(MultiTarget.Contains('wasdk')) == 'true' AND '$(WinAppSdkTargetFramework)' == ''" Text="Skipped building a project with a wasdk MultiTarget, the corresponding TargetFramework is not enabled. To build this TFM, please use ./tooling/MultiTarget/UseTargetFrameworks.ps1 to enable this TFM, then regenerate your solution and try again." />
<Warning Condition="$(MultiTarget.Contains('wasm')) == 'true' AND '$(DotnetCommonTargetFramework)' == ''" Text="Skipped building a project with a wasm MultiTarget, the corresponding TargetFramework is not enabled. To build this TFM, please use ./tooling/MultiTarget/UseTargetFrameworks.ps1 to enable this TFM, then regenerate your solution and try again." />
<Warning Condition="$(MultiTarget.Contains('macos')) == 'true' AND '$(DotnetCommonTargetFramework)' == ''" Text="Skipped building a project with a macos MultiTarget, the corresponding TargetFramework is not enabled. To build this TFM, please use ./tooling/MultiTarget/UseTargetFrameworks.ps1 to enable this TFM, then regenerate your solution and try again." />
<Warning Condition="$(MultiTarget.Contains('ios')) == 'true' AND '$(DotnetCommonTargetFramework)' == ''" Text="Skipped building an project with an ios MultiTarget, the corresponding TargetFramework is not enabled. To build this TFM, please use ./tooling/MultiTarget/UseTargetFrameworks.ps1 to enable this TFM, then regenerate your solution and try again." />
<Warning Condition="$(MultiTarget.Contains('android')) == 'true' AND '$(DotnetCommonTargetFramework)' == ''" Text="Skipped building a project with an android MultiTarget, the corresponding TargetFramework is not enabled. To build this TFM, please use ./tooling/MultiTarget/UseTargetFrameworks.ps1 to enable this TFM, then regenerate your solution and try again." />
<Warning Condition="$(MultiTarget.Contains('netstandard')) == 'true' AND '$(DotnetStandardCommonTargetFramework)' == ''" Text="Skipped building a project with a netstandard MultiTarget, the corresponding TargetFramework is not enabled. To build this TFM, please use ./tooling/MultiTarget/UseTargetFrameworks.ps1 to enable this TFM, then regenerate your solution and try again." />
</Target>

<PropertyGroup>
Expand Down

0 comments on commit 5e643c4

Please sign in to comment.