|
10 | 10 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
11 | 11 | <ApplicationManifest>App.manifest</ApplicationManifest> |
12 | 12 | <ApplicationIcon>Resources\App.ico</ApplicationIcon> |
13 | | - <Platforms>AnyCPU;x64;x86</Platforms> |
| 13 | + <Platforms>x64</Platforms> |
| 14 | + <Platform>x64</Platform> |
| 15 | + <PlatformTarget>x64</PlatformTarget> |
14 | 16 | <Configurations>Debug;Release;Remote</Configurations> |
15 | 17 | <CETCompat>false</CETCompat> |
16 | 18 | </PropertyGroup> |
17 | 19 |
|
18 | | - <PropertyGroup> |
19 | | - <NoWarn>$(NoWarn);WFAC010</NoWarn> |
20 | | - </PropertyGroup> |
21 | | - |
22 | | - <Target Name="FixAL1703Warning" BeforeTargets="GenerateSatelliteAssemblies" Condition="'$(PlatformTarget)' == 'x64'"> |
23 | | - <Message Text="Adjusting SDK tools directory to use x64 version of AL.EXE" /> |
24 | | - <PropertyGroup> |
25 | | - <SdkToolsPathMaybeWithx64Architecture>$(TargetFrameworkSDKToolsDirectory)$(PlatformTarget)\</SdkToolsPathMaybeWithx64Architecture> |
26 | | - </PropertyGroup> |
27 | | - </Target> |
28 | | - |
29 | 20 | <PropertyGroup> |
30 | 21 | <Description>Image viewer</Description> |
31 | 22 | </PropertyGroup> |
32 | 23 |
|
33 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
34 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
35 | | - <DefineConstants>TRACE;DEBUG;X64</DefineConstants> |
36 | | - </PropertyGroup> |
37 | | - |
38 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Remote|AnyCPU'"> |
39 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
40 | | - <DefineConstants>TRACE;DEBUG;X64</DefineConstants> |
41 | | - </PropertyGroup> |
42 | | - |
43 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> |
44 | | - <PlatformTarget>x86</PlatformTarget> |
45 | | - <DefineConstants>TRACE;DEBUG;X86</DefineConstants> |
46 | | - </PropertyGroup> |
47 | | - |
48 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Remote|x86'"> |
49 | | - <PlatformTarget>x86</PlatformTarget> |
50 | | - <DefineConstants>TRACE;DEBUG;X86</DefineConstants> |
51 | | - </PropertyGroup> |
52 | | - |
53 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
54 | | - <PlatformTarget>x64</PlatformTarget> |
55 | | - <DefineConstants>TRACE;DEBUG;X64</DefineConstants> |
56 | | - <OutputPath></OutputPath> |
57 | | - </PropertyGroup> |
58 | | - |
59 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Remote|x64'"> |
60 | | - <PlatformTarget>x64</PlatformTarget> |
61 | | - <DefineConstants>TRACE;DEBUG;X64</DefineConstants> |
| 24 | + <PropertyGroup Condition="'$(Configuration)'=='Remote'"> |
62 | 25 | <OutputPath>C:\NeeLaboratory\NeeView\Debug\</OutputPath> |
63 | 26 | </PropertyGroup> |
64 | 27 |
|
65 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
66 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
67 | | - <DefineConstants>TRACE;X64</DefineConstants> |
68 | | - </PropertyGroup> |
69 | | - |
70 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'"> |
71 | | - <PlatformTarget>x86</PlatformTarget> |
72 | | - <DefineConstants>TRACE;X86</DefineConstants> |
73 | | - </PropertyGroup> |
74 | | - |
75 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
76 | | - <PlatformTarget>x64</PlatformTarget> |
77 | | - <DefineConstants>TRACE;X64</DefineConstants> |
78 | | - </PropertyGroup> |
79 | | - |
80 | 28 | <ItemGroup> |
81 | 29 | <None Remove="Languages\ConvertRestext.ps1" /> |
82 | 30 | </ItemGroup> |
|
178 | 126 | <Content Include="Libraries\x64\NeeView.Interop.dll"> |
179 | 127 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
180 | 128 | </Content> |
181 | | - <Content Include="Libraries\x86\vcruntime140.dll"> |
182 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
183 | | - </Content> |
184 | | - <Content Include="Libraries\x86\libsharpyuv.dll"> |
185 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
186 | | - </Content> |
187 | | - <Content Include="Libraries\x86\libwebp.dll"> |
188 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
189 | | - </Content> |
190 | | - <Content Include="Libraries\x86\libwebpdemux.dll"> |
191 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
192 | | - </Content> |
193 | | - <Content Include="Libraries\x86\MediaInfo.dll"> |
194 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
195 | | - </Content> |
196 | | - <Content Include="Libraries\x86\NeeView.Interop.dll"> |
197 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
198 | | - </Content> |
199 | 129 | </ItemGroup> |
200 | 130 |
|
201 | 131 | <ItemGroup> |
|
0 commit comments