]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - Ventoy2Disk/Ventoy2Disk/Ventoy2Disk.vcxproj
1.0.95 release
[Ventoy.git] / Ventoy2Disk / Ventoy2Disk / Ventoy2Disk.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|ARM">
5 <Configuration>Debug</Configuration>
6 <Platform>ARM</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|ARM64">
9 <Configuration>Debug</Configuration>
10 <Platform>ARM64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Debug|x64">
17 <Configuration>Debug</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release|ARM">
21 <Configuration>Release</Configuration>
22 <Platform>ARM</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|ARM64">
25 <Configuration>Release</Configuration>
26 <Platform>ARM64</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Release|Win32">
29 <Configuration>Release</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 </ItemGroup>
37 <PropertyGroup Label="Globals">
38 <ProjectGuid>{8D231B30-65B1-48A2-A720-F659E61DD390}</ProjectGuid>
39 <Keyword>Win32Proj</Keyword>
40 <RootNamespace>Ventoy2Disk</RootNamespace>
41 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
42 </PropertyGroup>
43 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
45 <ConfigurationType>Application</ConfigurationType>
46 <UseDebugLibraries>true</UseDebugLibraries>
47 <PlatformToolset>v142</PlatformToolset>
48 <CharacterSet>Unicode</CharacterSet>
49 </PropertyGroup>
50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
51 <ConfigurationType>Application</ConfigurationType>
52 <UseDebugLibraries>true</UseDebugLibraries>
53 <PlatformToolset>v142</PlatformToolset>
54 <CharacterSet>Unicode</CharacterSet>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
57 <ConfigurationType>Application</ConfigurationType>
58 <UseDebugLibraries>true</UseDebugLibraries>
59 <PlatformToolset>v142</PlatformToolset>
60 <CharacterSet>Unicode</CharacterSet>
61 </PropertyGroup>
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
63 <ConfigurationType>Application</ConfigurationType>
64 <UseDebugLibraries>true</UseDebugLibraries>
65 <PlatformToolset>v142</PlatformToolset>
66 <CharacterSet>Unicode</CharacterSet>
67 </PropertyGroup>
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
69 <ConfigurationType>Application</ConfigurationType>
70 <UseDebugLibraries>false</UseDebugLibraries>
71 <PlatformToolset>v142</PlatformToolset>
72 <WholeProgramOptimization>true</WholeProgramOptimization>
73 <CharacterSet>Unicode</CharacterSet>
74 </PropertyGroup>
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
76 <ConfigurationType>Application</ConfigurationType>
77 <UseDebugLibraries>false</UseDebugLibraries>
78 <PlatformToolset>v142</PlatformToolset>
79 <WholeProgramOptimization>true</WholeProgramOptimization>
80 <CharacterSet>Unicode</CharacterSet>
81 </PropertyGroup>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
83 <ConfigurationType>Application</ConfigurationType>
84 <UseDebugLibraries>false</UseDebugLibraries>
85 <PlatformToolset>v142</PlatformToolset>
86 <WholeProgramOptimization>true</WholeProgramOptimization>
87 <CharacterSet>Unicode</CharacterSet>
88 </PropertyGroup>
89 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
90 <ConfigurationType>Application</ConfigurationType>
91 <UseDebugLibraries>false</UseDebugLibraries>
92 <PlatformToolset>v142</PlatformToolset>
93 <WholeProgramOptimization>true</WholeProgramOptimization>
94 <CharacterSet>Unicode</CharacterSet>
95 </PropertyGroup>
96 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
97 <ImportGroup Label="ExtensionSettings">
98 </ImportGroup>
99 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
100 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
101 </ImportGroup>
102 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
103 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
104 </ImportGroup>
105 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
106 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
107 </ImportGroup>
108 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
109 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
110 </ImportGroup>
111 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
112 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
113 </ImportGroup>
114 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
115 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
116 </ImportGroup>
117 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
118 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
119 </ImportGroup>
120 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
121 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
122 </ImportGroup>
123 <PropertyGroup Label="UserMacros" />
124 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
125 <LinkIncremental>true</LinkIncremental>
126 <EmbedManifest>true</EmbedManifest>
127 <IncludePath>$(ProjectDir)\fat_io_lib\;$(ProjectDir)\xz-embedded-20130513\linux\include;$(ProjectDir)\xz-embedded-20130513\linux\include\linux;$(ProjectDir)\xz-embedded-20130513\userspace;$(ProjectDir)\ff14\source;$(IncludePath)</IncludePath>
128 <TargetName>Ventoy2Disk</TargetName>
129 </PropertyGroup>
130 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
131 <LinkIncremental>true</LinkIncremental>
132 <EmbedManifest>true</EmbedManifest>
133 <IncludePath>$(ProjectDir)\fat_io_lib\;$(ProjectDir)\xz-embedded-20130513\linux\include;$(ProjectDir)\xz-embedded-20130513\linux\include\linux;$(ProjectDir)\xz-embedded-20130513\userspace;$(ProjectDir)\ff14\source;$(IncludePath)</IncludePath>
134 <TargetName>Ventoy2Disk_ARM</TargetName>
135 </PropertyGroup>
136 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
137 <LinkIncremental>true</LinkIncremental>
138 <EmbedManifest>true</EmbedManifest>
139 <IncludePath>$(ProjectDir)\fat_io_lib\;$(ProjectDir)\xz-embedded-20130513\linux\include;$(ProjectDir)\xz-embedded-20130513\linux\include\linux;$(ProjectDir)\xz-embedded-20130513\userspace;$(ProjectDir)\ff14\source;$(IncludePath)</IncludePath>
140 <TargetName>Ventoy2Disk_ARM64</TargetName>
141 </PropertyGroup>
142 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
143 <LinkIncremental>true</LinkIncremental>
144 <EmbedManifest>true</EmbedManifest>
145 <IncludePath>$(ProjectDir)\fat_io_lib\;$(ProjectDir)\xz-embedded-20130513\linux\include;$(ProjectDir)\xz-embedded-20130513\linux\include\linux;$(ProjectDir)\xz-embedded-20130513\userspace;$(ProjectDir)\ff14\source;$(IncludePath)</IncludePath>
146 <TargetName>Ventoy2Disk_X64</TargetName>
147 </PropertyGroup>
148 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
149 <LinkIncremental>false</LinkIncremental>
150 <IncludePath>$(ProjectDir)\fat_io_lib\;$(ProjectDir)\xz-embedded-20130513\linux\include;$(ProjectDir)\xz-embedded-20130513\linux\include\linux;$(ProjectDir)\xz-embedded-20130513\userspace;$(ProjectDir)\ff14\source;$(IncludePath)</IncludePath>
151 <TargetName>Ventoy2Disk</TargetName>
152 </PropertyGroup>
153 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
154 <LinkIncremental>false</LinkIncremental>
155 <IncludePath>$(ProjectDir)\fat_io_lib\;$(ProjectDir)\xz-embedded-20130513\linux\include;$(ProjectDir)\xz-embedded-20130513\linux\include\linux;$(ProjectDir)\xz-embedded-20130513\userspace;$(ProjectDir)\ff14\source;$(IncludePath)</IncludePath>
156 <TargetName>Ventoy2Disk_ARM</TargetName>
157 </PropertyGroup>
158 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
159 <LinkIncremental>false</LinkIncremental>
160 <IncludePath>$(ProjectDir)\fat_io_lib\;$(ProjectDir)\xz-embedded-20130513\linux\include;$(ProjectDir)\xz-embedded-20130513\linux\include\linux;$(ProjectDir)\xz-embedded-20130513\userspace;$(ProjectDir)\ff14\source;$(IncludePath)</IncludePath>
161 <TargetName>Ventoy2Disk_ARM64</TargetName>
162 </PropertyGroup>
163 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
164 <LinkIncremental>false</LinkIncremental>
165 <IncludePath>$(ProjectDir)\fat_io_lib\;$(ProjectDir)\xz-embedded-20130513\linux\include;$(ProjectDir)\xz-embedded-20130513\linux\include\linux;$(ProjectDir)\xz-embedded-20130513\userspace;$(ProjectDir)\ff14\source;$(IncludePath)</IncludePath>
166 <TargetName>Ventoy2Disk_X64</TargetName>
167 </PropertyGroup>
168 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
169 <ClCompile>
170 <PrecompiledHeader>
171 </PrecompiledHeader>
172 <WarningLevel>Level3</WarningLevel>
173 <Optimization>Disabled</Optimization>
174 <PreprocessorDefinitions>VTARCH_X86;VTBIT=32;FATFS_INC_FORMAT_SUPPORT=0;STATIC=static;INIT=;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
175 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
176 </ClCompile>
177 <Link>
178 <SubSystem>Windows</SubSystem>
179 <GenerateDebugInformation>true</GenerateDebugInformation>
180 <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
181 <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
182 <DelayLoadDLLs>gdi32.dll;winspool.dll;comdlg32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll;uuid.dll;odbc32.dll;odbccp32.dll</DelayLoadDLLs>
183 </Link>
184 <Manifest>
185 <AdditionalManifestFiles>$(ProjectDir)\Res\Ventoy2Disk32.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
186 </Manifest>
187 </ItemDefinitionGroup>
188 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
189 <ClCompile>
190 <PrecompiledHeader>
191 </PrecompiledHeader>
192 <WarningLevel>Level3</WarningLevel>
193 <Optimization>Disabled</Optimization>
194 <PreprocessorDefinitions>VTARCH_ARM;VTBIT=32;FATFS_INC_FORMAT_SUPPORT=0;STATIC=static;INIT=;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
195 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
196 </ClCompile>
197 <Link>
198 <SubSystem>Windows</SubSystem>
199 <GenerateDebugInformation>true</GenerateDebugInformation>
200 <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
201 <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
202 <DelayLoadDLLs>gdi32.dll;winspool.dll;comdlg32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll;uuid.dll;odbc32.dll;odbccp32.dll</DelayLoadDLLs>
203 </Link>
204 <Manifest>
205 <AdditionalManifestFiles>$(ProjectDir)\Res\Ventoy2DiskArm.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
206 </Manifest>
207 </ItemDefinitionGroup>
208 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
209 <ClCompile>
210 <PrecompiledHeader>
211 </PrecompiledHeader>
212 <WarningLevel>Level3</WarningLevel>
213 <Optimization>Disabled</Optimization>
214 <PreprocessorDefinitions>VTARCH_ARM64;VTBIT=64;FATFS_INC_FORMAT_SUPPORT=0;STATIC=static;INIT=;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
215 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
216 </ClCompile>
217 <Link>
218 <SubSystem>Windows</SubSystem>
219 <GenerateDebugInformation>true</GenerateDebugInformation>
220 <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
221 <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
222 <DelayLoadDLLs>gdi32.dll;winspool.dll;comdlg32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll;uuid.dll;odbc32.dll;odbccp32.dll</DelayLoadDLLs>
223 </Link>
224 <Manifest>
225 <AdditionalManifestFiles>$(ProjectDir)\Res\Ventoy2DiskArm64.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
226 </Manifest>
227 </ItemDefinitionGroup>
228 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
229 <ClCompile>
230 <PrecompiledHeader>
231 </PrecompiledHeader>
232 <WarningLevel>Level3</WarningLevel>
233 <Optimization>Disabled</Optimization>
234 <PreprocessorDefinitions>VTARCH_X64;VTBIT=64;FATFS_INC_FORMAT_SUPPORT=0;STATIC=static;INIT=;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
235 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
236 </ClCompile>
237 <Link>
238 <SubSystem>Windows</SubSystem>
239 <GenerateDebugInformation>true</GenerateDebugInformation>
240 <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
241 <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
242 <DelayLoadDLLs>gdi32.dll;winspool.dll;comdlg32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll;uuid.dll;odbc32.dll;odbccp32.dll</DelayLoadDLLs>
243 </Link>
244 <Manifest>
245 <AdditionalManifestFiles>$(ProjectDir)\Res\Ventoy2Disk64.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
246 </Manifest>
247 </ItemDefinitionGroup>
248 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
249 <ClCompile>
250 <WarningLevel>Level3</WarningLevel>
251 <PrecompiledHeader>
252 </PrecompiledHeader>
253 <Optimization>MaxSpeed</Optimization>
254 <FunctionLevelLinking>true</FunctionLevelLinking>
255 <IntrinsicFunctions>true</IntrinsicFunctions>
256 <PreprocessorDefinitions>VTARCH_X86;VTBIT=32;FATFS_INC_FORMAT_SUPPORT=0;STATIC=static;INIT=;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
257 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
258 </ClCompile>
259 <Link>
260 <SubSystem>Windows</SubSystem>
261 <GenerateDebugInformation>true</GenerateDebugInformation>
262 <EnableCOMDATFolding>true</EnableCOMDATFolding>
263 <OptimizeReferences>true</OptimizeReferences>
264 <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
265 <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
266 <DelayLoadDLLs>gdi32.dll;winspool.dll;comdlg32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll;uuid.dll;odbc32.dll;odbccp32.dll</DelayLoadDLLs>
267 </Link>
268 <Manifest>
269 <AdditionalManifestFiles>$(ProjectDir)\Res\Ventoy2Disk32.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
270 </Manifest>
271 </ItemDefinitionGroup>
272 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
273 <ClCompile>
274 <WarningLevel>Level3</WarningLevel>
275 <PrecompiledHeader>
276 </PrecompiledHeader>
277 <Optimization>MaxSpeed</Optimization>
278 <FunctionLevelLinking>true</FunctionLevelLinking>
279 <IntrinsicFunctions>true</IntrinsicFunctions>
280 <PreprocessorDefinitions>VTARCH_ARM;VTBIT=32;FATFS_INC_FORMAT_SUPPORT=0;STATIC=static;INIT=;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
281 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
282 </ClCompile>
283 <Link>
284 <SubSystem>Windows</SubSystem>
285 <GenerateDebugInformation>true</GenerateDebugInformation>
286 <EnableCOMDATFolding>true</EnableCOMDATFolding>
287 <OptimizeReferences>true</OptimizeReferences>
288 <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
289 <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
290 <DelayLoadDLLs>gdi32.dll;winspool.dll;comdlg32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll;uuid.dll;odbc32.dll;odbccp32.dll</DelayLoadDLLs>
291 </Link>
292 <Manifest>
293 <AdditionalManifestFiles>$(ProjectDir)\Res\Ventoy2DiskArm.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
294 </Manifest>
295 </ItemDefinitionGroup>
296 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
297 <ClCompile>
298 <WarningLevel>Level3</WarningLevel>
299 <PrecompiledHeader>
300 </PrecompiledHeader>
301 <Optimization>MaxSpeed</Optimization>
302 <FunctionLevelLinking>true</FunctionLevelLinking>
303 <IntrinsicFunctions>true</IntrinsicFunctions>
304 <PreprocessorDefinitions>VTARCH_ARM64;VTBIT=64;FATFS_INC_FORMAT_SUPPORT=0;STATIC=static;INIT=;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
305 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
306 </ClCompile>
307 <Link>
308 <SubSystem>Windows</SubSystem>
309 <GenerateDebugInformation>true</GenerateDebugInformation>
310 <EnableCOMDATFolding>true</EnableCOMDATFolding>
311 <OptimizeReferences>true</OptimizeReferences>
312 <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
313 <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
314 <DelayLoadDLLs>gdi32.dll;winspool.dll;comdlg32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll;uuid.dll;odbc32.dll;odbccp32.dll</DelayLoadDLLs>
315 </Link>
316 <Manifest>
317 <AdditionalManifestFiles>$(ProjectDir)\Res\Ventoy2DiskArm64.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
318 </Manifest>
319 </ItemDefinitionGroup>
320 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
321 <ClCompile>
322 <WarningLevel>Level3</WarningLevel>
323 <PrecompiledHeader>
324 </PrecompiledHeader>
325 <Optimization>MaxSpeed</Optimization>
326 <FunctionLevelLinking>true</FunctionLevelLinking>
327 <IntrinsicFunctions>true</IntrinsicFunctions>
328 <PreprocessorDefinitions>VTARCH_X64;VTBIT=64;FATFS_INC_FORMAT_SUPPORT=0;STATIC=static;INIT=;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
329 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
330 </ClCompile>
331 <Link>
332 <SubSystem>Windows</SubSystem>
333 <GenerateDebugInformation>true</GenerateDebugInformation>
334 <EnableCOMDATFolding>true</EnableCOMDATFolding>
335 <OptimizeReferences>true</OptimizeReferences>
336 <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
337 <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
338 <DelayLoadDLLs>gdi32.dll;winspool.dll;comdlg32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll;uuid.dll;odbc32.dll;odbccp32.dll</DelayLoadDLLs>
339 </Link>
340 <Manifest>
341 <AdditionalManifestFiles>$(ProjectDir)\Res\Ventoy2Disk64.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
342 </Manifest>
343 </ItemDefinitionGroup>
344 <ItemGroup>
345 <ClCompile Include="AlertSuppress.c" />
346 <ClCompile Include="crc32.c" />
347 <ClCompile Include="DiskService.c" />
348 <ClCompile Include="DiskService_diskpart.c" />
349 <ClCompile Include="DiskService_vds.c" />
350 <ClCompile Include="DiskService_wmsa.c" />
351 <ClCompile Include="fat_io_lib\fat_access.c" />
352 <ClCompile Include="fat_io_lib\fat_cache.c" />
353 <ClCompile Include="fat_io_lib\fat_filelib.c" />
354 <ClCompile Include="fat_io_lib\fat_format.c" />
355 <ClCompile Include="fat_io_lib\fat_misc.c" />
356 <ClCompile Include="fat_io_lib\fat_string.c" />
357 <ClCompile Include="fat_io_lib\fat_table.c" />
358 <ClCompile Include="fat_io_lib\fat_write.c" />
359 <ClCompile Include="ff14\source\diskio.c" />
360 <ClCompile Include="ff14\source\ff.c" />
361 <ClCompile Include="ff14\source\ffsystem.c" />
362 <ClCompile Include="ff14\source\ffunicode.c" />
363 <ClCompile Include="Language.c" />
364 <ClCompile Include="PartDialog.c" />
365 <ClCompile Include="PhyDrive.c" />
366 <ClCompile Include="process.c" />
367 <ClCompile Include="Utility.c" />
368 <ClCompile Include="Ventoy2Disk.c" />
369 <ClCompile Include="VentoyJson.c" />
370 <ClCompile Include="ventoy_cli.c" />
371 <ClCompile Include="WinDialog.c" />
372 <ClCompile Include="xz-embedded-20130513\linux\lib\decompress_unxz.c" />
373 <ClCompile Include="YesDialog.c" />
374 </ItemGroup>
375 <ItemGroup>
376 <ClInclude Include="DiskService.h" />
377 <ClInclude Include="fat_io_lib\fat_access.h" />
378 <ClInclude Include="fat_io_lib\fat_cache.h" />
379 <ClInclude Include="fat_io_lib\fat_defs.h" />
380 <ClInclude Include="fat_io_lib\fat_filelib.h" />
381 <ClInclude Include="fat_io_lib\fat_format.h" />
382 <ClInclude Include="fat_io_lib\fat_list.h" />
383 <ClInclude Include="fat_io_lib\fat_misc.h" />
384 <ClInclude Include="fat_io_lib\fat_opts.h" />
385 <ClInclude Include="fat_io_lib\fat_string.h" />
386 <ClInclude Include="fat_io_lib\fat_table.h" />
387 <ClInclude Include="fat_io_lib\fat_types.h" />
388 <ClInclude Include="fat_io_lib\fat_write.h" />
389 <ClInclude Include="ff14\source\diskio.h" />
390 <ClInclude Include="ff14\source\ff.h" />
391 <ClInclude Include="ff14\source\ffconf.h" />
392 <ClInclude Include="Language.h" />
393 <ClInclude Include="process.h" />
394 <ClInclude Include="resource.h" />
395 <ClInclude Include="Ventoy2Disk.h" />
396 <ClInclude Include="VentoyJson.h" />
397 </ItemGroup>
398 <ItemGroup>
399 <ResourceCompile Include="Ventoy2Disk.rc" />
400 </ItemGroup>
401 <ItemGroup>
402 <Image Include="res\icon2.ico" />
403 <Image Include="Res\refresh.ico" />
404 <Image Include="Res\secure.ico" />
405 <Image Include="Res\secure2.ico" />
406 <Image Include="Res\ventoy.ico" />
407 </ItemGroup>
408 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
409 <ImportGroup Label="ExtensionTargets">
410 </ImportGroup>
411 </Project>