kvm-guest-drivers-windows

Форк
0
283 строки · 14.3 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" ToolsVersion="15.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
    <VCProjectVersion>15.0</VCProjectVersion>
31
    <ProjectGuid>{8CB5D2D4-F3EA-4568-89A8-DCD332BDCF4E}</ProjectGuid>
32
    <Keyword>Win32Proj</Keyword>
33
    <RootNamespace>viorngtest</RootNamespace>
34
    <WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
35
    <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
36
  </PropertyGroup>
37
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
38
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|Win32'" Label="Configuration">
39
    <ConfigurationType>Application</ConfigurationType>
40
    <UseDebugLibraries>false</UseDebugLibraries>
41
    <WholeProgramOptimization>true</WholeProgramOptimization>
42
    <CharacterSet>Unicode</CharacterSet>
43
    <TargetVersion>Windows10</TargetVersion>
44
  </PropertyGroup>
45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|Win32'" Label="Configuration">
46
    <ConfigurationType>Application</ConfigurationType>
47
    <UseDebugLibraries>false</UseDebugLibraries>
48
    <WholeProgramOptimization>true</WholeProgramOptimization>
49
    <CharacterSet>Unicode</CharacterSet>
50
    <TargetVersion>Windows10</TargetVersion>
51
  </PropertyGroup>
52
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|x64'" Label="Configuration">
53
    <ConfigurationType>Application</ConfigurationType>
54
    <UseDebugLibraries>false</UseDebugLibraries>
55
    <WholeProgramOptimization>true</WholeProgramOptimization>
56
    <CharacterSet>Unicode</CharacterSet>
57
    <TargetVersion>Windows10</TargetVersion>
58
  </PropertyGroup>
59
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|x64'" Label="Configuration">
60
    <ConfigurationType>Application</ConfigurationType>
61
    <UseDebugLibraries>false</UseDebugLibraries>
62
    <WholeProgramOptimization>true</WholeProgramOptimization>
63
    <CharacterSet>Unicode</CharacterSet>
64
    <TargetVersion>Windows10</TargetVersion>
65
  </PropertyGroup>
66
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|ARM64'" Label="Configuration">
67
    <ConfigurationType>Application</ConfigurationType>
68
    <UseDebugLibraries>false</UseDebugLibraries>
69
    <WholeProgramOptimization>true</WholeProgramOptimization>
70
    <CharacterSet>Unicode</CharacterSet>
71
    <TargetVersion>Windows10</TargetVersion>
72
  </PropertyGroup>
73
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|ARM64'" Label="Configuration">
74
    <ConfigurationType>Application</ConfigurationType>
75
    <UseDebugLibraries>false</UseDebugLibraries>
76
    <WholeProgramOptimization>true</WholeProgramOptimization>
77
    <CharacterSet>Unicode</CharacterSet>
78
    <TargetVersion>Windows10</TargetVersion>
79
  </PropertyGroup>
80
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
81
  <ImportGroup Label="ExtensionSettings">
82
  </ImportGroup>
83
  <ImportGroup Label="Shared">
84
  </ImportGroup>
85
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Win10 Release|Win32'">
86
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
87
  </ImportGroup>
88
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|Win32'" Label="PropertySheets">
89
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
90
  </ImportGroup>
91
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Win10 Release|x64'">
92
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
93
  </ImportGroup>
94
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|x64'" Label="PropertySheets">
95
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
96
  </ImportGroup>
97
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|ARM64'" Label="PropertySheets">
98
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
99
  </ImportGroup>
100
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|ARM64'" Label="PropertySheets">
101
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
102
  </ImportGroup>
103
  <PropertyGroup Label="UserMacros" />
104
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|x64'">
105
    <LinkIncremental>false</LinkIncremental>
106
    <IntDir>$(Platform)\$(Configuration.Replace(' ',''))\</IntDir>
107
    <OutDir>$(Platform)\$(Configuration.Replace(' ',''))\</OutDir>
108
  </PropertyGroup>
109
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|x64'">
110
    <LinkIncremental>false</LinkIncremental>
111
    <IntDir>$(Platform)\$(Configuration.Replace(' ',''))\</IntDir>
112
    <OutDir>$(Platform)\$(Configuration.Replace(' ',''))\</OutDir>
113
  </PropertyGroup>
114
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|ARM64'">
115
    <LinkIncremental>false</LinkIncremental>
116
    <OutDir>$(Platform)\$(Configuration.Replace(' ',''))\</OutDir>
117
    <IntDir>$(Platform)\$(Configuration.Replace(' ',''))\</IntDir>
118
  </PropertyGroup>
119
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|ARM64'">
120
    <LinkIncremental>false</LinkIncremental>
121
    <OutDir>$(Platform)\$(Configuration.Replace(' ',''))\</OutDir>
122
    <IntDir>$(Platform)\$(Configuration.Replace(' ',''))\</IntDir>
123
  </PropertyGroup>
124
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
125
    <LinkIncremental>true</LinkIncremental>
126
  </PropertyGroup>
127
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|Win32'">
128
    <LinkIncremental>false</LinkIncremental>
129
    <OutDir>$(Platform)\$(Configuration.Replace(' ',''))\</OutDir>
130
    <IntDir>$(Platform)\$(Configuration.Replace(' ',''))\</IntDir>
131
  </PropertyGroup>
132
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|Win32'">
133
    <LinkIncremental>false</LinkIncremental>
134
    <OutDir>$(Platform)\$(Configuration.Replace(' ',''))\</OutDir>
135
    <IntDir>$(Platform)\$(Configuration.Replace(' ',''))\</IntDir>
136
  </PropertyGroup>
137
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|x64'">
138
    <ClCompile>
139
      <PrecompiledHeader>Use</PrecompiledHeader>
140
      <WarningLevel>Level3</WarningLevel>
141
      <Optimization>MaxSpeed</Optimization>
142
      <FunctionLevelLinking>true</FunctionLevelLinking>
143
      <IntrinsicFunctions>true</IntrinsicFunctions>
144
      <SDLCheck>true</SDLCheck>
145
      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
146
      <ConformanceMode>true</ConformanceMode>
147
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
148
    </ClCompile>
149
    <Link>
150
      <SubSystem>Console</SubSystem>
151
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
152
      <OptimizeReferences>true</OptimizeReferences>
153
      <GenerateDebugInformation>true</GenerateDebugInformation>
154
    </Link>
155
  </ItemDefinitionGroup>
156
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|x64'">
157
    <ClCompile>
158
      <PrecompiledHeader>Use</PrecompiledHeader>
159
      <WarningLevel>Level3</WarningLevel>
160
      <Optimization>MaxSpeed</Optimization>
161
      <FunctionLevelLinking>true</FunctionLevelLinking>
162
      <IntrinsicFunctions>true</IntrinsicFunctions>
163
      <SDLCheck>true</SDLCheck>
164
      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
165
      <ConformanceMode>true</ConformanceMode>
166
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
167
    </ClCompile>
168
    <Link>
169
      <SubSystem>Console</SubSystem>
170
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
171
      <OptimizeReferences>true</OptimizeReferences>
172
      <GenerateDebugInformation>true</GenerateDebugInformation>
173
    </Link>
174
  </ItemDefinitionGroup>
175
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|ARM64'">
176
    <ClCompile>
177
      <PrecompiledHeader>Use</PrecompiledHeader>
178
      <WarningLevel>Level3</WarningLevel>
179
      <Optimization>MaxSpeed</Optimization>
180
      <FunctionLevelLinking>true</FunctionLevelLinking>
181
      <IntrinsicFunctions>true</IntrinsicFunctions>
182
      <SDLCheck>true</SDLCheck>
183
      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
184
      <ConformanceMode>true</ConformanceMode>
185
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
186
    </ClCompile>
187
    <Link>
188
      <SubSystem>Console</SubSystem>
189
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
190
      <OptimizeReferences>true</OptimizeReferences>
191
      <GenerateDebugInformation>true</GenerateDebugInformation>
192
    </Link>
193
  </ItemDefinitionGroup>
194
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|ARM64'">
195
    <ClCompile>
196
      <PrecompiledHeader>Use</PrecompiledHeader>
197
      <WarningLevel>Level3</WarningLevel>
198
      <Optimization>MaxSpeed</Optimization>
199
      <FunctionLevelLinking>true</FunctionLevelLinking>
200
      <IntrinsicFunctions>true</IntrinsicFunctions>
201
      <SDLCheck>true</SDLCheck>
202
      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
203
      <ConformanceMode>true</ConformanceMode>
204
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
205
    </ClCompile>
206
    <Link>
207
      <SubSystem>Console</SubSystem>
208
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
209
      <OptimizeReferences>true</OptimizeReferences>
210
      <GenerateDebugInformation>true</GenerateDebugInformation>
211
    </Link>
212
  </ItemDefinitionGroup>
213
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
214
    <ClCompile>
215
      <PrecompiledHeader>Use</PrecompiledHeader>
216
      <WarningLevel>Level3</WarningLevel>
217
      <Optimization>Disabled</Optimization>
218
      <SDLCheck>true</SDLCheck>
219
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
220
      <ConformanceMode>true</ConformanceMode>
221
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
222
    </ClCompile>
223
    <Link>
224
      <SubSystem>Console</SubSystem>
225
      <GenerateDebugInformation>true</GenerateDebugInformation>
226
    </Link>
227
  </ItemDefinitionGroup>
228
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|Win32'">
229
    <ClCompile>
230
      <PrecompiledHeader>Use</PrecompiledHeader>
231
      <WarningLevel>Level3</WarningLevel>
232
      <Optimization>MaxSpeed</Optimization>
233
      <FunctionLevelLinking>true</FunctionLevelLinking>
234
      <IntrinsicFunctions>true</IntrinsicFunctions>
235
      <SDLCheck>true</SDLCheck>
236
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
237
      <ConformanceMode>true</ConformanceMode>
238
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
239
    </ClCompile>
240
    <Link>
241
      <SubSystem>Console</SubSystem>
242
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
243
      <OptimizeReferences>true</OptimizeReferences>
244
      <GenerateDebugInformation>true</GenerateDebugInformation>
245
    </Link>
246
  </ItemDefinitionGroup>
247
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win11 Release|Win32'">
248
    <ClCompile>
249
      <PrecompiledHeader>Use</PrecompiledHeader>
250
      <WarningLevel>Level3</WarningLevel>
251
      <Optimization>MaxSpeed</Optimization>
252
      <FunctionLevelLinking>true</FunctionLevelLinking>
253
      <IntrinsicFunctions>true</IntrinsicFunctions>
254
      <SDLCheck>true</SDLCheck>
255
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
256
      <ConformanceMode>true</ConformanceMode>
257
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
258
    </ClCompile>
259
    <Link>
260
      <SubSystem>Console</SubSystem>
261
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
262
      <OptimizeReferences>true</OptimizeReferences>
263
      <GenerateDebugInformation>true</GenerateDebugInformation>
264
    </Link>
265
  </ItemDefinitionGroup>
266
  <ItemGroup>
267
    <ClInclude Include="pch.h" />
268
  </ItemGroup>
269
  <ItemGroup>
270
    <ClCompile Include="pch.cpp">
271
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Win10 Release|x64'">Create</PrecompiledHeader>
272
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Win11 Release|x64'">Create</PrecompiledHeader>
273
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Win10 Release|ARM64'">Create</PrecompiledHeader>
274
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Win11 Release|ARM64'">Create</PrecompiledHeader>
275
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Win10 Release|Win32'">Create</PrecompiledHeader>
276
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Win11 Release|Win32'">Create</PrecompiledHeader>
277
    </ClCompile>
278
    <ClCompile Include="viorngtest.cpp" />
279
  </ItemGroup>
280
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
281
  <ImportGroup Label="ExtensionTargets">
282
  </ImportGroup>
283
</Project>

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

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

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

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