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
<?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>
  <PropertyGroup>
    <ResolveNugetPackages>false</ResolveNugetPackages>
  </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>{56C05B76-8C67-39C6-B75D-602194A2A9DB}</ProjectGuid>
    <Keyword>Win32Proj</Keyword>
    <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
    <Platform>x64</Platform>
    <ProjectName>ALL_BUILD</ProjectName>
    <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>Utility</ConfigurationType>
    <CharacterSet>MultiByte</CharacterSet>
    <PlatformToolset>v142</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>Utility</ConfigurationType>
    <CharacterSet>MultiByte</CharacterSet>
    <PlatformToolset>v142</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
    <ConfigurationType>Utility</ConfigurationType>
    <CharacterSet>MultiByte</CharacterSet>
    <PlatformToolset>v142</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
    <ConfigurationType>Utility</ConfigurationType>
    <CharacterSet>MultiByte</CharacterSet>
    <PlatformToolset>v142</PlatformToolset>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <Midl>
      <AdditionalIncludeDirectories>%(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>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <Midl>
      <AdditionalIncludeDirectories>%(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>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
    <Midl>
      <AdditionalIncludeDirectories>%(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>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
    <Midl>
      <AdditionalIncludeDirectories>%(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>
  </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>
  </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>
    <ProjectReference Include="Z:\wx.image_viewer\build\ImageViewer.vcxproj">
      <Project>{406B95E7-0C50-3D93-BBE4-410B73F4AFF4}</Project>
      <Name>ImageViewer</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>