18
18
<WindowsTargetPlatformVersion >$(WindowsSDKVersion.Replace("\",""))</WindowsTargetPlatformVersion >
19
19
</PropertyGroup >
20
20
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
22
- <ConfigurationType >Application</ConfigurationType >
23
- <UseDebugLibraries >true</UseDebugLibraries >
24
- <PlatformToolset >oneAPI Data Parallel C++ Compiler</PlatformToolset >
25
- <CharacterSet >Unicode</CharacterSet >
26
- </PropertyGroup >
27
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug_THR|Win32'" Label =" Configuration" >
28
- <ConfigurationType >Application</ConfigurationType >
29
- <UseDebugLibraries >true</UseDebugLibraries >
30
- <PlatformToolset >oneAPI Data Parallel C++ Compiler</PlatformToolset >
31
- <CharacterSet >Unicode</CharacterSet >
32
- </PropertyGroup >
33
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
34
- <ConfigurationType >Application</ConfigurationType >
35
- <UseDebugLibraries >false</UseDebugLibraries >
36
- <PlatformToolset >oneAPI Data Parallel C++ Compiler</PlatformToolset >
37
- <WholeProgramOptimization >true</WholeProgramOptimization >
38
- <CharacterSet >Unicode</CharacterSet >
39
- </PropertyGroup >
40
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release_THR|Win32'" Label =" Configuration" >
41
- <ConfigurationType >Application</ConfigurationType >
42
- <UseDebugLibraries >false</UseDebugLibraries >
43
- <PlatformToolset >oneAPI Data Parallel C++ Compiler</PlatformToolset >
44
- <WholeProgramOptimization >true</WholeProgramOptimization >
45
- <CharacterSet >Unicode</CharacterSet >
46
- </PropertyGroup >
47
21
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
48
22
<ConfigurationType >Application</ConfigurationType >
49
23
<UseDebugLibraries >true</UseDebugLibraries >
50
- <PlatformToolset >Intel(R) oneAPI DPC++ Compiler 2023 </PlatformToolset >
24
+ <PlatformToolset >Intel(R) oneAPI DPC++ Compiler 2024 </PlatformToolset >
51
25
<CharacterSet >Unicode</CharacterSet >
52
26
</PropertyGroup >
53
27
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
54
28
<ConfigurationType >Application</ConfigurationType >
55
29
<UseDebugLibraries >false</UseDebugLibraries >
56
- <PlatformToolset >Intel(R) oneAPI DPC++ Compiler 2023 </PlatformToolset >
30
+ <PlatformToolset >Intel(R) oneAPI DPC++ Compiler 2024 </PlatformToolset >
57
31
<WholeProgramOptimization >true</WholeProgramOptimization >
58
32
<CharacterSet >Unicode</CharacterSet >
59
33
</PropertyGroup >
62
36
</ImportGroup >
63
37
<ImportGroup Label =" Shared" >
64
38
</ImportGroup >
65
- <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
66
- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67
- </ImportGroup >
68
- <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug_THR|Win32'" Label =" PropertySheets" >
69
- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
70
- </ImportGroup >
71
- <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
72
- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
73
- </ImportGroup >
74
- <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release_THR|Win32'" Label =" PropertySheets" >
75
- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
76
- </ImportGroup >
77
39
<ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
78
40
<Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
79
41
</ImportGroup >
80
42
<ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
81
43
<Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
82
44
</ImportGroup >
83
45
<PropertyGroup Label =" UserMacros" />
84
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
85
- <LinkIncremental >true</LinkIncremental >
86
- </PropertyGroup >
87
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug_THR|Win32'" >
88
- <LinkIncremental >true</LinkIncremental >
89
- </PropertyGroup >
90
46
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
91
47
<LinkIncremental >true</LinkIncremental >
92
48
</PropertyGroup >
93
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
94
- <LinkIncremental >false</LinkIncremental >
95
- </PropertyGroup >
96
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release_THR|Win32'" >
97
- <LinkIncremental >false</LinkIncremental >
98
- </PropertyGroup >
99
49
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
100
50
<LinkIncremental >false</LinkIncremental >
101
51
</PropertyGroup >
102
- <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
103
- <ClCompile >
104
- <PrecompiledHeader >Use</PrecompiledHeader >
105
- <WarningLevel >Level3</WarningLevel >
106
- <Optimization >Disabled</Optimization >
107
- <SDLCheck >true</SDLCheck >
108
- <ConformanceMode >true</ConformanceMode >
109
- <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
110
- </ClCompile >
111
- <Link >
112
- <SubSystem >Console</SubSystem >
113
- <GenerateDebugInformation >true</GenerateDebugInformation >
114
- </Link >
115
- </ItemDefinitionGroup >
116
- <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug_THR|Win32'" >
117
- <ClCompile >
118
- <PrecompiledHeader >Use</PrecompiledHeader >
119
- <WarningLevel >Level3</WarningLevel >
120
- <Optimization >Disabled</Optimization >
121
- <SDLCheck >true</SDLCheck >
122
- <ConformanceMode >true</ConformanceMode >
123
- <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
124
- </ClCompile >
125
- <Link >
126
- <SubSystem >Console</SubSystem >
127
- <GenerateDebugInformation >true</GenerateDebugInformation >
128
- </Link >
129
- </ItemDefinitionGroup >
130
52
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
131
53
<ClCompile >
132
54
<PrecompiledHeader >Use</PrecompiledHeader >
148
70
<SpecifyDevCmplAdditionalOptions >/Od</SpecifyDevCmplAdditionalOptions >
149
71
</Link >
150
72
</ItemDefinitionGroup >
151
- <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
152
- <ClCompile >
153
- <PrecompiledHeader >Use</PrecompiledHeader >
154
- <WarningLevel >Level3</WarningLevel >
155
- <Optimization >MaxSpeed</Optimization >
156
- <FunctionLevelLinking >true</FunctionLevelLinking >
157
- <IntrinsicFunctions >true</IntrinsicFunctions >
158
- <SDLCheck >true</SDLCheck >
159
- <ConformanceMode >true</ConformanceMode >
160
- <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
161
- </ClCompile >
162
- <Link >
163
- <SubSystem >Console</SubSystem >
164
- <EnableCOMDATFolding >true</EnableCOMDATFolding >
165
- <OptimizeReferences >true</OptimizeReferences >
166
- <GenerateDebugInformation >true</GenerateDebugInformation >
167
- </Link >
168
- </ItemDefinitionGroup >
169
- <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release_THR|Win32'" >
170
- <ClCompile >
171
- <PrecompiledHeader >Use</PrecompiledHeader >
172
- <WarningLevel >Level3</WarningLevel >
173
- <Optimization >MaxSpeed</Optimization >
174
- <FunctionLevelLinking >true</FunctionLevelLinking >
175
- <IntrinsicFunctions >true</IntrinsicFunctions >
176
- <SDLCheck >true</SDLCheck >
177
- <ConformanceMode >true</ConformanceMode >
178
- <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
179
- </ClCompile >
180
- <Link >
181
- <SubSystem >Console</SubSystem >
182
- <EnableCOMDATFolding >true</EnableCOMDATFolding >
183
- <OptimizeReferences >true</OptimizeReferences >
184
- <GenerateDebugInformation >true</GenerateDebugInformation >
185
- </Link >
186
- </ItemDefinitionGroup >
187
73
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
188
74
<ClCompile >
189
75
<PrecompiledHeader >Use</PrecompiledHeader >
225
111
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
226
112
<ImportGroup Label =" ExtensionTargets" >
227
113
</ImportGroup >
228
- </Project >
114
+ </Project >
0 commit comments