BitsUtils.vcxproj (3065B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Release|Win32"> 5 <Configuration>Release</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 </ItemGroup> 9 <PropertyGroup Label="Globals"> 10 <VCProjectVersion>15.0</VCProjectVersion> 11 <ProjectGuid>{5058AAED-D02A-4F86-B011-31516AB5CD63}</ProjectGuid> 12 <Keyword>Win32Proj</Keyword> 13 <RootNamespace>BitsUtils</RootNamespace> 14 <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> 15 </PropertyGroup> 16 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 17 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 18 <ConfigurationType>DynamicLibrary</ConfigurationType> 19 <UseDebugLibraries>false</UseDebugLibraries> 20 <PlatformToolset>v141</PlatformToolset> 21 <WholeProgramOptimization>true</WholeProgramOptimization> 22 <CharacterSet>Unicode</CharacterSet> 23 </PropertyGroup> 24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 25 <ImportGroup Label="ExtensionSettings"> 26 </ImportGroup> 27 <ImportGroup Label="Shared"> 28 </ImportGroup> 29 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 30 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 31 </ImportGroup> 32 <PropertyGroup Label="UserMacros" /> 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 34 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 35 <ClCompile> 36 <PrecompiledHeader>NotUsing</PrecompiledHeader> 37 <WarningLevel>Level3</WarningLevel> 38 <Optimization>MaxSpeed</Optimization> 39 <FunctionLevelLinking>true</FunctionLevelLinking> 40 <IntrinsicFunctions>true</IntrinsicFunctions> 41 <SDLCheck>false</SDLCheck> 42 <PreprocessorDefinitions>WINVER=0x601;_WIN32_WINNT=0x601;WIN32;NDEBUG;CANCELBITSJOBS_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 43 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 44 <BufferSecurityCheck>false</BufferSecurityCheck> 45 <OmitDefaultLibName>true</OmitDefaultLibName> 46 <ExceptionHandling>false</ExceptionHandling> 47 </ClCompile> 48 <Link> 49 <SubSystem>Windows</SubSystem> 50 <EnableCOMDATFolding>true</EnableCOMDATFolding> 51 <OptimizeReferences>true</OptimizeReferences> 52 <GenerateDebugInformation>false</GenerateDebugInformation> 53 <EntryPointSymbol>DllMain</EntryPointSymbol> 54 </Link> 55 </ItemDefinitionGroup> 56 <ItemGroup> 57 <ClCompile Include="BitsUtils.cpp" /> 58 </ItemGroup> 59 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 60 <ImportGroup Label="ExtensionTargets"> 61 </ImportGroup> 62 </Project>