-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZERO_CHECK.vcxproj
166 lines (166 loc) · 45.7 KB
/
ZERO_CHECK.vcxproj
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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|Win32">
<Configuration>MinSizeRel</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|Win32">
<Configuration>RelWithDebInfo</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{D72FE2A9-F011-3B2A-AA06-9629A32277A9}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<Platform>Win32</Platform>
<ProjectName>ZERO_CHECK</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v141</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|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<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|Win32'">
<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|Win32'">
<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|Win32'">
<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="C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\e9fe9b11a3909a01f41c957f98af1e7c\generate.stamp.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Checking Build System</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SC:/Users/eudes/Desktop/Manifesto/Minesweeper-Cpp -BC:/Users/eudes/Desktop/Manifesto/Minesweeper-Cpp --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file C:/Users/eudes/Desktop/Manifesto/Minesweeper-Cpp/minesweeper.sln
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseArguments.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\WindowsPaths.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeCCompiler.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeCXXCompiler.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeRCCompiler.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeSystem.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosBuildHelpers.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosBuildSet.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosConfigDefine.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosConfigDepend.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\2d\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\3d\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\audio\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\base\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\editor-support\cocostudio\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\math\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\navmesh\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\network\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\physics\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\physics3d\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\platform\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\renderer\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\ui\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\extensions\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\Box2D\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\ConvertUTF\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\bullet\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\chipmunk\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\clipper\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\cmake\CocosExternalConfig.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\curl\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\edtaa3func\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\freetype2\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\glfw3\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\jpeg\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\md5\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\openssl\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\png\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\poly2tri\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\recast\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\tinyxml2\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\unzip\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\uv\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\webp\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\websockets\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\MP3Decoder\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\OggDecoder\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\OpenalSoft\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\gles\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\icon\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\xxhash\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\xxtea\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\zlib\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\cocos\core\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\Box2D\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\chipmunk\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\freetype2\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\recast\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\bullet\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\jpeg\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\openssl\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\uv\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\webp\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\websockets\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\tinyxml2\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\xxhash\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\xxtea\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\clipper\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\edtaa3func\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\ConvertUTF\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\poly2tri\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\md5\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\curl\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\png\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\gles\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\icon\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\MP3Decoder\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\OggDecoder\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\OpenalSoft\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\glfw3\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\zlib\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\unzip\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Checking Build System</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SC:/Users/eudes/Desktop/Manifesto/Minesweeper-Cpp -BC:/Users/eudes/Desktop/Manifesto/Minesweeper-Cpp --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file C:/Users/eudes/Desktop/Manifesto/Minesweeper-Cpp/minesweeper.sln
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseArguments.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\WindowsPaths.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeCCompiler.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeCXXCompiler.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeRCCompiler.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeSystem.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosBuildHelpers.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosBuildSet.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosConfigDefine.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosConfigDepend.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\2d\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\3d\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\audio\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\base\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\editor-support\cocostudio\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\math\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\navmesh\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\network\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\physics\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\physics3d\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\platform\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\renderer\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\ui\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\extensions\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\Box2D\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\ConvertUTF\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\bullet\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\chipmunk\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\clipper\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\cmake\CocosExternalConfig.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\curl\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\edtaa3func\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\freetype2\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\glfw3\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\jpeg\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\md5\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\openssl\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\png\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\poly2tri\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\recast\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\tinyxml2\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\unzip\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\uv\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\webp\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\websockets\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\MP3Decoder\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\OggDecoder\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\OpenalSoft\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\gles\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\icon\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\xxhash\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\xxtea\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\zlib\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\cocos\core\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\Box2D\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\chipmunk\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\freetype2\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\recast\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\bullet\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\jpeg\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\openssl\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\uv\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\webp\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\websockets\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\tinyxml2\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\xxhash\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\xxtea\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\clipper\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\edtaa3func\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\ConvertUTF\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\poly2tri\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\md5\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\curl\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\png\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\gles\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\icon\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\MP3Decoder\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\OggDecoder\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\OpenalSoft\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\glfw3\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\zlib\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\unzip\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Checking Build System</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SC:/Users/eudes/Desktop/Manifesto/Minesweeper-Cpp -BC:/Users/eudes/Desktop/Manifesto/Minesweeper-Cpp --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file C:/Users/eudes/Desktop/Manifesto/Minesweeper-Cpp/minesweeper.sln
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseArguments.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\WindowsPaths.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeCCompiler.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeCXXCompiler.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeRCCompiler.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeSystem.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosBuildHelpers.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosBuildSet.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosConfigDefine.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosConfigDepend.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\2d\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\3d\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\audio\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\base\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\editor-support\cocostudio\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\math\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\navmesh\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\network\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\physics\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\physics3d\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\platform\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\renderer\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\ui\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\extensions\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\Box2D\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\ConvertUTF\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\bullet\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\chipmunk\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\clipper\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\cmake\CocosExternalConfig.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\curl\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\edtaa3func\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\freetype2\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\glfw3\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\jpeg\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\md5\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\openssl\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\png\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\poly2tri\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\recast\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\tinyxml2\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\unzip\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\uv\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\webp\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\websockets\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\MP3Decoder\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\OggDecoder\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\OpenalSoft\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\gles\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\icon\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\xxhash\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\xxtea\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\zlib\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\cocos\core\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\Box2D\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\chipmunk\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\freetype2\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\recast\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\bullet\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\jpeg\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\openssl\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\uv\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\webp\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\websockets\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\tinyxml2\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\xxhash\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\xxtea\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\clipper\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\edtaa3func\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\ConvertUTF\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\poly2tri\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\md5\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\curl\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\png\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\gles\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\icon\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\MP3Decoder\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\OggDecoder\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\OpenalSoft\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\glfw3\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\zlib\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\unzip\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Checking Build System</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
"C:\Program Files\CMake\bin\cmake.exe" -SC:/Users/eudes/Desktop/Manifesto/Minesweeper-Cpp -BC:/Users/eudes/Desktop/Manifesto/Minesweeper-Cpp --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file C:/Users/eudes/Desktop/Manifesto/Minesweeper-Cpp/minesweeper.sln
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseArguments.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\WindowsPaths.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeCCompiler.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeCXXCompiler.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeRCCompiler.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\3.22.0\CMakeSystem.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosBuildHelpers.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosBuildSet.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosConfigDefine.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cmake\Modules\CocosConfigDepend.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\2d\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\3d\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\audio\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\base\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\editor-support\cocostudio\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\math\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\navmesh\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\network\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\physics\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\physics3d\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\platform\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\renderer\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\cocos\ui\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\extensions\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\Box2D\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\ConvertUTF\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\bullet\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\chipmunk\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\clipper\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\cmake\CocosExternalConfig.cmake;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\curl\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\edtaa3func\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\freetype2\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\glfw3\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\jpeg\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\md5\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\openssl\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\png\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\poly2tri\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\recast\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\tinyxml2\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\unzip\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\uv\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\webp\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\websockets\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\MP3Decoder\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\OggDecoder\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\OpenalSoft\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\gles\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\win32-specific\icon\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\xxhash\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\xxtea\CMakeLists.txt;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\cocos2d\external\zlib\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\cocos\core\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\Box2D\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\chipmunk\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\freetype2\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\recast\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\bullet\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\jpeg\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\openssl\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\uv\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\webp\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\websockets\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\tinyxml2\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\xxhash\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\xxtea\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\clipper\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\edtaa3func\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\ConvertUTF\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\poly2tri\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\md5\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\curl\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\png\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\gles\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\icon\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\MP3Decoder\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\OggDecoder\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\win32-specific\OpenalSoft\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\glfw3\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\zlib\CMakeFiles\generate.stamp;C:\Users\eudes\Desktop\Manifesto\Minesweeper-Cpp\engine\external\unzip\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>