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