QuakeGod
2023-10-23 4dfb88353b3671a71bc397d5f210d71f67f8fb04
提交 | 用户 | age
418cb3 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>{A9132770-20D8-423A-8F25-4B5F5B4459D3}</ProjectGuid>
24     <Keyword>Win32Proj</Keyword>
25     <RootNamespace>KLink3</RootNamespace>
df0321 26     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
418cb3 27   </PropertyGroup>
Q 28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30     <ConfigurationType>DynamicLibrary</ConfigurationType>
31     <UseDebugLibraries>true</UseDebugLibraries>
ad1b4b 32     <PlatformToolset>v143</PlatformToolset>
418cb3 33     <CharacterSet>Unicode</CharacterSet>
Q 34   </PropertyGroup>
35   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36     <ConfigurationType>DynamicLibrary</ConfigurationType>
37     <UseDebugLibraries>false</UseDebugLibraries>
ad1b4b 38     <PlatformToolset>v143</PlatformToolset>
418cb3 39     <WholeProgramOptimization>true</WholeProgramOptimization>
Q 40     <CharacterSet>Unicode</CharacterSet>
41   </PropertyGroup>
42   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
43     <ConfigurationType>DynamicLibrary</ConfigurationType>
44     <UseDebugLibraries>true</UseDebugLibraries>
ad1b4b 45     <PlatformToolset>v143</PlatformToolset>
418cb3 46     <CharacterSet>Unicode</CharacterSet>
Q 47   </PropertyGroup>
48   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
49     <ConfigurationType>DynamicLibrary</ConfigurationType>
50     <UseDebugLibraries>false</UseDebugLibraries>
ad1b4b 51     <PlatformToolset>v143</PlatformToolset>
418cb3 52     <WholeProgramOptimization>true</WholeProgramOptimization>
Q 53     <CharacterSet>Unicode</CharacterSet>
54   </PropertyGroup>
55   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
56   <ImportGroup Label="ExtensionSettings">
57   </ImportGroup>
58   <ImportGroup Label="Shared">
59   </ImportGroup>
60   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62   </ImportGroup>
63   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65   </ImportGroup>
66   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
67     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68   </ImportGroup>
69   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
70     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71   </ImportGroup>
72   <PropertyGroup Label="UserMacros" />
73   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
74     <TargetName>KLINK3</TargetName>
75     <LinkIncremental>true</LinkIncremental>
76   </PropertyGroup>
77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
78     <TargetName>KLINK3</TargetName>
79     <LinkIncremental>true</LinkIncremental>
80   </PropertyGroup>
81   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
82     <TargetName>KLINK3</TargetName>
83     <LinkIncremental>false</LinkIncremental>
84   </PropertyGroup>
85   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
86     <TargetName>KLINK3</TargetName>
87     <LinkIncremental>false</LinkIncremental>
88   </PropertyGroup>
89   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
90     <ClCompile>
91       <PrecompiledHeader>Use</PrecompiledHeader>
92       <WarningLevel>Level3</WarningLevel>
93       <Optimization>Disabled</Optimization>
94       <SDLCheck>true</SDLCheck>
95       <PreprocessorDefinitions>_AFXDLL;_DEBUG;KLINK3_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
96       <ConformanceMode>true</ConformanceMode>
97       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
98     </ClCompile>
99     <Link>
100       <SubSystem>Windows</SubSystem>
101       <GenerateDebugInformation>true</GenerateDebugInformation>
102       <EnableUAC>false</EnableUAC>
103     </Link>
104   </ItemDefinitionGroup>
105   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
106     <ClCompile>
107       <PrecompiledHeader>Use</PrecompiledHeader>
108       <WarningLevel>Level3</WarningLevel>
109       <Optimization>Disabled</Optimization>
110       <SDLCheck>true</SDLCheck>
111       <PreprocessorDefinitions>WIN32;_DEBUG;KLINK3_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
112       <ConformanceMode>true</ConformanceMode>
113       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
114     </ClCompile>
115     <Link>
116       <SubSystem>Windows</SubSystem>
117       <GenerateDebugInformation>true</GenerateDebugInformation>
118       <EnableUAC>false</EnableUAC>
119     </Link>
120   </ItemDefinitionGroup>
121   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
122     <ClCompile>
123       <PrecompiledHeader>Use</PrecompiledHeader>
124       <WarningLevel>Level3</WarningLevel>
125       <Optimization>MaxSpeed</Optimization>
126       <FunctionLevelLinking>true</FunctionLevelLinking>
127       <IntrinsicFunctions>true</IntrinsicFunctions>
128       <SDLCheck>true</SDLCheck>
129       <PreprocessorDefinitions>WIN32;NDEBUG;KLINK3_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
130       <ConformanceMode>true</ConformanceMode>
131       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
132     </ClCompile>
133     <Link>
134       <SubSystem>Windows</SubSystem>
135       <EnableCOMDATFolding>true</EnableCOMDATFolding>
136       <OptimizeReferences>true</OptimizeReferences>
137       <GenerateDebugInformation>true</GenerateDebugInformation>
138       <EnableUAC>false</EnableUAC>
139     </Link>
140   </ItemDefinitionGroup>
141   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
142     <ClCompile>
143       <PrecompiledHeader>Use</PrecompiledHeader>
144       <WarningLevel>Level3</WarningLevel>
145       <Optimization>MaxSpeed</Optimization>
146       <FunctionLevelLinking>true</FunctionLevelLinking>
147       <IntrinsicFunctions>true</IntrinsicFunctions>
148       <SDLCheck>true</SDLCheck>
149       <PreprocessorDefinitions>NDEBUG;KLINK3_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
150       <ConformanceMode>true</ConformanceMode>
151       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
152     </ClCompile>
153     <Link>
154       <SubSystem>Windows</SubSystem>
155       <EnableCOMDATFolding>true</EnableCOMDATFolding>
156       <OptimizeReferences>true</OptimizeReferences>
157       <GenerateDebugInformation>true</GenerateDebugInformation>
158       <EnableUAC>false</EnableUAC>
159     </Link>
160   </ItemDefinitionGroup>
161   <ItemGroup>
162     <None Include="cpp.hint" />
163   </ItemGroup>
164   <ItemGroup>
165     <ClInclude Include="framework.h" />
166     <ClInclude Include="KLink1.h" />
167     <ClInclude Include="pch.h" />
168   </ItemGroup>
169   <ItemGroup>
170     <ClCompile Include="dllmain.cpp" />
171     <ClCompile Include="KLink1.cpp" />
172     <ClCompile Include="pch.cpp">
173       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
174       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
175       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
176       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
177     </ClCompile>
178   </ItemGroup>
179   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
180   <ImportGroup Label="ExtensionTargets">
181   </ImportGroup>
182 </Project>