|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" 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>17.0</VCProjectVersion> |
| 11 | + <ProjectGuid>{6B6D7E0F-1234-4567-89AB-CDEF01234568}</ProjectGuid> |
| 12 | + <Keyword>Win32Proj</Keyword> |
| 13 | + <RootNamespace>abcexe</RootNamespace> |
| 14 | + <TargetName>abc</TargetName> |
| 15 | + </PropertyGroup> |
| 16 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 17 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 18 | + <ConfigurationType>Application</ConfigurationType> |
| 19 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 20 | + <PlatformToolset>v143</PlatformToolset> |
| 21 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 22 | + <CharacterSet>MultiByte</CharacterSet> |
| 23 | + </PropertyGroup> |
| 24 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 25 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 26 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 27 | + </ImportGroup> |
| 28 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 29 | + <OutDir>_TEST\</OutDir> |
| 30 | + <IntDir>ReleaseExe\</IntDir> |
| 31 | + </PropertyGroup> |
| 32 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 33 | + <ClCompile> |
| 34 | + <WarningLevel>Level3</WarningLevel> |
| 35 | + <DisableSpecificWarnings>4146;4334;4996;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
| 36 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 37 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 38 | + <SDLCheck>true</SDLCheck> |
| 39 | + <PreprocessorDefinitions>WIN32;WINDOWS;NDEBUG;_CONSOLE;ABC_DLL=ABC_DLLEXPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ABC_USE_PTHREADS;ABC_USE_CUDD;HAVE_STRUCT_TIMESPEC;_WINSOCKAPI_;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 40 | + <ConformanceMode>true</ConformanceMode> |
| 41 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 42 | + <AdditionalIncludeDirectories>src</AdditionalIncludeDirectories> |
| 43 | + <AdditionalOptions>/Zc:strictStrings- %(AdditionalOptions)</AdditionalOptions> |
| 44 | + </ClCompile> |
| 45 | + <Link> |
| 46 | + <SubSystem>Console</SubSystem> |
| 47 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 48 | + <OptimizeReferences>true</OptimizeReferences> |
| 49 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 50 | + <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;lib\x86\pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 51 | + </Link> |
| 52 | + </ItemDefinitionGroup> |
| 53 | + <ItemGroup> |
| 54 | + <ClCompile Include="src\base\main\main.c" /> |
| 55 | + </ItemGroup> |
| 56 | + <ItemGroup> |
| 57 | + <ProjectReference Include="abclib.vcxproj"> |
| 58 | + <Project>{6B6D7E0F-1234-4567-89AB-CDEF01234567}</Project> |
| 59 | + </ProjectReference> |
| 60 | + </ItemGroup> |
| 61 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 62 | +</Project> |
0 commit comments