|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 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 | 4 | <ProjectConfiguration Include="Debug|x64"> |
13 | 5 | <Configuration>Debug</Configuration> |
14 | 6 | <Platform>x64</Platform> |
|
24 | 16 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
25 | 17 | <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> |
26 | 18 | <Configuration>Debug</Configuration> |
27 | | - <Platform Condition="'$(Platform)' == ''">Win32</Platform> |
| 19 | + <Platform Condition="'$(Platform)' == ''">x64</Platform> |
28 | 20 | <ProjectName>CalcTest</ProjectName> |
29 | 21 | <WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion> |
30 | 22 | </PropertyGroup> |
31 | 23 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
32 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
33 | | - <TargetVersion>Windows7</TargetVersion> |
34 | | - <UseDebugLibraries>true</UseDebugLibraries> |
35 | | - <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> |
36 | | - <ConfigurationType>Driver</ConfigurationType> |
37 | | - <DriverType>WDM</DriverType> |
38 | | - <SupportsPackaging>false</SupportsPackaging> |
39 | | - </PropertyGroup> |
40 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
41 | | - <TargetVersion>Windows7</TargetVersion> |
42 | | - <UseDebugLibraries>false</UseDebugLibraries> |
43 | | - <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> |
44 | | - <ConfigurationType>Driver</ConfigurationType> |
45 | | - <DriverType>WDM</DriverType> |
46 | | - <SupportsPackaging>false</SupportsPackaging> |
47 | | - </PropertyGroup> |
48 | 24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
49 | | - <TargetVersion>Windows7</TargetVersion> |
| 25 | + <TargetVersion>Windows10</TargetVersion> |
50 | 26 | <UseDebugLibraries>true</UseDebugLibraries> |
51 | 27 | <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> |
52 | 28 | <ConfigurationType>Driver</ConfigurationType> |
53 | 29 | <DriverType>WDM</DriverType> |
54 | 30 | <SupportsPackaging>false</SupportsPackaging> |
55 | 31 | </PropertyGroup> |
56 | 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
57 | | - <TargetVersion>Windows7</TargetVersion> |
| 33 | + <TargetVersion>Windows10</TargetVersion> |
58 | 34 | <UseDebugLibraries>false</UseDebugLibraries> |
59 | 35 | <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> |
60 | 36 | <ConfigurationType>Driver</ConfigurationType> |
|
69 | 45 | </ImportGroup> |
70 | 46 | <PropertyGroup Label="UserMacros" /> |
71 | 47 | <PropertyGroup /> |
72 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
73 | | - <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
74 | | - <OutDir>../../bin/$(PlatformShortName)-$(Configuration)/</OutDir> |
75 | | - <IntDir>../../obj/$(PlatformShortName)-$(Configuration)/</IntDir> |
76 | | - <EnableInf2cat>false</EnableInf2cat> |
77 | | - </PropertyGroup> |
78 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
79 | | - <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
80 | | - <OutDir>../../bin/$(PlatformShortName)-$(Configuration)/</OutDir> |
81 | | - <IntDir>../../obj/$(PlatformShortName)-$(Configuration)/</IntDir> |
82 | | - <EnableInf2cat>false</EnableInf2cat> |
83 | | - </PropertyGroup> |
84 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
85 | 49 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
86 | 50 | <OutDir>../../bin/$(PlatformShortName)-$(Configuration)/</OutDir> |
|
93 | 57 | <IntDir>../../obj/$(PlatformShortName)-$(Configuration)/</IntDir> |
94 | 58 | <EnableInf2cat>false</EnableInf2cat> |
95 | 59 | </PropertyGroup> |
96 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
97 | | - <ClCompile> |
98 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
99 | | - <AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
100 | | - </ClCompile> |
101 | | - <PostBuildEvent /> |
102 | | - <PostBuildEvent> |
103 | | - <Command>copy /Y "*.cmd" "$(TargetDir)"</Command> |
104 | | - </PostBuildEvent> |
105 | | - <DriverSign> |
106 | | - <FileDigestAlgorithm>SHA256</FileDigestAlgorithm> |
107 | | - </DriverSign> |
108 | | - </ItemDefinitionGroup> |
109 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
110 | | - <ClCompile> |
111 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
112 | | - <AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
113 | | - </ClCompile> |
114 | | - <PostBuildEvent /> |
115 | | - <PostBuildEvent> |
116 | | - <Command>copy /Y "*.cmd" "$(TargetDir)"</Command> |
117 | | - </PostBuildEvent> |
118 | | - <DriverSign> |
119 | | - <FileDigestAlgorithm>SHA256</FileDigestAlgorithm> |
120 | | - </DriverSign> |
121 | | - </ItemDefinitionGroup> |
122 | 60 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
123 | 61 | <ClCompile> |
124 | 62 | <PrecompiledHeader>Use</PrecompiledHeader> |
|
154 | 92 | <ClCompile Include="MulTest.cpp" /> |
155 | 93 | <ClCompile Include="SubTest.cpp" /> |
156 | 94 | <ClCompile Include="StdAfx.cpp"> |
157 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
158 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
159 | 95 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
160 | 96 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
161 | 97 | </ClCompile> |
|
0 commit comments