QuakeGod
2024-12-24 61deef5cdf96cbfdd6ad45be49e80d597c00ca65
提交 | 用户 | age
61deef 1 <?xml version="1.0" encoding="utf-8"?>
Q 2 <Project DefaultTargets="Build" 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>16.0</VCProjectVersion>
23     <ProjectGuid>{75E31345-9F86-46BE-B0A8-DAEF59D7841B}</ProjectGuid>
24     <Keyword>MFCProj</Keyword>
25     <RootNamespace>MFCMView</RootNamespace>
26     <WindowsTargetPlatformVersion>10.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>v142</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>v142</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>v142</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>v142</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|x64'">
78     <LinkIncremental>true</LinkIncremental>
79   </PropertyGroup>
80   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
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|x64'">
90     <ClCompile>
91       <PrecompiledHeader>Use</PrecompiledHeader>
92       <WarningLevel>Level3</WarningLevel>
93       <SDLCheck>true</SDLCheck>
94       <PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
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|Win32'">
112     <ClCompile>
113       <PrecompiledHeader>Use</PrecompiledHeader>
114       <WarningLevel>Level3</WarningLevel>
115       <SDLCheck>true</SDLCheck>
116       <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
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       <FunctionLevelLinking>true</FunctionLevelLinking>
138       <IntrinsicFunctions>true</IntrinsicFunctions>
139       <SDLCheck>true</SDLCheck>
140       <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
141       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
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       <FunctionLevelLinking>true</FunctionLevelLinking>
164       <IntrinsicFunctions>true</IntrinsicFunctions>
165       <SDLCheck>true</SDLCheck>
166       <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
167       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
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="ChildView.h" />
188     <ClInclude Include="framework.h" />
189     <ClInclude Include="MainFrm.h" />
190     <ClInclude Include="MFCMView.h" />
191     <ClInclude Include="pch.h" />
192     <ClInclude Include="Resource.h" />
193     <ClInclude Include="targetver.h" />
194   </ItemGroup>
195   <ItemGroup>
196     <ClCompile Include="ChildFrm.cpp" />
197     <ClCompile Include="ChildView.cpp" />
198     <ClCompile Include="MainFrm.cpp" />
199     <ClCompile Include="MFCMView.cpp" />
200     <ClCompile Include="pch.cpp">
201       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
202       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
203       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
204       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
205     </ClCompile>
206   </ItemGroup>
207   <ItemGroup>
208     <ResourceCompile Include="MFCMView.rc" />
209   </ItemGroup>
210   <ItemGroup>
211     <None Include="res\MFCMView.rc2" />
212   </ItemGroup>
213   <ItemGroup>
214     <Image Include="res\MFCMView.ico" />
215     <Image Include="res\Toolbar.bmp" />
216   </ItemGroup>
217   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
218   <ImportGroup Label="ExtensionTargets">
219   </ImportGroup>
220 </Project>