]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - Vlnk/vs/VentoyVlnk/VentoyVlnk/VentoyVlnk.vcxproj
Ventoy2Disk.exe update.
[Ventoy.git] / Vlnk / vs / VentoyVlnk / VentoyVlnk / VentoyVlnk.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|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{9987D9FE-1A40-4C5F-835C-D66B0FEADA26}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
16 <RootNamespace>VentoyVlnk</RootNamespace>
17 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
18 </PropertyGroup>
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
21 <ConfigurationType>Application</ConfigurationType>
22 <UseDebugLibraries>true</UseDebugLibraries>
23 <PlatformToolset>v142</PlatformToolset>
24 <CharacterSet>Unicode</CharacterSet>
25 </PropertyGroup>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27 <ConfigurationType>Application</ConfigurationType>
28 <UseDebugLibraries>false</UseDebugLibraries>
29 <PlatformToolset>v142</PlatformToolset>
30 <WholeProgramOptimization>true</WholeProgramOptimization>
31 <CharacterSet>Unicode</CharacterSet>
32 </PropertyGroup>
33 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
34 <ImportGroup Label="ExtensionSettings">
35 </ImportGroup>
36 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38 </ImportGroup>
39 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
40 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41 </ImportGroup>
42 <PropertyGroup Label="UserMacros" />
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44 <LinkIncremental>true</LinkIncremental>
45 <IncludePath>$(ProjectDir);$(SolutionDir)/../../src;$(IncludePath)</IncludePath>
46 </PropertyGroup>
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
48 <LinkIncremental>false</LinkIncremental>
49 <IncludePath>$(SolutionDir)/../../src;$(ProjectDir);$(IncludePath)</IncludePath>
50 </PropertyGroup>
51 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52 <ClCompile>
53 <PrecompiledHeader>
54 </PrecompiledHeader>
55 <WarningLevel>Level3</WarningLevel>
56 <Optimization>Disabled</Optimization>
57 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58 <SDLCheck>true</SDLCheck>
59 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
60 </ClCompile>
61 <Link>
62 <SubSystem>Windows</SubSystem>
63 <GenerateDebugInformation>true</GenerateDebugInformation>
64 <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
65 <DelayLoadDLLs>gdi32.dll;winspool.dll;comdlg32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll;uuid.dll;odbc32.dll;odbccp32.dll</DelayLoadDLLs>
66 </Link>
67 <Manifest>
68 <AdditionalManifestFiles>$(ProjectDir)\Res\Vlnk32.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
69 </Manifest>
70 </ItemDefinitionGroup>
71 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72 <ClCompile>
73 <WarningLevel>Level3</WarningLevel>
74 <PrecompiledHeader>
75 </PrecompiledHeader>
76 <Optimization>MaxSpeed</Optimization>
77 <FunctionLevelLinking>true</FunctionLevelLinking>
78 <IntrinsicFunctions>true</IntrinsicFunctions>
79 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
80 <SDLCheck>true</SDLCheck>
81 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
82 </ClCompile>
83 <Link>
84 <SubSystem>Windows</SubSystem>
85 <GenerateDebugInformation>true</GenerateDebugInformation>
86 <EnableCOMDATFolding>true</EnableCOMDATFolding>
87 <OptimizeReferences>true</OptimizeReferences>
88 <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
89 <DelayLoadDLLs>gdi32.dll;winspool.dll;comdlg32.dll;advapi32.dll;shell32.dll;ole32.dll;oleaut32.dll;uuid.dll;odbc32.dll;odbccp32.dll</DelayLoadDLLs>
90 </Link>
91 <Manifest>
92 <AdditionalManifestFiles>$(ProjectDir)\Res\Vlnk32.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
93 </Manifest>
94 </ItemDefinitionGroup>
95 <ItemGroup>
96 <ClInclude Include="..\..\..\src\vlnk.h" />
97 <ClInclude Include="resource.h" />
98 </ItemGroup>
99 <ItemGroup>
100 <ResourceCompile Include="VentoyVlnk.rc" />
101 </ItemGroup>
102 <ItemGroup>
103 <ClCompile Include="..\..\..\src\crc32.c" />
104 <ClCompile Include="..\..\..\src\main_windows.c" />
105 <ClCompile Include="..\..\..\src\vlnk.c" />
106 </ItemGroup>
107 <ItemGroup>
108 <Image Include="Res\vlnk.ico" />
109 </ItemGroup>
110 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
111 <ImportGroup Label="ExtensionTargets">
112 </ImportGroup>
113 </Project>