|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | | - <ProjectConfiguration Include="Win7 Debug|Win32"> |
5 | | - <Configuration>Win7 Debug</Configuration> |
| 4 | + <ProjectConfiguration Include="Debug|Win32"> |
| 5 | + <Configuration>Debug</Configuration> |
6 | 6 | <Platform>Win32</Platform> |
7 | 7 | </ProjectConfiguration> |
8 | | - <ProjectConfiguration Include="Win7 Release|Win32"> |
9 | | - <Configuration>Win7 Release</Configuration> |
| 8 | + <ProjectConfiguration Include="Release|Win32"> |
| 9 | + <Configuration>Release</Configuration> |
10 | 10 | <Platform>Win32</Platform> |
11 | 11 | </ProjectConfiguration> |
12 | | - <ProjectConfiguration Include="Win7 Debug|x64"> |
13 | | - <Configuration>Win7 Debug</Configuration> |
| 12 | + <ProjectConfiguration Include="Debug|x64"> |
| 13 | + <Configuration>Debug</Configuration> |
14 | 14 | <Platform>x64</Platform> |
15 | 15 | </ProjectConfiguration> |
16 | | - <ProjectConfiguration Include="Win7 Release|x64"> |
17 | | - <Configuration>Win7 Release</Configuration> |
| 16 | + <ProjectConfiguration Include="Release|x64"> |
| 17 | + <Configuration>Release</Configuration> |
18 | 18 | <Platform>x64</Platform> |
19 | 19 | </ProjectConfiguration> |
20 | 20 | </ItemGroup> |
|
29 | 29 | <ProjectName>TimeDefuser</ProjectName> |
30 | 30 | </PropertyGroup> |
31 | 31 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
32 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|Win32'" Label="Configuration"> |
| 32 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
33 | 33 | <TargetVersion>Windows7</TargetVersion> |
34 | 34 | <UseDebugLibraries>true</UseDebugLibraries> |
35 | 35 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
36 | 36 | <ConfigurationType>Driver</ConfigurationType> |
37 | 37 | <DriverType>WDM</DriverType> |
38 | 38 | </PropertyGroup> |
39 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|Win32'" Label="Configuration"> |
| 39 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
40 | 40 | <TargetVersion>Windows7</TargetVersion> |
41 | 41 | <UseDebugLibraries>false</UseDebugLibraries> |
42 | 42 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
43 | 43 | <ConfigurationType>Driver</ConfigurationType> |
44 | 44 | <DriverType>WDM</DriverType> |
45 | 45 | </PropertyGroup> |
46 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|x64'" Label="Configuration"> |
| 46 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
47 | 47 | <TargetVersion>Windows7</TargetVersion> |
48 | 48 | <UseDebugLibraries>true</UseDebugLibraries> |
49 | 49 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
50 | 50 | <ConfigurationType>Driver</ConfigurationType> |
51 | 51 | <DriverType>WDM</DriverType> |
52 | 52 | </PropertyGroup> |
53 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'" Label="Configuration"> |
| 53 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
54 | 54 | <TargetVersion>Windows7</TargetVersion> |
55 | 55 | <UseDebugLibraries>false</UseDebugLibraries> |
56 | 56 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
|
65 | 65 | </ImportGroup> |
66 | 66 | <PropertyGroup Label="UserMacros" /> |
67 | 67 | <PropertyGroup /> |
68 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|Win32'"> |
| 68 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
69 | 69 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
| 70 | + <TargetName>$(TargetName.Replace(' ',''))-x86</TargetName> |
70 | 71 | </PropertyGroup> |
71 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|Win32'"> |
| 72 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
72 | 73 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
| 74 | + <TargetName>$(TargetName.Replace(' ',''))-x86</TargetName> |
73 | 75 | </PropertyGroup> |
74 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|x64'"> |
| 76 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
75 | 77 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
| 78 | + <TargetName>$(TargetName.Replace(' ',''))-amd64</TargetName> |
| 79 | + <OutDir>$(SolutionDir)\$(ConfigurationName)\</OutDir> |
76 | 80 | </PropertyGroup> |
77 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'"> |
| 81 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
78 | 82 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
| 83 | + <TargetName>$(TargetName.Replace(' ',''))-amd64</TargetName> |
| 84 | + <OutDir>$(SolutionDir)\$(ConfigurationName)\</OutDir> |
79 | 85 | </PropertyGroup> |
80 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|Win32'"> |
| 86 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
81 | 87 | <Link> |
82 | 88 | <Version>6.0</Version> |
83 | 89 | </Link> |
84 | 90 | </ItemDefinitionGroup> |
85 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|Win32'"> |
| 91 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
86 | 92 | <Link> |
87 | 93 | <Version>6.0</Version> |
88 | 94 | </Link> |
|
91 | 97 | <FilesToPackage Include="$(TargetPath)" /> |
92 | 98 | <FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" /> |
93 | 99 | </ItemGroup> |
94 | | - <ItemGroup> |
95 | | - <ClCompile Include="Driver.cpp" /> |
96 | | - </ItemGroup> |
97 | 100 | <ItemGroup> |
98 | 101 | <ClInclude Include="resource.h" /> |
| 102 | + <ClInclude Include="TimeDefuser.h" /> |
99 | 103 | </ItemGroup> |
100 | 104 | <ItemGroup> |
101 | 105 | <ResourceCompile Include="TimeDefuser.rc" /> |
102 | 106 | </ItemGroup> |
103 | 107 | <ItemGroup> |
104 | 108 | <None Include="TimeDefuser.inf" /> |
105 | 109 | </ItemGroup> |
| 110 | + <ItemGroup> |
| 111 | + <ClCompile Include="Driver.c" /> |
| 112 | + </ItemGroup> |
106 | 113 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
107 | 114 | <ImportGroup Label="ExtensionTargets"> |
108 | 115 | </ImportGroup> |
|
0 commit comments