AlfaToad.CustomControls.targets 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <AlfaToadCustomControlsDll Condition="'$(AlfaToadCustomControlsDll)' == '' AND '$(TargetFramework)' == 'net8.0-windows'">$(MSBuildThisFileDirectory)..\lib\net8.0-windows7.0\AlfaToad.CustomControls.dll</AlfaToadCustomControlsDll>
  5. <AlfaToadCustomControlsDll Condition="'$(AlfaToadCustomControlsDll)' == '' AND '$(TargetFramework)' == 'net48'">$(MSBuildThisFileDirectory)..\lib\net48\AlfaToad.CustomControls.dll</AlfaToadCustomControlsDll>
  6. <AlfaToadCustomControlsDll Condition="'$(AlfaToadCustomControlsDll)' == ''">$(MSBuildThisFileDirectory)..\lib\net48\AlfaToad.CustomControls.dll</AlfaToadCustomControlsDll>
  7. </PropertyGroup>
  8. <ItemGroup Condition="'$(DesignTimeBuild)' == 'true' And Exists('$(AlfaToadCustomControlsDll)')">
  9. <Reference Include="AlfaToad.CustomControls">
  10. <HintPath>$(AlfaToadCustomControlsDll)</HintPath>
  11. <Private>False</Private>
  12. </Reference>
  13. </ItemGroup>
  14. </Project>