kvm-guest-drivers-windows

Форк
0
151 строка · 7.1 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <ItemGroup Label="ProjectConfigurations">
4
    <ProjectConfiguration Include="Win10 Release|ARM64">
5
      <Configuration>Win10 Release</Configuration>
6
      <Platform>ARM64</Platform>
7
    </ProjectConfiguration>
8
    <ProjectConfiguration Include="Win10 Release|Win32">
9
      <Configuration>Win10 Release</Configuration>
10
      <Platform>Win32</Platform>
11
    </ProjectConfiguration>
12
    <ProjectConfiguration Include="Win10 Release|x64">
13
      <Configuration>Win10 Release</Configuration>
14
      <Platform>x64</Platform>
15
    </ProjectConfiguration>
16
    <ProjectConfiguration Include="Win11 Release|ARM64">
17
      <Configuration>Win11 Release</Configuration>
18
      <Platform>ARM64</Platform>
19
    </ProjectConfiguration>
20
    <ProjectConfiguration Include="Win11 Release|Win32">
21
      <Configuration>Win11 Release</Configuration>
22
      <Platform>Win32</Platform>
23
    </ProjectConfiguration>
24
    <ProjectConfiguration Include="Win11 Release|x64">
25
      <Configuration>Win11 Release</Configuration>
26
      <Platform>x64</Platform>
27
    </ProjectConfiguration>
28
  </ItemGroup>
29
  <PropertyGroup Label="Globals">
30
    <ProjectGuid>{4471A5F4-C884-4EBA-8241-FEBBECE181CF}</ProjectGuid>
31
    <TemplateGuid>{4605da2c-74a5-4865-98e1-152ef136825f}</TemplateGuid>
32
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
33
    <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
34
    <Configuration>Win8 Debug</Configuration>
35
    <Platform Condition="'$(Platform)' == ''">Win32</Platform>
36
    <SignMode>Off</SignMode>
37
  </PropertyGroup>
38
  <PropertyGroup Label="Globals">
39
    <RootNamespace>VirtRNG_Package</RootNamespace>
40
    <VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VisualStudioVersion)' == '11.0'">$(VCTargetsPath11)</VCTargetsPath>
41
    <WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
42
  </PropertyGroup>
43
  <PropertyGroup Label="PropertySheets">
44
    <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
45
    <ConfigurationType>Utility</ConfigurationType>
46
    <DriverType>Package</DriverType>
47
    <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
48
  </PropertyGroup>
49
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|Win32'" Label="Configuration">
50
    <UseDebugLibraries>false</UseDebugLibraries>
51
    <TargetVersion>Windows10</TargetVersion>
52
  </PropertyGroup>
53
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|Win32'" Label="Configuration">
54
    <UseDebugLibraries>false</UseDebugLibraries>
55
    <TargetVersion>Windows10</TargetVersion>
56
  </PropertyGroup>
57
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|x64'" Label="Configuration">
58
    <TargetVersion>Windows10</TargetVersion>
59
    <UseDebugLibraries>false</UseDebugLibraries>
60
  </PropertyGroup>
61
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|x64'" Label="Configuration">
62
    <TargetVersion>Windows10</TargetVersion>
63
    <UseDebugLibraries>false</UseDebugLibraries>
64
  </PropertyGroup>
65
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|ARM64'" Label="Configuration">
66
    <TargetVersion>Windows10</TargetVersion>
67
    <UseDebugLibraries>false</UseDebugLibraries>
68
  </PropertyGroup>
69
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|ARM64'" Label="Configuration">
70
    <TargetVersion>Windows10</TargetVersion>
71
    <UseDebugLibraries>false</UseDebugLibraries>
72
  </PropertyGroup>
73
  <Import Project="$(MSBuildProjectDirectory)\viorng_pack.props" />
74
  <Import Project="$(MSBuildProjectDirectory)\..\..\Tools\Driver.Common.props" />
75
  <ImportGroup Label="ExtensionSettings">
76
  </ImportGroup>
77
  <ImportGroup Label="PropertySheets">
78
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
79
  </ImportGroup>
80
  <PropertyGroup Label="UserMacros" />
81
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|Win32'">
82
    <DriverTargetPlatform>Universal</DriverTargetPlatform>
83
    <OutDir>$(ProjectDir)..\Install\win10\x86\</OutDir>
84
  </PropertyGroup>
85
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|Win32'">
86
    <DriverTargetPlatform>Universal</DriverTargetPlatform>
87
    <OutDir>$(ProjectDir)..\Install\win11\x86\</OutDir>
88
  </PropertyGroup>
89
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|x64'">
90
    <DriverTargetPlatform>Universal</DriverTargetPlatform>
91
    <OutDir>$(ProjectDir)..\Install\win10\amd64\</OutDir>
92
    <Inf2CatWindowsVersionList>Server10_$(DDKPlatform);$(Inf2CatWindowsVersionList)</Inf2CatWindowsVersionList>
93
  </PropertyGroup>
94
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|x64'">
95
    <DriverTargetPlatform>Universal</DriverTargetPlatform>
96
    <OutDir>$(ProjectDir)..\Install\win11\amd64\</OutDir>
97
    <Inf2CatWindowsVersionList>Server10_$(DDKPlatform);$(Inf2CatWindowsVersionList)</Inf2CatWindowsVersionList>
98
  </PropertyGroup>
99
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|ARM64'">
100
    <DriverTargetPlatform>Universal</DriverTargetPlatform>
101
    <OutDir>$(ProjectDir)..\Install\win10\arm64\</OutDir>
102
  </PropertyGroup>
103
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|ARM64'">
104
    <DriverTargetPlatform>Universal</DriverTargetPlatform>
105
    <OutDir>$(ProjectDir)..\Install\win11\arm64\</OutDir>
106
  </PropertyGroup>
107
  <PropertyGroup>
108
    <PackageDir>$(OutDir)</PackageDir>
109
    <IntDir>$(Platform)\$(Configuration.Replace(' ',''))\</IntDir>
110
  </PropertyGroup>
111
  <PropertyGroup>
112
    <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
113
    <EnableDeployment>False</EnableDeployment>
114
    <RemoveDriver>True</RemoveDriver>
115
    <HardwareIdString />
116
    <CommandLine />
117
    <DeployFiles />
118
    <EnableVerifier>False</EnableVerifier>
119
    <AllDrivers>False</AllDrivers>
120
    <VerifyProjectOutput>True</VerifyProjectOutput>
121
    <VerifyDrivers />
122
    <VerifyFlags>133563</VerifyFlags>
123
    <PackageDir>$(OutDir)</PackageDir>
124
  </PropertyGroup>
125
  <ItemGroup>
126
    <FilesToPackage Include="..\viorng\$(IntDir)viorng.pdb">
127
      <PackageRelativeDirectory>.</PackageRelativeDirectory>
128
    </FilesToPackage>
129
    <FilesToPackage Include="..\cng\um\$(IntDir)viorngum.dll">
130
      <PackageRelativeDirectory>.</PackageRelativeDirectory>
131
    </FilesToPackage>
132
    <FilesToPackage Include="..\cng\um\$(IntDir)viorngum.pdb">
133
      <PackageRelativeDirectory>.</PackageRelativeDirectory>
134
    </FilesToPackage>
135
    <FilesToPackage Include="..\test\$(IntDir)viorngtest.exe">
136
      <PackageRelativeDirectory>.</PackageRelativeDirectory>
137
    </FilesToPackage>
138
  </ItemGroup>
139
  <ItemGroup>
140
    <ProjectReference Include="..\viorng\viorng.vcxproj">
141
      <Project>{ef874d69-710d-4b5d-afda-4a3e912b5838}</Project>
142
    </ProjectReference>
143
  </ItemGroup>
144
  <ItemGroup>
145
    <Inf Include="..\viorng\viorng.inf" />
146
  </ItemGroup>
147
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
148
  <Import Project="$(MSBuildProjectDirectory)\..\..\Tools\Driver.Common.targets" />
149
  <ImportGroup Label="ExtensionTargets">
150
  </ImportGroup>
151
</Project>

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.