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+ <PropertyGroup Label =" Globals" >
14+ <VCProjectVersion >15.0</VCProjectVersion >
15+ <ProjectGuid >{55742003-5DC6-4C75-B732-AE0B7A2C5114}</ProjectGuid >
16+ <RootNamespace >otlsmodels_thermalrating</RootNamespace >
17+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
18+ </PropertyGroup >
19+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
21+ <ConfigurationType >StaticLibrary</ConfigurationType >
22+ <UseDebugLibraries >true</UseDebugLibraries >
23+ <PlatformToolset >v141</PlatformToolset >
24+ <CharacterSet >Unicode</CharacterSet >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
27+ <ConfigurationType >StaticLibrary</ConfigurationType >
28+ <UseDebugLibraries >false</UseDebugLibraries >
29+ <PlatformToolset >v141</PlatformToolset >
30+ <WholeProgramOptimization >false</WholeProgramOptimization >
31+ <CharacterSet >Unicode</CharacterSet >
32+ </PropertyGroup >
33+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
34+ <ImportGroup Label =" ExtensionSettings" >
35+ </ImportGroup >
36+ <ImportGroup Label =" Shared" >
37+ </ImportGroup >
38+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
39+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
40+ </ImportGroup >
41+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
42+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
43+ </ImportGroup >
44+ <PropertyGroup Label =" UserMacros" />
45+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
46+ <OutDir >$(ProjectDir)\$(Configuration)\</OutDir >
47+ <IntDir >$(ProjectDir)\$(Configuration)\$(ProjectName)\</IntDir >
48+ <TargetName >$(ProjectName)d</TargetName >
49+ </PropertyGroup >
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
51+ <OutDir >$(ProjectDir)\$(Configuration)\</OutDir >
52+ <IntDir >$(ProjectDir)\$(Configuration)\$(ProjectName)\</IntDir >
53+ </PropertyGroup >
54+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
55+ <ClCompile >
56+ <Optimization >Disabled</Optimization >
57+ <MultiProcessorCompilation >true</MultiProcessorCompilation >
58+ <AdditionalIncludeDirectories >..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
59+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
60+ <MinimalRebuild >false</MinimalRebuild >
61+ <BasicRuntimeChecks >Default</BasicRuntimeChecks >
62+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
63+ </ClCompile >
64+ </ItemDefinitionGroup >
65+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
66+ <ClCompile >
67+ <Optimization >MaxSpeed</Optimization >
68+ <MultiProcessorCompilation >true</MultiProcessorCompilation >
69+ <AdditionalIncludeDirectories >..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
70+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
71+ </ClCompile >
72+ <Link >
73+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
74+ <OptimizeReferences >true</OptimizeReferences >
75+ </Link >
76+ </ItemDefinitionGroup >
77+ <ItemGroup >
78+ <ClInclude Include =" ..\..\include\models\thermalrating\cable_heat_transfer_solver.h" />
79+ <ClInclude Include =" ..\..\include\models\thermalrating\cable_heat_transfer_state.h" />
80+ <ClInclude Include =" ..\..\include\models\thermalrating\solar_radiation_solver.h" />
81+ <ClInclude Include =" ..\..\include\models\thermalrating\steady_cable_current_solver.h" />
82+ <ClInclude Include =" ..\..\include\models\thermalrating\steady_cable_temperature_solver.h" />
83+ <ClInclude Include =" ..\..\include\models\thermalrating\thermal_rating_cable.h" />
84+ <ClInclude Include =" ..\..\include\models\thermalrating\thermal_rating_weather.h" />
85+ <ClInclude Include =" ..\..\include\models\thermalrating\transient_cable_temperature_solver.h" />
86+ </ItemGroup >
87+ <ItemGroup >
88+ <ClCompile Include =" ..\..\src\thermalrating\cable_heat_transfer_solver.cc" />
89+ <ClCompile Include =" ..\..\src\thermalrating\cable_heat_transfer_state.cc" />
90+ <ClCompile Include =" ..\..\src\thermalrating\solar_radiation_solver.cc" />
91+ <ClCompile Include =" ..\..\src\thermalrating\steady_cable_current_solver.cc" />
92+ <ClCompile Include =" ..\..\src\thermalrating\steady_cable_temperature_solver.cc" />
93+ <ClCompile Include =" ..\..\src\thermalrating\thermal_rating_cable.cc" />
94+ <ClCompile Include =" ..\..\src\thermalrating\thermal_rating_weather.cc" />
95+ <ClCompile Include =" ..\..\src\thermalrating\transient_cable_temperature_solver.cc" />
96+ </ItemGroup >
97+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
98+ <ImportGroup Label =" ExtensionTargets" >
99+ </ImportGroup >
100+ </Project >
0 commit comments