-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d6377f
commit 0afac4b
Showing
4 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
src/MagicScaler/Package/build/net6.0/PhotoSauce.MagicScaler.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<Project> | ||
<!-- this file left intentionally blank --> | ||
</Project> |
2 changes: 1 addition & 1 deletion
2
...kage/build/PhotoSauce.MagicScaler.targets → ...coreapp3.0/PhotoSauce.MagicScaler.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<Project InitialTargets="_MagicScalerTfmSupportWarning"> | ||
<Target Name="_MagicScalerTfmSupportWarning" Condition="'$(SuppressTfmSupportBuildWarnings)' == ''"> | ||
<Warning Text="MagicScaler is no longer hardware accelerated on $(TargetFramework). Upgrade your TargetFramework to net6.0 or later (or use an older version of the library) for the best performance. You may also set <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings> in the project file to ignore this warning." /> | ||
<Warning Condition="'$(OutputType)'=='Exe' Or '$(OutputType)'=='WinExe'" Text="MagicScaler is no longer hardware accelerated on $(TargetFramework). Upgrade your TargetFramework to net6.0 or later (or use an older version of the library) for the best performance. You may also set <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings> in the project file to ignore this warning." /> | ||
</Target> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters