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>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{9987D9FE-1A40-4C5F-835C-D66B0FEADA26}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
16 <RootNamespace>VentoyVlnk</RootNamespace>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20 <ConfigurationType>Application</ConfigurationType>
21 <UseDebugLibraries>true</UseDebugLibraries>
22 <PlatformToolset>v120</PlatformToolset>
23 <CharacterSet>Unicode</CharacterSet>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
26 <ConfigurationType>Application</ConfigurationType>
27 <UseDebugLibraries>false</UseDebugLibraries>
28 <PlatformToolset>v120</PlatformToolset>
29 <WholeProgramOptimization>true</WholeProgramOptimization>
30 <CharacterSet>Unicode</CharacterSet>
32 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
33 <ImportGroup Label="ExtensionSettings">
35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41 <PropertyGroup Label="UserMacros" />
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
43 <LinkIncremental>true</LinkIncremental>
44 <IncludePath>$(ProjectDir);$(SolutionDir)/../../src;$(IncludePath)</IncludePath>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
47 <LinkIncremental>false</LinkIncremental>
48 <IncludePath>$(SolutionDir)/../../src;$(ProjectDir);$(IncludePath)</IncludePath>
50 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
54 <WarningLevel>Level3</WarningLevel>
55 <Optimization>Disabled</Optimization>
56 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
57 <SDLCheck>true</SDLCheck>
58 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
61 <SubSystem>Windows</SubSystem>
62 <GenerateDebugInformation>true</GenerateDebugInformation>
63 <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
66 <AdditionalManifestFiles>$(ProjectDir)\Res\Vlnk32.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
68 </ItemDefinitionGroup>
69 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
71 <WarningLevel>Level3</WarningLevel>
74 <Optimization>MaxSpeed</Optimization>
75 <FunctionLevelLinking>true</FunctionLevelLinking>
76 <IntrinsicFunctions>true</IntrinsicFunctions>
77 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
78 <SDLCheck>true</SDLCheck>
79 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
82 <SubSystem>Windows</SubSystem>
83 <GenerateDebugInformation>true</GenerateDebugInformation>
84 <EnableCOMDATFolding>true</EnableCOMDATFolding>
85 <OptimizeReferences>true</OptimizeReferences>
86 <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
89 <AdditionalManifestFiles>$(ProjectDir)\Res\Vlnk32.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
91 </ItemDefinitionGroup>
93 <ClInclude Include="..\..\..\src\vlnk.h" />
94 <ClInclude Include="resource.h" />
97 <ResourceCompile Include="VentoyVlnk.rc" />
100 <ClCompile Include="..\..\..\src\crc32.c" />
101 <ClCompile Include="..\..\..\src\main_windows.c" />
102 <ClCompile Include="..\..\..\src\vlnk.c" />
105 <Image Include="Res\vlnk.ico" />
107 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
108 <ImportGroup Label="ExtensionTargets">