fszontagh
2024-02-25 780aaf9c1177ae3ead0cae1db57ba51aa83dd34a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  </PropertyGroup>
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="MinSizeRel|x64">
      <Configuration>MinSizeRel</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="RelWithDebInfo|x64">
      <Configuration>RelWithDebInfo</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{406B95E7-0C50-3D93-BBE4-410B73F4AFF4}</ProjectGuid>
    <Keyword>Win32Proj</Keyword>
    <VcpkgEnabled>false</VcpkgEnabled>
    <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
    <Platform>x64</Platform>
    <ProjectName>ImageViewer</ProjectName>
    <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <CharacterSet>Unicode</CharacterSet>
    <PlatformToolset>v142</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <CharacterSet>Unicode</CharacterSet>
    <PlatformToolset>v142</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <CharacterSet>Unicode</CharacterSet>
    <PlatformToolset>v142</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <CharacterSet>Unicode</CharacterSet>
    <PlatformToolset>v142</PlatformToolset>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="PropertySheets">
    <Import Project="do_not_import_user.props" Condition="exists('do_not_import_user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\Debug\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ImageViewer.dir\Debug\</IntDir>
    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ImageViewer</TargetName>
    <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.exe</TargetExt>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\Release\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ImageViewer.dir\Release\</IntDir>
    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ImageViewer</TargetName>
    <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.exe</TargetExt>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\MinSizeRel\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">ImageViewer.dir\MinSizeRel\</IntDir>
    <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">ImageViewer</TargetName>
    <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.exe</TargetExt>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkIncremental>
    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</GenerateManifest>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\RelWithDebInfo\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">ImageViewer.dir\RelWithDebInfo\</IntDir>
    <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">ImageViewer</TargetName>
    <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.exe</TargetExt>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</LinkIncremental>
    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</GenerateManifest>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <AdditionalOptions>%(AdditionalOptions) /external:I "Z:/vcpkg/installed/x64-windows/include" /external:I "Z:/vcpkg/installed/x64-windows/lib/mswud"</AdditionalOptions>
      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
      <ExceptionHandling>Sync</ExceptionHandling>
      <ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
      <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
      <LanguageStandard>stdcpp17</LanguageStandard>
      <Optimization>Disabled</Optimization>
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
      <RuntimeTypeInfo>true</RuntimeTypeInfo>
      <UseFullPaths>false</UseFullPaths>
      <WarningLevel>Level3</WarningLevel>
      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR="Debug"</PreprocessorDefinitions>
      <ObjectFileName>$(IntDir)</ObjectFileName>
      <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
    </ClCompile>
    <ResourceCompile>
      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswud;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ResourceCompile>
    <Midl>
      <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswud;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
      <HeaderFileName>%(Filename).h</HeaderFileName>
      <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
      <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
      <ProxyFileName>%(Filename)_p.c</ProxyFileName>
    </Midl>
    <PostBuildEvent>
      <Message></Message>
      <Command>setlocal
"C:\Program Files\PowerShell\7\pwsh.exe" -noprofile -executionpolicy Bypass -file Z:/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary Z:/wx.image_viewer/build/Debug/ImageViewer.exe -installedDir Z:/vcpkg/installed/x64-windows/debug/bin -OutVariable out
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
    </PostBuildEvent>
    <Link>
      <AdditionalDependencies>Z:\vcpkg\installed\x64-windows\debug\lib\exiv2.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxmsw32ud_xrc.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxmsw32ud_adv.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxmsw32ud_richtext.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxmsw32ud_aui.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxmsw32ud_propgrid.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxmsw32ud_html.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxmsw32ud_core.lib;Z:\vcpkg\installed\x64-windows\debug\lib\\wxbase32ud.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;shlwapi.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;version.lib;ws2_32.lib;wininet.lib;oleacc.lib;uxtheme.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
      <ImportLibrary>Z:/wx.image_viewer/build/Debug/ImageViewer.lib</ImportLibrary>
      <ProgramDataBaseFile>Z:/wx.image_viewer/build/Debug/ImageViewer.pdb</ProgramDataBaseFile>
      <SubSystem>Windows</SubSystem>
    </Link>
    <ProjectReference>
      <LinkLibraryDependencies>false</LinkLibraryDependencies>
    </ProjectReference>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <AdditionalOptions>%(AdditionalOptions) /external:I "Z:/vcpkg/installed/x64-windows/include" /external:I "Z:/vcpkg/installed/x64-windows/lib/mswu"</AdditionalOptions>
      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
      <ExceptionHandling>Sync</ExceptionHandling>
      <ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <LanguageStandard>stdcpp17</LanguageStandard>
      <Optimization>MaxSpeed</Optimization>
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
      <RuntimeTypeInfo>true</RuntimeTypeInfo>
      <UseFullPaths>false</UseFullPaths>
      <WarningLevel>Level3</WarningLevel>
      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR="Release"</PreprocessorDefinitions>
      <ObjectFileName>$(IntDir)</ObjectFileName>
      <DebugInformationFormat>
      </DebugInformationFormat>
      <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
    </ClCompile>
    <ResourceCompile>
      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ResourceCompile>
    <Midl>
      <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
      <HeaderFileName>%(Filename).h</HeaderFileName>
      <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
      <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
      <ProxyFileName>%(Filename)_p.c</ProxyFileName>
    </Midl>
    <PostBuildEvent>
      <Message></Message>
      <Command>setlocal
"C:\Program Files\PowerShell\7\pwsh.exe" -noprofile -executionpolicy Bypass -file Z:/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary Z:/wx.image_viewer/build/Release/ImageViewer.exe -installedDir Z:/vcpkg/installed/x64-windows/bin -OutVariable out
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
    </PostBuildEvent>
    <Link>
      <AdditionalDependencies>Z:\vcpkg\installed\x64-windows\lib\exiv2.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_xrc.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_adv.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_richtext.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_aui.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_propgrid.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_html.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_core.lib;Z:\vcpkg\installed\x64-windows\lib\\wxbase32u.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;shlwapi.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;version.lib;ws2_32.lib;wininet.lib;oleacc.lib;uxtheme.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
      <GenerateDebugInformation>false</GenerateDebugInformation>
      <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
      <ImportLibrary>Z:/wx.image_viewer/build/Release/ImageViewer.lib</ImportLibrary>
      <ProgramDataBaseFile>Z:/wx.image_viewer/build/Release/ImageViewer.pdb</ProgramDataBaseFile>
      <SubSystem>Windows</SubSystem>
    </Link>
    <ProjectReference>
      <LinkLibraryDependencies>false</LinkLibraryDependencies>
    </ProjectReference>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
    <ClCompile>
      <AdditionalOptions>%(AdditionalOptions) /external:I "Z:/vcpkg/installed/x64-windows/include" /external:I "Z:/vcpkg/installed/x64-windows/lib/mswu"</AdditionalOptions>
      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
      <ExceptionHandling>Sync</ExceptionHandling>
      <ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
      <LanguageStandard>stdcpp17</LanguageStandard>
      <Optimization>MinSpace</Optimization>
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
      <RuntimeTypeInfo>true</RuntimeTypeInfo>
      <UseFullPaths>false</UseFullPaths>
      <WarningLevel>Level3</WarningLevel>
      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR="MinSizeRel"</PreprocessorDefinitions>
      <ObjectFileName>$(IntDir)</ObjectFileName>
      <DebugInformationFormat>
      </DebugInformationFormat>
      <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
    </ClCompile>
    <ResourceCompile>
      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ResourceCompile>
    <Midl>
      <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
      <HeaderFileName>%(Filename).h</HeaderFileName>
      <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
      <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
      <ProxyFileName>%(Filename)_p.c</ProxyFileName>
    </Midl>
    <PostBuildEvent>
      <Message></Message>
      <Command>setlocal
"C:\Program Files\PowerShell\7\pwsh.exe" -noprofile -executionpolicy Bypass -file Z:/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary Z:/wx.image_viewer/build/MinSizeRel/ImageViewer.exe -installedDir Z:/vcpkg/installed/x64-windows/bin -OutVariable out
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
    </PostBuildEvent>
    <Link>
      <AdditionalDependencies>Z:\vcpkg\installed\x64-windows\lib\exiv2.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_xrc.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_adv.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_richtext.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_aui.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_propgrid.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_html.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_core.lib;Z:\vcpkg\installed\x64-windows\lib\\wxbase32u.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;shlwapi.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;version.lib;ws2_32.lib;wininet.lib;oleacc.lib;uxtheme.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
      <GenerateDebugInformation>false</GenerateDebugInformation>
      <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
      <ImportLibrary>Z:/wx.image_viewer/build/MinSizeRel/ImageViewer.lib</ImportLibrary>
      <ProgramDataBaseFile>Z:/wx.image_viewer/build/MinSizeRel/ImageViewer.pdb</ProgramDataBaseFile>
      <SubSystem>Windows</SubSystem>
    </Link>
    <ProjectReference>
      <LinkLibraryDependencies>false</LinkLibraryDependencies>
    </ProjectReference>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
    <ClCompile>
      <AdditionalOptions>%(AdditionalOptions) /external:I "Z:/vcpkg/installed/x64-windows/include" /external:I "Z:/vcpkg/installed/x64-windows/lib/mswu"</AdditionalOptions>
      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
      <ExceptionHandling>Sync</ExceptionHandling>
      <ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
      <LanguageStandard>stdcpp17</LanguageStandard>
      <Optimization>MaxSpeed</Optimization>
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
      <RuntimeTypeInfo>true</RuntimeTypeInfo>
      <UseFullPaths>false</UseFullPaths>
      <WarningLevel>Level3</WarningLevel>
      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR="RelWithDebInfo"</PreprocessorDefinitions>
      <ObjectFileName>$(IntDir)</ObjectFileName>
      <ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
    </ClCompile>
    <ResourceCompile>
      <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;__WXMSW__;WXUSINGDLL;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ResourceCompile>
    <Midl>
      <AdditionalIncludeDirectories>Z:\vcpkg\installed\x64-windows\include;Z:\vcpkg\installed\x64-windows\lib\mswu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
      <HeaderFileName>%(Filename).h</HeaderFileName>
      <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
      <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
      <ProxyFileName>%(Filename)_p.c</ProxyFileName>
    </Midl>
    <PostBuildEvent>
      <Message></Message>
      <Command>setlocal
"C:\Program Files\PowerShell\7\pwsh.exe" -noprofile -executionpolicy Bypass -file Z:/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary Z:/wx.image_viewer/build/RelWithDebInfo/ImageViewer.exe -installedDir Z:/vcpkg/installed/x64-windows/bin -OutVariable out
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
    </PostBuildEvent>
    <Link>
      <AdditionalDependencies>Z:\vcpkg\installed\x64-windows\lib\exiv2.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_xrc.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_adv.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_richtext.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_aui.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_propgrid.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_html.lib;Z:\vcpkg\installed\x64-windows\lib\\wxmsw32u_core.lib;Z:\vcpkg\installed\x64-windows\lib\\wxbase32u.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;shlwapi.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;version.lib;ws2_32.lib;wininet.lib;oleacc.lib;uxtheme.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
      <ImportLibrary>Z:/wx.image_viewer/build/RelWithDebInfo/ImageViewer.lib</ImportLibrary>
      <ProgramDataBaseFile>Z:/wx.image_viewer/build/RelWithDebInfo/ImageViewer.pdb</ProgramDataBaseFile>
      <SubSystem>Windows</SubSystem>
    </Link>
    <ProjectReference>
      <LinkLibraryDependencies>false</LinkLibraryDependencies>
    </ProjectReference>
  </ItemDefinitionGroup>
  <ItemGroup>
    <CustomBuild Include="Z:\wx.image_viewer\CMakeLists.txt">
      <UseUtf8Encoding>Always</UseUtf8Encoding>
      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message>
      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs>
      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs>
      <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
      <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message>
      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs>
      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs>
      <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
      <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message>
      <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs>
      <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs>
      <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
      <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule Z:/wx.image_viewer/CMakeLists.txt</Message>
      <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
C:\CMake\bin\cmake.exe -SZ:/wx.image_viewer -BZ:/wx.image_viewer/build --check-stamp-file Z:/wx.image_viewer/build/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
      <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\CMake\share\cmake-3.28\Modules\CMakeCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCXXInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeCommonLanguageInclude.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeDependentOption.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeFindDependencyMacro.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeGenericSystem.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeInitializeConfigs.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeLanguageInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeRCInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInformation.cmake;C:\CMake\share\cmake-3.28\Modules\CMakeSystemSpecificInitialize.cmake;C:\CMake\share\cmake-3.28\Modules\CPack.cmake;C:\CMake\share\cmake-3.28\Modules\CPackComponent.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Compiler\MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-Initialize.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-C.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC-CXX.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows-MSVC.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\Windows.cmake;C:\CMake\share\cmake-3.28\Modules\Platform\WindowsPaths.cmake;C:\CMake\share\cmake-3.28\Templates\CPackConfig.cmake.in;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfig.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\NanoSVG\NanoSVGTargets.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Config.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2ConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-debug.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export-release.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\exiv2Export.cmake;Z:\vcpkg\installed\x64-windows\share\exiv2\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\vcpkg-cmake-wrapper.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfig.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsConfigVersion.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-debug.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets-release.cmake;Z:\vcpkg\installed\x64-windows\share\wxwidgets\wxWidgetsTargets.cmake;Z:\vcpkg\scripts\buildsystems\vcpkg.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeCXXCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeRCCompiler.cmake;Z:\wx.image_viewer\build\CMakeFiles\3.28.2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs>
      <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Z:\wx.image_viewer\build\CMakeFiles\generate.stamp</Outputs>
      <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
    </CustomBuild>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="Z:\wx.image_viewer\static\minimal.rc" />
    <ClCompile Include="Z:\wx.image_viewer\main.cpp" />
    <ClCompile Include="Z:\wx.image_viewer\ui\ImageViewer.cpp" />
    <ClCompile Include="Z:\wx.image_viewer\ui\ImageViewerImageWindow.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="Z:\wx.image_viewer\build\ZERO_CHECK.vcxproj">
      <Project>{768531C0-9F50-38A3-85F8-6800724A16B9}</Project>
      <Name>ZERO_CHECK</Name>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
      <CopyToOutputDirectory>Never</CopyToOutputDirectory>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>