QuakeGod
2022-07-22 dd67df95a7303aee3bed65ffa935465f20ee8b32
提交 | 用户 | age
0a20f7 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>
23     <ProjectGuid>{1F782E34-9087-4F87-9674-E4BDAA319726}</ProjectGuid>
24     <Keyword>MFCDLLProj</Keyword>
25     <RootNamespace>KLink2</RootNamespace>
26     <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
27     <ProjectName>KLink2</ProjectName>
28   </PropertyGroup>
29   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
31     <ConfigurationType>DynamicLibrary</ConfigurationType>
32     <UseDebugLibraries>true</UseDebugLibraries>
33     <PlatformToolset>v141</PlatformToolset>
34     <CharacterSet>Unicode</CharacterSet>
35     <UseOfMfc>Dynamic</UseOfMfc>
36   </PropertyGroup>
37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38     <ConfigurationType>DynamicLibrary</ConfigurationType>
39     <UseDebugLibraries>false</UseDebugLibraries>
40     <PlatformToolset>v141</PlatformToolset>
41     <WholeProgramOptimization>true</WholeProgramOptimization>
42     <CharacterSet>Unicode</CharacterSet>
43     <UseOfMfc>Dynamic</UseOfMfc>
44   </PropertyGroup>
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46     <ConfigurationType>DynamicLibrary</ConfigurationType>
47     <UseDebugLibraries>true</UseDebugLibraries>
48     <PlatformToolset>v141</PlatformToolset>
49     <CharacterSet>Unicode</CharacterSet>
50     <UseOfMfc>Dynamic</UseOfMfc>
51   </PropertyGroup>
52   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
53     <ConfigurationType>DynamicLibrary</ConfigurationType>
54     <UseDebugLibraries>false</UseDebugLibraries>
55     <PlatformToolset>v141</PlatformToolset>
56     <WholeProgramOptimization>true</WholeProgramOptimization>
57     <CharacterSet>Unicode</CharacterSet>
58     <UseOfMfc>Dynamic</UseOfMfc>
59   </PropertyGroup>
60   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
61   <ImportGroup Label="ExtensionSettings">
62   </ImportGroup>
63   <ImportGroup Label="Shared">
64   </ImportGroup>
65   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67   </ImportGroup>
68   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70   </ImportGroup>
71   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
72     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73   </ImportGroup>
74   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
75     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
76   </ImportGroup>
77   <PropertyGroup Label="UserMacros" />
78   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
79     <LinkIncremental>true</LinkIncremental>
80   </PropertyGroup>
81   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
82     <LinkIncremental>true</LinkIncremental>
83   </PropertyGroup>
84   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85     <LinkIncremental>false</LinkIncremental>
86   </PropertyGroup>
87   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
88     <LinkIncremental>false</LinkIncremental>
89   </PropertyGroup>
90   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
91     <ClCompile>
92       <PrecompiledHeader>Use</PrecompiledHeader>
93       <WarningLevel>Level3</WarningLevel>
94       <Optimization>Disabled</Optimization>
95       <SDLCheck>true</SDLCheck>
96       <PreprocessorDefinitions>KLINK_EXPORTS;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
98     </ClCompile>
99     <Link>
100       <SubSystem>Windows</SubSystem>
101       <ModuleDefinitionFile>.\KLink2.def</ModuleDefinitionFile>
102     </Link>
103     <Midl>
104       <MkTypLibCompatible>false</MkTypLibCompatible>
105       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
106     </Midl>
107     <ResourceCompile>
108       <Culture>0x0804</Culture>
109       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110       <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
111     </ResourceCompile>
112   </ItemDefinitionGroup>
113   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
114     <ClCompile>
115       <PrecompiledHeader>Use</PrecompiledHeader>
116       <WarningLevel>Level3</WarningLevel>
117       <Optimization>Disabled</Optimization>
118       <SDLCheck>true</SDLCheck>
119       <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
121     </ClCompile>
122     <Link>
123       <SubSystem>Windows</SubSystem>
124       <ModuleDefinitionFile>.\KLink2.def</ModuleDefinitionFile>
125     </Link>
126     <Midl>
127       <MkTypLibCompatible>false</MkTypLibCompatible>
128       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129     </Midl>
130     <ResourceCompile>
131       <Culture>0x0804</Culture>
132       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133       <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
134     </ResourceCompile>
135   </ItemDefinitionGroup>
136   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
137     <ClCompile>
138       <PrecompiledHeader>Use</PrecompiledHeader>
139       <WarningLevel>Level3</WarningLevel>
140       <Optimization>MaxSpeed</Optimization>
141       <FunctionLevelLinking>true</FunctionLevelLinking>
142       <IntrinsicFunctions>true</IntrinsicFunctions>
143       <SDLCheck>true</SDLCheck>
144       <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
145       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
146     </ClCompile>
147     <Link>
148       <SubSystem>Windows</SubSystem>
149       <EnableCOMDATFolding>true</EnableCOMDATFolding>
150       <OptimizeReferences>true</OptimizeReferences>
151       <ModuleDefinitionFile>.\KLink2.def</ModuleDefinitionFile>
152     </Link>
153     <Midl>
154       <MkTypLibCompatible>false</MkTypLibCompatible>
155       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
156     </Midl>
157     <ResourceCompile>
158       <Culture>0x0804</Culture>
159       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
160       <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
161     </ResourceCompile>
162   </ItemDefinitionGroup>
163   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
164     <ClCompile>
165       <PrecompiledHeader>Use</PrecompiledHeader>
166       <WarningLevel>Level3</WarningLevel>
167       <Optimization>MaxSpeed</Optimization>
168       <FunctionLevelLinking>true</FunctionLevelLinking>
169       <IntrinsicFunctions>true</IntrinsicFunctions>
170       <SDLCheck>true</SDLCheck>
65f713 171       <PreprocessorDefinitions>KLINK_EXPORTS;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
0a20f7 172       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
Q 173     </ClCompile>
174     <Link>
175       <SubSystem>Windows</SubSystem>
176       <EnableCOMDATFolding>true</EnableCOMDATFolding>
177       <OptimizeReferences>true</OptimizeReferences>
178       <ModuleDefinitionFile>.\KLink2.def</ModuleDefinitionFile>
179     </Link>
180     <Midl>
181       <MkTypLibCompatible>false</MkTypLibCompatible>
182       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
183     </Midl>
184     <ResourceCompile>
185       <Culture>0x0804</Culture>
186       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
187       <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
188     </ResourceCompile>
189   </ItemDefinitionGroup>
190   <ItemGroup>
191     <ClCompile Include="CDialogCommSet1.cpp" />
192     <ClCompile Include="KLink.cpp" />
193     <ClCompile Include="KLink2.cpp" />
194     <ClCompile Include="pch.cpp">
195       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
196       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
197       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
198       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
199     </ClCompile>
200   </ItemGroup>
201   <ItemGroup>
202     <None Include="KLink2.def" />
203     <None Include="res\KLink2.rc2" />
204   </ItemGroup>
205   <ItemGroup>
206     <ClInclude Include="CDialogCommSet1.h" />
207     <ClInclude Include="framework.h" />
208     <ClInclude Include="KLink.h" />
209     <ClInclude Include="KLink2.h" />
210     <ClInclude Include="pch.h" />
211     <ClInclude Include="Resource.h" />
212     <ClInclude Include="targetver.h" />
213   </ItemGroup>
214   <ItemGroup>
215     <ResourceCompile Include="KLink2.rc" />
216   </ItemGroup>
217   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
218   <ImportGroup Label="ExtensionTargets">
219   </ImportGroup>
220 </Project>