|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" 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> |
|
26 | 18 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
27 | 19 | </PropertyGroup> |
28 | 20 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
29 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
30 | | - <ConfigurationType>Application</ConfigurationType> |
31 | | - <UseDebugLibraries>true</UseDebugLibraries> |
32 | | - <PlatformToolset>v143</PlatformToolset> |
33 | | - <CharacterSet>Unicode</CharacterSet> |
34 | | - </PropertyGroup> |
35 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
36 | | - <ConfigurationType>Application</ConfigurationType> |
37 | | - <UseDebugLibraries>false</UseDebugLibraries> |
38 | | - <PlatformToolset>v143</PlatformToolset> |
39 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
40 | | - <CharacterSet>Unicode</CharacterSet> |
41 | | - </PropertyGroup> |
42 | 21 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
43 | 22 | <ConfigurationType>Application</ConfigurationType> |
44 | 23 | <UseDebugLibraries>true</UseDebugLibraries> |
|
57 | 36 | </ImportGroup> |
58 | 37 | <ImportGroup Label="Shared"> |
59 | 38 | </ImportGroup> |
60 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
61 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
62 | | - </ImportGroup> |
63 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
64 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
65 | | - </ImportGroup> |
66 | 39 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
67 | 40 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
68 | 41 | <Import Project="..\vcpkg.props" /> |
| 42 | + <Import Project="..\IntelPresentMon\Common.props" /> |
69 | 43 | </ImportGroup> |
70 | 44 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
71 | 45 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
72 | 46 | <Import Project="..\vcpkg.props" /> |
| 47 | + <Import Project="..\IntelPresentMon\Common.props" /> |
73 | 48 | </ImportGroup> |
74 | 49 | <PropertyGroup Label="UserMacros" /> |
75 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
76 | | - <OutDir>..\build\$(Configuration)\</OutDir> |
77 | | - <IntDir>..\build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir> |
78 | | - </PropertyGroup> |
79 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
80 | | - <OutDir>..\build\$(Configuration)\</OutDir> |
81 | | - <IntDir>..\build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir> |
82 | | - </PropertyGroup> |
| 50 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
| 51 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
83 | 52 | <PropertyGroup Label="Vcpkg"> |
84 | 53 | <VcpkgEnabled>true</VcpkgEnabled> |
85 | 54 | <VcpkgEnableManifest>true</VcpkgEnableManifest> |
86 | 55 | </PropertyGroup> |
87 | | - <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
88 | | - <VcpkgUseStatic>true</VcpkgUseStatic> |
89 | | - <VcpkgHostTriplet>x64-windows-static</VcpkgHostTriplet> |
90 | | - </PropertyGroup> |
91 | 56 | <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
92 | 57 | <VcpkgUseStatic>true</VcpkgUseStatic> |
93 | 58 | <VcpkgHostTriplet>x64-windows-static</VcpkgHostTriplet> |
94 | 59 | </PropertyGroup> |
95 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
96 | | - <ClCompile> |
97 | | - <WarningLevel>Level3</WarningLevel> |
98 | | - <SDLCheck>true</SDLCheck> |
99 | | - <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
100 | | - <ConformanceMode>true</ConformanceMode> |
101 | | - <LanguageStandard>stdcpplatest</LanguageStandard> |
102 | | - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
103 | | - </ClCompile> |
104 | | - <Link> |
105 | | - <SubSystem>Console</SubSystem> |
106 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
107 | | - </Link> |
108 | | - </ItemDefinitionGroup> |
109 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
110 | | - <ClCompile> |
111 | | - <WarningLevel>Level3</WarningLevel> |
112 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
113 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
114 | | - <SDLCheck>true</SDLCheck> |
115 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
116 | | - <ConformanceMode>true</ConformanceMode> |
117 | | - <LanguageStandard>stdcpplatest</LanguageStandard> |
118 | | - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
119 | | - </ClCompile> |
120 | | - <Link> |
121 | | - <SubSystem>Console</SubSystem> |
122 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
123 | | - <OptimizeReferences>true</OptimizeReferences> |
124 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
125 | | - </Link> |
126 | | - </ItemDefinitionGroup> |
127 | 60 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
128 | 61 | <ClCompile> |
129 | 62 | <WarningLevel>Level3</WarningLevel> |
|
0 commit comments