kvm-guest-drivers-windows

Форк
0
162 строки · 7.9 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <ItemGroup Label="ProjectConfigurations">
4
    <ProjectConfiguration Include="Debug|Win32">
5
      <Configuration>Debug</Configuration>
6
      <Platform>Win32</Platform>
7
    </ProjectConfiguration>
8
    <ProjectConfiguration Include="Debug|x64">
9
      <Configuration>Debug</Configuration>
10
      <Platform>x64</Platform>
11
    </ProjectConfiguration>
12
    <ProjectConfiguration Include="Release|Win32">
13
      <Configuration>Release</Configuration>
14
      <Platform>Win32</Platform>
15
    </ProjectConfiguration>
16
    <ProjectConfiguration Include="Release|x64">
17
      <Configuration>Release</Configuration>
18
      <Platform>x64</Platform>
19
    </ProjectConfiguration>
20
  </ItemGroup>
21
  <PropertyGroup Label="Globals">
22
    <ProjectGuid>{C15BEF86-C1EE-4687-8AB9-52BDA63053F2}</ProjectGuid>
23
    <Keyword>Win32Proj</Keyword>
24
    <RootNamespace>benchmark</RootNamespace>
25
  </PropertyGroup>
26
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28
    <ConfigurationType>Application</ConfigurationType>
29
    <UseDebugLibraries>true</UseDebugLibraries>
30
    <PlatformToolset>v120</PlatformToolset>
31
    <CharacterSet>Unicode</CharacterSet>
32
  </PropertyGroup>
33
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
34
    <ConfigurationType>Application</ConfigurationType>
35
    <UseDebugLibraries>true</UseDebugLibraries>
36
    <PlatformToolset>v120</PlatformToolset>
37
    <CharacterSet>Unicode</CharacterSet>
38
  </PropertyGroup>
39
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40
    <ConfigurationType>Application</ConfigurationType>
41
    <UseDebugLibraries>false</UseDebugLibraries>
42
    <PlatformToolset>v120</PlatformToolset>
43
    <WholeProgramOptimization>true</WholeProgramOptimization>
44
    <CharacterSet>Unicode</CharacterSet>
45
  </PropertyGroup>
46
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47
    <ConfigurationType>Application</ConfigurationType>
48
    <UseDebugLibraries>false</UseDebugLibraries>
49
    <PlatformToolset>v120</PlatformToolset>
50
    <WholeProgramOptimization>true</WholeProgramOptimization>
51
    <CharacterSet>Unicode</CharacterSet>
52
  </PropertyGroup>
53
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54
  <ImportGroup Label="ExtensionSettings">
55
  </ImportGroup>
56
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58
  </ImportGroup>
59
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
60
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61
  </ImportGroup>
62
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64
  </ImportGroup>
65
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
66
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67
  </ImportGroup>
68
  <PropertyGroup Label="UserMacros" />
69
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70
    <LinkIncremental>true</LinkIncremental>
71
    <OutDir>$(ProjectDir)$(Configuration)\</OutDir>
72
  </PropertyGroup>
73
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
74
    <LinkIncremental>true</LinkIncremental>
75
    <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
76
  </PropertyGroup>
77
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78
    <LinkIncremental>false</LinkIncremental>
79
    <OutDir>$(ProjectDir)$(Configuration)\</OutDir>
80
  </PropertyGroup>
81
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
82
    <LinkIncremental>false</LinkIncremental>
83
    <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
84
  </PropertyGroup>
85
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86
    <ClCompile>
87
      <PrecompiledHeader>Use</PrecompiledHeader>
88
      <WarningLevel>Level3</WarningLevel>
89
      <Optimization>Disabled</Optimization>
90
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
92
    </ClCompile>
93
    <Link>
94
      <SubSystem>Console</SubSystem>
95
      <GenerateDebugInformation>true</GenerateDebugInformation>
96
    </Link>
97
  </ItemDefinitionGroup>
98
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
99
    <ClCompile>
100
      <PrecompiledHeader>Use</PrecompiledHeader>
101
      <WarningLevel>Level3</WarningLevel>
102
      <Optimization>Disabled</Optimization>
103
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
104
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
105
    </ClCompile>
106
    <Link>
107
      <SubSystem>Console</SubSystem>
108
      <GenerateDebugInformation>true</GenerateDebugInformation>
109
    </Link>
110
  </ItemDefinitionGroup>
111
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
112
    <ClCompile>
113
      <WarningLevel>Level3</WarningLevel>
114
      <PrecompiledHeader>Use</PrecompiledHeader>
115
      <Optimization>MaxSpeed</Optimization>
116
      <FunctionLevelLinking>true</FunctionLevelLinking>
117
      <IntrinsicFunctions>true</IntrinsicFunctions>
118
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
120
    </ClCompile>
121
    <Link>
122
      <SubSystem>Console</SubSystem>
123
      <GenerateDebugInformation>true</GenerateDebugInformation>
124
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
125
      <OptimizeReferences>true</OptimizeReferences>
126
    </Link>
127
  </ItemDefinitionGroup>
128
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
129
    <ClCompile>
130
      <WarningLevel>Level3</WarningLevel>
131
      <PrecompiledHeader>Use</PrecompiledHeader>
132
      <Optimization>MaxSpeed</Optimization>
133
      <FunctionLevelLinking>true</FunctionLevelLinking>
134
      <IntrinsicFunctions>true</IntrinsicFunctions>
135
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
136
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
137
    </ClCompile>
138
    <Link>
139
      <SubSystem>Console</SubSystem>
140
      <GenerateDebugInformation>true</GenerateDebugInformation>
141
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
142
      <OptimizeReferences>true</OptimizeReferences>
143
    </Link>
144
  </ItemDefinitionGroup>
145
  <ItemGroup>
146
    <ClCompile Include="benchmark.cpp" />
147
    <ClCompile Include="main.cpp" />
148
    <ClCompile Include="stdafx.cpp">
149
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
150
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
151
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
152
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
153
    </ClCompile>
154
  </ItemGroup>
155
  <ItemGroup>
156
    <ClInclude Include="benchmark.h" />
157
    <ClInclude Include="stdafx.h" />
158
  </ItemGroup>
159
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
160
  <ImportGroup Label="ExtensionTargets">
161
  </ImportGroup>
162
</Project>

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

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

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

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