|
|
@@ -18,7 +18,6 @@
|
|
|
<Platform>x64</Platform>
|
|
|
</ProjectConfiguration>
|
|
|
</ItemGroup>
|
|
|
-
|
|
|
<PropertyGroup Label="Globals">
|
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
@@ -26,21 +25,19 @@
|
|
|
<RootNamespace>CommModifyKit</RootNamespace>
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
</PropertyGroup>
|
|
|
-
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
-
|
|
|
<!-- Debug|Win32 -->
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <PlatformToolset>v142</PlatformToolset>
|
|
|
+ <PlatformToolset>v145</PlatformToolset>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
<!-- Release|Win32 -->
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
- <PlatformToolset>v142</PlatformToolset>
|
|
|
+ <PlatformToolset>v145</PlatformToolset>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
@@ -48,27 +45,23 @@
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <PlatformToolset>v142</PlatformToolset>
|
|
|
+ <PlatformToolset>v145</PlatformToolset>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
<!-- Release|x64 -->
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
- <PlatformToolset>v142</PlatformToolset>
|
|
|
+ <PlatformToolset>v145</PlatformToolset>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
-
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
|
<ImportGroup Label="Shared" />
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
|
|
|
- Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
|
|
|
- Label="LocalAppDataPlatform" />
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
</ImportGroup>
|
|
|
-
|
|
|
<!-- 通用属性 -->
|
|
|
<!-- 项目名 CommModifyKit,输出文件名 CommModifyKit.dll(统一命名) -->
|
|
|
<PropertyGroup>
|
|
|
@@ -76,7 +69,6 @@
|
|
|
<IntDir>$(SolutionDir)build\obj\CommModifyKit\$(Configuration)\$(Platform)\</IntDir>
|
|
|
<TargetName>CommModifyKit</TargetName>
|
|
|
</PropertyGroup>
|
|
|
-
|
|
|
<!-- 通用编译选项 -->
|
|
|
<ItemDefinitionGroup>
|
|
|
<ClCompile>
|
|
|
@@ -99,7 +91,6 @@
|
|
|
<ModuleDefinitionFile>CommModifyKit.def</ModuleDefinitionFile>
|
|
|
</Link>
|
|
|
</ItemDefinitionGroup>
|
|
|
-
|
|
|
<!-- Debug 特定 -->
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
|
|
|
<ClCompile>
|
|
|
@@ -107,7 +98,6 @@
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
</ClCompile>
|
|
|
</ItemDefinitionGroup>
|
|
|
-
|
|
|
<!-- Release 特定 -->
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
|
|
|
<ClCompile>
|
|
|
@@ -121,7 +111,6 @@
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
</Link>
|
|
|
</ItemDefinitionGroup>
|
|
|
-
|
|
|
<!-- 源文件 -->
|
|
|
<ItemGroup>
|
|
|
<ClCompile Include="pch.cpp">
|
|
|
@@ -135,7 +124,6 @@
|
|
|
<ClCompile Include="EventLoop.cpp" />
|
|
|
<ClCompile Include="MonitorManager.cpp" />
|
|
|
</ItemGroup>
|
|
|
-
|
|
|
<!-- 头文件 -->
|
|
|
<ItemGroup>
|
|
|
<ClInclude Include="pch.h" />
|
|
|
@@ -147,12 +135,10 @@
|
|
|
<ClInclude Include="..\common\CommKitIoctl.h" />
|
|
|
<ClInclude Include="..\common\CommKitEvents.h" />
|
|
|
</ItemGroup>
|
|
|
-
|
|
|
<!-- 模块定义文件 -->
|
|
|
<ItemGroup>
|
|
|
<None Include="CommModifyKit.def" />
|
|
|
</ItemGroup>
|
|
|
-
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
<ImportGroup Label="ExtensionTargets" />
|
|
|
-</Project>
|
|
|
+</Project>
|