|
351 | 351 | <PropertyGroup> |
352 | 352 | <_ProjectFileVersion>16.0.29911.84</_ProjectFileVersion> |
353 | 353 | </PropertyGroup> |
354 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
355 | | - <OutDir>Debug\</OutDir> |
356 | | - <IntDir>Debug\</IntDir> |
357 | | - </PropertyGroup> |
| 354 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
358 | 355 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
359 | | - <OutDir>$(Platform)\$(Configuration)\</OutDir> |
360 | | - <IntDir>$(Platform)\$(Configuration)\</IntDir> |
361 | 356 | <LinkIncremental>true</LinkIncremental> |
362 | 357 | </PropertyGroup> |
363 | 358 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
364 | | - <OutDir>$(Platform)\$(Configuration)\</OutDir> |
365 | | - <IntDir>$(Platform)\$(Configuration)\</IntDir> |
366 | 359 | <LinkIncremental>true</LinkIncremental> |
367 | 360 | </PropertyGroup> |
368 | 361 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
378 | 371 | <LinkIncremental>false</LinkIncremental> |
379 | 372 | </PropertyGroup> |
380 | 373 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
381 | | - <OutDir>$(Platform)\$(Configuration)\</OutDir> |
382 | | - <IntDir>$(Platform)\$(Configuration)\</IntDir> |
383 | 374 | <IgnoreImportLibrary>false</IgnoreImportLibrary> |
384 | 375 | <LinkIncremental>false</LinkIncremental> |
385 | 376 | </PropertyGroup> |
|
681 | 672 | </ProjectReference> |
682 | 673 | <Link> |
683 | 674 | <AdditionalOptions>/safeseh:no %(AdditionalOptions)</AdditionalOptions> |
684 | | - <AdditionalDependencies>ComCtl32.lib;shlwapi.lib;UnicoWS.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 675 | + <AdditionalDependencies>ComCtl32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
685 | 676 | <ShowProgress>NotSet</ShowProgress> |
686 | | - <OutputFile>$(OutDir)voidImageViewer.exe</OutputFile> |
687 | 677 | <SubSystem>Windows</SubSystem> |
688 | 678 | <OptimizeReferences>true</OptimizeReferences> |
689 | 679 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
727 | 717 | <Link> |
728 | 718 | <AdditionalDependencies>ComCtl32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
729 | 719 | <ShowProgress>NotSet</ShowProgress> |
730 | | - <OutputFile>$(OutDir)voidImageViewer.exe</OutputFile> |
731 | 720 | <SubSystem>Windows</SubSystem> |
732 | 721 | <OptimizeReferences>true</OptimizeReferences> |
733 | 722 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
766 | 755 | <Link> |
767 | 756 | <AdditionalDependencies>ComCtl32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
768 | 757 | <ShowProgress>NotSet</ShowProgress> |
769 | | - <OutputFile>$(OutDir)voidImageViewer.exe</OutputFile> |
770 | 758 | <SubSystem>Windows</SubSystem> |
771 | 759 | <OptimizeReferences>true</OptimizeReferences> |
772 | 760 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
0 commit comments