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 =" Debug|x64" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >x64</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|x64" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <ItemGroup >
14
+ <ClCompile Include =" src\1d_HeatTransfer.cpp" />
15
+ </ItemGroup >
16
+ <PropertyGroup Label =" Globals" >
17
+ <VCProjectVersion >15.0</VCProjectVersion >
18
+ <ProjectGuid >{d3ab428e-a631-4ba1-a526-9a05b7b8e8ce}</ProjectGuid >
19
+ <Keyword >Win32Proj</Keyword >
20
+ <RootNamespace >_1d_HeatTransfer</RootNamespace >
21
+ <WindowsTargetPlatformVersion >$(WindowsSDKVersion.Replace("\",""))</WindowsTargetPlatformVersion >
22
+ </PropertyGroup >
23
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
25
+ <ConfigurationType >Application</ConfigurationType >
26
+ <UseDebugLibraries >true</UseDebugLibraries >
27
+ <PlatformToolset >Intel(R) oneAPI DPC++ Compiler</PlatformToolset >
28
+ <CharacterSet >Unicode</CharacterSet >
29
+ </PropertyGroup >
30
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
31
+ <ConfigurationType >Application</ConfigurationType >
32
+ <UseDebugLibraries >false</UseDebugLibraries >
33
+ <PlatformToolset >Intel(R) oneAPI DPC++ Compiler</PlatformToolset >
34
+ <WholeProgramOptimization >true</WholeProgramOptimization >
35
+ <CharacterSet >Unicode</CharacterSet >
36
+ </PropertyGroup >
37
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
38
+ <ConfigurationType >Application</ConfigurationType >
39
+ <UseDebugLibraries >true</UseDebugLibraries >
40
+ <PlatformToolset >Intel(R) oneAPI DPC++ Compiler</PlatformToolset >
41
+ <CharacterSet >Unicode</CharacterSet >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
44
+ <ConfigurationType >Application</ConfigurationType >
45
+ <UseDebugLibraries >false</UseDebugLibraries >
46
+ <PlatformToolset >Intel(R) oneAPI DPC++ Compiler</PlatformToolset >
47
+ <WholeProgramOptimization >true</WholeProgramOptimization >
48
+ <CharacterSet >Unicode</CharacterSet >
49
+ </PropertyGroup >
50
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
51
+ <ImportGroup Label =" ExtensionSettings" >
52
+ </ImportGroup >
53
+ <ImportGroup Label =" Shared" >
54
+ </ImportGroup >
55
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
56
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
57
+ </ImportGroup >
58
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ </ImportGroup >
61
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
62
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63
+ </ImportGroup >
64
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
65
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66
+ </ImportGroup >
67
+ <PropertyGroup Label =" UserMacros" />
68
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
69
+ <LinkIncremental >true</LinkIncremental >
70
+ </PropertyGroup >
71
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
72
+ <LinkIncremental >true</LinkIncremental >
73
+ </PropertyGroup >
74
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
75
+ <LinkIncremental >false</LinkIncremental >
76
+ </PropertyGroup >
77
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
78
+ <LinkIncremental >false</LinkIncremental >
79
+ </PropertyGroup >
80
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
81
+ <ClCompile >
82
+ <PrecompiledHeader >Use</PrecompiledHeader >
83
+ <WarningLevel >Level3</WarningLevel >
84
+ <Optimization >Disabled</Optimization >
85
+ <SDLCheck >true</SDLCheck >
86
+ <ConformanceMode >true</ConformanceMode >
87
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
88
+ </ClCompile >
89
+ <Link >
90
+ <SubSystem >Console</SubSystem >
91
+ <GenerateDebugInformation >true</GenerateDebugInformation >
92
+ </Link >
93
+ </ItemDefinitionGroup >
94
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
95
+ <ClCompile >
96
+ <PrecompiledHeader >Use</PrecompiledHeader >
97
+ <WarningLevel >Level3</WarningLevel >
98
+ <Optimization >Disabled</Optimization >
99
+ <SDLCheck >true</SDLCheck >
100
+ <ConformanceMode >true</ConformanceMode >
101
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
102
+ <AdditionalIncludeDirectories >%ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
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
+ <PrecompiledHeader >Use</PrecompiledHeader >
112
+ <WarningLevel >Level3</WarningLevel >
113
+ <Optimization >MaxSpeed</Optimization >
114
+ <FunctionLevelLinking >true</FunctionLevelLinking >
115
+ <IntrinsicFunctions >true</IntrinsicFunctions >
116
+ <SDLCheck >true</SDLCheck >
117
+ <ConformanceMode >true</ConformanceMode >
118
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
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
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
128
+ <ClCompile >
129
+ <PrecompiledHeader >Use</PrecompiledHeader >
130
+ <WarningLevel >Level3</WarningLevel >
131
+ <Optimization >MaxSpeed</Optimization >
132
+ <FunctionLevelLinking >true</FunctionLevelLinking >
133
+ <IntrinsicFunctions >true</IntrinsicFunctions >
134
+ <SDLCheck >true</SDLCheck >
135
+ <ConformanceMode >true</ConformanceMode >
136
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
137
+ <AdditionalIncludeDirectories >%ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
138
+ </ClCompile >
139
+ <Link >
140
+ <SubSystem >Console</SubSystem >
141
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
142
+ <OptimizeReferences >true</OptimizeReferences >
143
+ <GenerateDebugInformation >true</GenerateDebugInformation >
144
+ </Link >
145
+ </ItemDefinitionGroup >
146
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
147
+ <ImportGroup Label =" ExtensionTargets" >
148
+ </ImportGroup >
149
+ </Project >
0 commit comments