VC++ MFC应用程序项目文件

 

  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="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     <ProjectConfiguration Include="Debug|x64">
 13       <Configuration>Debug</Configuration>
 14       <Platform>x64</Platform>
 15     </ProjectConfiguration>
 16     <ProjectConfiguration Include="Release|x64">
 17       <Configuration>Release</Configuration>
 18       <Platform>x64</Platform>
 19     </ProjectConfiguration>
 20   </ItemGroup>
 21   <PropertyGroup Label="Globals">
 22     <VCProjectVersion>15.0</VCProjectVersion>
 23     <ProjectGuid>{C2BE00D5-50EB-4A46-9AAD-6A422D85418A}</ProjectGuid>
 24     <Keyword>MFCProj</Keyword>
 25     <RootNamespace>MFCApplication1</RootNamespace>
 26     <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
 27   </PropertyGroup>
 28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 29   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 30     <ConfigurationType>Application</ConfigurationType>
 31     <UseDebugLibraries>true</UseDebugLibraries>
 32     <PlatformToolset>v141</PlatformToolset>
 33     <CharacterSet>Unicode</CharacterSet>
 34     <UseOfMfc>Dynamic</UseOfMfc>
 35   </PropertyGroup>
 36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 37     <ConfigurationType>Application</ConfigurationType>
 38     <UseDebugLibraries>false</UseDebugLibraries>
 39     <PlatformToolset>v141</PlatformToolset>
 40     <WholeProgramOptimization>true</WholeProgramOptimization>
 41     <CharacterSet>Unicode</CharacterSet>
 42     <UseOfMfc>Dynamic</UseOfMfc>
 43   </PropertyGroup>
 44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 45     <ConfigurationType>Application</ConfigurationType>
 46     <UseDebugLibraries>true</UseDebugLibraries>
 47     <PlatformToolset>v141</PlatformToolset>
 48     <CharacterSet>Unicode</CharacterSet>
 49     <UseOfMfc>Dynamic</UseOfMfc>
 50   </PropertyGroup>
 51   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 52     <ConfigurationType>Application</ConfigurationType>
 53     <UseDebugLibraries>false</UseDebugLibraries>
 54     <PlatformToolset>v141</PlatformToolset>
 55     <WholeProgramOptimization>true</WholeProgramOptimization>
 56     <CharacterSet>Unicode</CharacterSet>
 57     <UseOfMfc>Dynamic</UseOfMfc>
 58   </PropertyGroup>
 59   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 60   <ImportGroup Label="ExtensionSettings">
 61   </ImportGroup>
 62   <ImportGroup Label="Shared">
 63   </ImportGroup>
 64   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 66   </ImportGroup>
 67   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 68     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 69   </ImportGroup>
 70   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 71     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 72   </ImportGroup>
 73   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 74     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 75   </ImportGroup>
 76   <PropertyGroup Label="UserMacros" />
 77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 78     <LinkIncremental>true</LinkIncremental>
 79   </PropertyGroup>
 80   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 81     <LinkIncremental>true</LinkIncremental>
 82   </PropertyGroup>
 83   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 84     <LinkIncremental>false</LinkIncremental>
 85   </PropertyGroup>
 86   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 87     <LinkIncremental>false</LinkIncremental>
 88   </PropertyGroup>
 89   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 90     <ClCompile>
 91       <PrecompiledHeader>Use</PrecompiledHeader>
 92       <WarningLevel>Level3</WarningLevel>
 93       <Optimization>Disabled</Optimization>
 94       <SDLCheck>true</SDLCheck>


95 <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 96 </ClCompile> 97 <Link> 98 <SubSystem>Windows</SubSystem> 99 </Link> 100 <Midl> 101 <MkTypLibCompatible>false</MkTypLibCompatible> 102 <ValidateAllParameters>true</ValidateAllParameters> 103 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 104 </Midl> 105 <ResourceCompile> 106 <Culture>0x0804</Culture> 107 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 108 <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 109 </ResourceCompile> 110 </ItemDefinitionGroup> 111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 112 <ClCompile> 113 <PrecompiledHeader>Use</PrecompiledHeader> 114 <WarningLevel>Level3</WarningLevel> 115 <Optimization>Disabled</Optimization> 116 <SDLCheck>true</SDLCheck> 117 <PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 118 </ClCompile> 119 <Link> 120 <SubSystem>Windows</SubSystem> 121 </Link> 122 <Midl> 123 <MkTypLibCompatible>false</MkTypLibCompatible> 124 <ValidateAllParameters>true</ValidateAllParameters> 125 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 126 </Midl> 127 <ResourceCompile> 128 <Culture>0x0804</Culture> 129 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 130 <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 131 </ResourceCompile> 132 </ItemDefinitionGroup> 133 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 134 <ClCompile> 135 <PrecompiledHeader>Use</PrecompiledHeader> 136 <WarningLevel>Level3</WarningLevel> 137 <Optimization>MaxSpeed</Optimization> 138 <FunctionLevelLinking>true</FunctionLevelLinking> 139 <IntrinsicFunctions>true</IntrinsicFunctions> 140 <SDLCheck>true</SDLCheck> 141 <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 142 </ClCompile> 143 <Link> 144 <SubSystem>Windows</SubSystem> 145 <EnableCOMDATFolding>true</EnableCOMDATFolding> 146 <OptimizeReferences>true</OptimizeReferences> 147 </Link> 148 <Midl> 149 <MkTypLibCompatible>false</MkTypLibCompatible> 150 <ValidateAllParameters>true</ValidateAllParameters> 151 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 152 </Midl> 153 <ResourceCompile> 154 <Culture>0x0804</Culture> 155 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 156 <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 157 </ResourceCompile> 158 </ItemDefinitionGroup> 159 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 160 <ClCompile> 161 <PrecompiledHeader>Use</PrecompiledHeader> 162 <WarningLevel>Level3</WarningLevel> 163 <Optimization>MaxSpeed</Optimization> 164 <FunctionLevelLinking>true</FunctionLevelLinking> 165 <IntrinsicFunctions>true</IntrinsicFunctions> 166 <SDLCheck>true</SDLCheck> 167 <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 168 </ClCompile> 169 <Link> 170 <SubSystem>Windows</SubSystem> 171 <EnableCOMDATFolding>true</EnableCOMDATFolding> 172 <OptimizeReferences>true</OptimizeReferences> 173 </Link> 174 <Midl> 175 <MkTypLibCompatible>false</MkTypLibCompatible> 176 <ValidateAllParameters>true</ValidateAllParameters> 177 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 178 </Midl> 179 <ResourceCompile> 180 <Culture>0x0804</Culture> 181 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 182 <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 183 </ResourceCompile> 184 </ItemDefinitionGroup> 185 <ItemGroup> 186 <ClInclude Include="ChildFrm.h" /> 187 <ClInclude Include="ClassView.h" /> 188 <ClInclude Include="FileView.h" /> 189 <ClInclude Include="MainFrm.h" /> 190 <ClInclude Include="MFCApplication1.h" /> 191 <ClInclude Include="MFCApplication1Doc.h" /> 192 <ClInclude Include="MFCApplication1View.h" /> 193 <ClInclude Include="OutputWnd.h" /> 194 <ClInclude Include="PropertiesWnd.h" /> 195 <ClInclude Include="Resource.h" /> 196 <ClInclude Include="stdafx.h" /> 197 <ClInclude Include="targetver.h" /> 198 <ClInclude Include="ViewTree.h" /> 199 </ItemGroup> 200 <ItemGroup> 201 <ClCompile Include="ChildFrm.cpp" /> 202 <ClCompile Include="ClassView.cpp" /> 203 <ClCompile Include="FileView.cpp" /> 204 <ClCompile Include="MainFrm.cpp" /> 205 <ClCompile Include="MFCApplication1.cpp" /> 206 <ClCompile Include="MFCApplication1Doc.cpp" /> 207 <ClCompile Include="MFCApplication1View.cpp" /> 208 <ClCompile Include="OutputWnd.cpp" /> 209 <ClCompile Include="PropertiesWnd.cpp" /> 210 <ClCompile Include="stdafx.cpp"> 211 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> 212 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> 213 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> 214 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> 215 </ClCompile> 216 <ClCompile Include="ViewTree.cpp" /> 217 </ItemGroup> 218 <ItemGroup> 219 <ResourceCompile Include="MFCApplication1.rc" /> 220 </ItemGroup> 221 <ItemGroup> 222 <Image Include="res\classview.bmp" /> 223 <Image Include="res\classview_hc.bmp" /> 224 <Image Include="res\class_view.ico" /> 225 <Image Include="res\class_view_hc.ico" /> 226 <Image Include="res\explorer.bmp" /> 227 <Image Include="res\explorer_hc.bmp" /> 228 <Image Include="res\fileview.bmp" /> 229 <Image Include="res\fileview_hc.bmp" /> 230 <Image Include="res\file_view.ico" /> 231 <Image Include="res\file_view_hc.ico" /> 232 <Image Include="res\menuimages.bmp" /> 233 <Image Include="res\menuimages_hc.bmp" /> 234 <Image Include="res\MFCApplication1.ico" /> 235 <Image Include="res\MFCApplication1Doc.ico" /> 236 <Image Include="res\output_wnd.ico" /> 237 <Image Include="res\output_wnd_hc.ico" /> 238 <Image Include="res\properties.bmp" /> 239 <Image Include="res\properties_hc.bmp" /> 240 <Image Include="res\properties_wnd.ico" /> 241 <Image Include="res\properties_wnd_hc.ico" /> 242 <Image Include="res\sort.bmp" /> 243 <Image Include="res\sort_hc.bmp" /> 244 <Image Include="res\Toolbar.bmp" /> 245 <Image Include="res\Toolbar256.bmp" /> 246 <Image Include="res\userimages.bmp" /> 247 </ItemGroup> 248 <ItemGroup> 249 <None Include="res\MFCApplication1.rc2" /> 250 </ItemGroup> 251 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 252 <ImportGroup Label="ExtensionTargets"> 253 </ImportGroup> 254 </Project>

 

转载于:https://www.cnblogs.com/endv/p/8293694.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值