Skip to content

Commit 5059e52

Browse files
authored
Add files via upload
1 parent 7a0b363 commit 5059e52

2 files changed

Lines changed: 6 additions & 18 deletions

File tree

vs2019/voidImageViewer.sln

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Global
2424
{80928F09-680A-45E8-B911-C54A3B865490}.Debug|Win32.Build.0 = Debug|Win32
2525
{80928F09-680A-45E8-B911-C54A3B865490}.Debug|x64.ActiveCfg = Debug|x64
2626
{80928F09-680A-45E8-B911-C54A3B865490}.Debug|x64.Build.0 = Debug|x64
27-
{80928F09-680A-45E8-B911-C54A3B865490}.Release|ARM.ActiveCfg = Release|Win32
28-
{80928F09-680A-45E8-B911-C54A3B865490}.Release|ARM.Build.0 = Release|Win32
29-
{80928F09-680A-45E8-B911-C54A3B865490}.Release|ARM64.ActiveCfg = Release|x64
30-
{80928F09-680A-45E8-B911-C54A3B865490}.Release|ARM64.Build.0 = Release|x64
27+
{80928F09-680A-45E8-B911-C54A3B865490}.Release|ARM.ActiveCfg = Release|ARM
28+
{80928F09-680A-45E8-B911-C54A3B865490}.Release|ARM.Build.0 = Release|ARM
29+
{80928F09-680A-45E8-B911-C54A3B865490}.Release|ARM64.ActiveCfg = Release|ARM64
30+
{80928F09-680A-45E8-B911-C54A3B865490}.Release|ARM64.Build.0 = Release|ARM64
3131
{80928F09-680A-45E8-B911-C54A3B865490}.Release|Win32.ActiveCfg = Release|Win32
3232
{80928F09-680A-45E8-B911-C54A3B865490}.Release|Win32.Build.0 = Release|Win32
3333
{80928F09-680A-45E8-B911-C54A3B865490}.Release|x64.ActiveCfg = Release|x64

vs2019/voidImageViewer.vcxproj

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -351,18 +351,11 @@
351351
<PropertyGroup>
352352
<_ProjectFileVersion>16.0.29911.84</_ProjectFileVersion>
353353
</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'" />
358355
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
359-
<OutDir>$(Platform)\$(Configuration)\</OutDir>
360-
<IntDir>$(Platform)\$(Configuration)\</IntDir>
361356
<LinkIncremental>true</LinkIncremental>
362357
</PropertyGroup>
363358
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
364-
<OutDir>$(Platform)\$(Configuration)\</OutDir>
365-
<IntDir>$(Platform)\$(Configuration)\</IntDir>
366359
<LinkIncremental>true</LinkIncremental>
367360
</PropertyGroup>
368361
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -378,8 +371,6 @@
378371
<LinkIncremental>false</LinkIncremental>
379372
</PropertyGroup>
380373
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
381-
<OutDir>$(Platform)\$(Configuration)\</OutDir>
382-
<IntDir>$(Platform)\$(Configuration)\</IntDir>
383374
<IgnoreImportLibrary>false</IgnoreImportLibrary>
384375
<LinkIncremental>false</LinkIncremental>
385376
</PropertyGroup>
@@ -681,9 +672,8 @@
681672
</ProjectReference>
682673
<Link>
683674
<AdditionalOptions>/safeseh:no %(AdditionalOptions)</AdditionalOptions>
684-
<AdditionalDependencies>ComCtl32.lib;shlwapi.lib;UnicoWS.lib;%(AdditionalDependencies)</AdditionalDependencies>
675+
<AdditionalDependencies>ComCtl32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
685676
<ShowProgress>NotSet</ShowProgress>
686-
<OutputFile>$(OutDir)voidImageViewer.exe</OutputFile>
687677
<SubSystem>Windows</SubSystem>
688678
<OptimizeReferences>true</OptimizeReferences>
689679
<EnableCOMDATFolding>true</EnableCOMDATFolding>
@@ -727,7 +717,6 @@
727717
<Link>
728718
<AdditionalDependencies>ComCtl32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
729719
<ShowProgress>NotSet</ShowProgress>
730-
<OutputFile>$(OutDir)voidImageViewer.exe</OutputFile>
731720
<SubSystem>Windows</SubSystem>
732721
<OptimizeReferences>true</OptimizeReferences>
733722
<EnableCOMDATFolding>true</EnableCOMDATFolding>
@@ -766,7 +755,6 @@
766755
<Link>
767756
<AdditionalDependencies>ComCtl32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
768757
<ShowProgress>NotSet</ShowProgress>
769-
<OutputFile>$(OutDir)voidImageViewer.exe</OutputFile>
770758
<SubSystem>Windows</SubSystem>
771759
<OptimizeReferences>true</OptimizeReferences>
772760
<EnableCOMDATFolding>true</EnableCOMDATFolding>

0 commit comments

Comments
 (0)