make/vs/ucx/ucx.vcxproj

changeset 83
a612adaee43d
parent 0
2483f517c562
equal deleted inserted replaced
82:6727ea0f8fbe 83:a612adaee43d
44 <UseDebugLibraries>true</UseDebugLibraries> 44 <UseDebugLibraries>true</UseDebugLibraries>
45 <PlatformToolset>v143</PlatformToolset> 45 <PlatformToolset>v143</PlatformToolset>
46 <CharacterSet>Unicode</CharacterSet> 46 <CharacterSet>Unicode</CharacterSet>
47 </PropertyGroup> 47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
49 <ConfigurationType>Application</ConfigurationType> 49 <ConfigurationType>StaticLibrary</ConfigurationType>
50 <UseDebugLibraries>false</UseDebugLibraries> 50 <UseDebugLibraries>false</UseDebugLibraries>
51 <PlatformToolset>v143</PlatformToolset> 51 <PlatformToolset>v143</PlatformToolset>
52 <WholeProgramOptimization>true</WholeProgramOptimization> 52 <WholeProgramOptimization>true</WholeProgramOptimization>
53 <CharacterSet>Unicode</CharacterSet> 53 <CharacterSet>Unicode</CharacterSet>
54 </PropertyGroup> 54 </PropertyGroup>
107 <WarningLevel>Level3</WarningLevel> 107 <WarningLevel>Level3</WarningLevel>
108 <SDLCheck>false</SDLCheck> 108 <SDLCheck>false</SDLCheck>
109 <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 109 <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110 <ConformanceMode>true</ConformanceMode> 110 <ConformanceMode>true</ConformanceMode>
111 <LanguageStandard_C>stdc17</LanguageStandard_C> 111 <LanguageStandard_C>stdc17</LanguageStandard_C>
112 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
112 </ClCompile> 113 </ClCompile>
113 <Link> 114 <Link>
114 <SubSystem>Console</SubSystem> 115 <SubSystem>Console</SubSystem>
115 <GenerateDebugInformation>true</GenerateDebugInformation> 116 <GenerateDebugInformation>true</GenerateDebugInformation>
116 </Link> 117 </Link>
118 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 119 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
119 <ClCompile> 120 <ClCompile>
120 <WarningLevel>Level3</WarningLevel> 121 <WarningLevel>Level3</WarningLevel>
121 <FunctionLevelLinking>true</FunctionLevelLinking> 122 <FunctionLevelLinking>true</FunctionLevelLinking>
122 <IntrinsicFunctions>true</IntrinsicFunctions> 123 <IntrinsicFunctions>true</IntrinsicFunctions>
123 <SDLCheck>true</SDLCheck> 124 <SDLCheck>false</SDLCheck>
124 <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 125 <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
125 <ConformanceMode>true</ConformanceMode> 126 <ConformanceMode>true</ConformanceMode>
127 <LanguageStandard_C>stdc17</LanguageStandard_C>
126 </ClCompile> 128 </ClCompile>
127 <Link> 129 <Link>
128 <SubSystem>Console</SubSystem> 130 <SubSystem>Console</SubSystem>
129 <EnableCOMDATFolding>true</EnableCOMDATFolding> 131 <EnableCOMDATFolding>true</EnableCOMDATFolding>
130 <OptimizeReferences>true</OptimizeReferences> 132 <OptimizeReferences>true</OptimizeReferences>

mercurial