﻿<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <!--
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
	-->
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="Aggregation\AggregateOutput.cpp" />
    <ClCompile Include="Buffer\Buffer.cpp" />
    <ClCompile Include="Buffer\DynamicFunctions.cpp" />
    <ClCompile Include="BuildDataOrganizer.cpp" />
    <ClCompile Include="CoolAir\HeatMetrics_Calc.cpp" />
    <ClCompile Include="CoolBuilding\CreateFile_EPW.cpp" />
    <ClCompile Include="CoolBuilding\CreateFile_IDF.cpp" />
    <ClCompile Include="CoolBuilding\EnergyLoad_Calc.cpp" />
    <ClCompile Include="Drainage\DrainageToEvapotranspirationZone.cpp" />
    <ClCompile Include="Drainage\DrainageToSaturationZone.cpp" />
    <ClCompile Include="Evaporation\OpenWaterEvaporationCalc.cpp" />
    <ClCompile Include="Evaporation\PotentialEvaporationCalc.cpp" />
    <ClCompile Include="Evaporation\RootZoneEvapoTranspirationCalc.cpp" />
    <ClCompile Include="Evaporation\ShortVegEvaporationCalc.cpp" />
    <ClCompile Include="Evaporation\TreeEvaporationCalc.cpp" />
    <ClCompile Include="Executive.cpp" />
    <ClCompile Include="GreenInfrastructure\Drainage_StormwaterDevice.cpp" />
    <ClCompile Include="GreenInfrastructure\Evaporation_StormwaterDevice.cpp" />
    <ClCompile Include="GreenInfrastructure\Flux_Manager_StormwaterDevice.cpp" />
    <ClCompile Include="GreenInfrastructure\Groundwater_StormwaterDevice.cpp" />
    <ClCompile Include="GreenInfrastructure\Infiltration_StormwaterDevice.cpp" />
    <ClCompile Include="GreenInfrastructure\Inflow_StormwaterDevice.cpp" />
    <ClCompile Include="GreenInfrastructure\Leave_GI_Device.cpp" />
    <ClCompile Include="GreenInfrastructure\Runoff_StormwaterDevice.cpp" />
    <ClCompile Include="Infiltration\InfiltrationExponentialDecay.cpp" />
    <ClCompile Include="Infiltration\InfiltrationPowerDecay.cpp" />
    <ClCompile Include="Inputs\MapResampler.cpp" />
    <ClCompile Include="Inputs\TerrainProcessor.cpp" />
    <ClCompile Include="Inputs\Inputs.cpp" />
    <ClCompile Include="Inputs\SolarCalculator.cpp" />
    <ClCompile Include="Inputs\WeatherProcessor.cpp" />
    <ClCompile Include="Interception\ShortVegInterceptionCalc.cpp" />
    <ClCompile Include="Interception\TreeInterceptionCalc.cpp" />
    <ClCompile Include="LateralDistribution\Flux_LateralGroundwater.cpp" />
    <ClCompile Include="Outputs\calibrate.cpp" />
    <ClCompile Include="Outputs\CoolRiverOutputWriter.cpp" />
    <ClCompile Include="Outputs\RoutedRunoff_TimeSeries.cpp" />
    <ClCompile Include="Outputs\WaterBalance_Summary.cpp" />
    <ClCompile Include="Outputs\TemperatureOutputWriter.cpp" />
    <ClCompile Include="Outputs\WaterBalance_TimeSeries.cpp" />
    <ClCompile Include="Outputs\WaterQuality_Output.cpp" />
    <ClCompile Include="Outputs\WriteOutputs.cpp" />
    <ClCompile Include="Runoff\RoutingDiffusion.cpp" />
    <ClCompile Include="Runoff\RunoffSubsurface.cpp" />
    <ClCompile Include="Runoff\RunoffSurfaceSaturationExcess.cpp" />
    <ClCompile Include="Runoff\RunoffSummation.cpp" />
    <ClCompile Include="SnowOnGround\SnowAblationOpenAreaCalc.cpp" />
    <ClCompile Include="SnowOnGround\SnowAblationUnderShortVegCalc.cpp" />
    <ClCompile Include="SnowOnGround\SnowAblationUnderTreeCalc.cpp" />
    <ClCompile Include="CoolRiver\SolarCalculation.cpp" />
    <ClCompile Include="CoolRiver\StreamTemperature.cpp" />
    <ClCompile Include="StorageSubsurface\StorageDeficit_VadoseZone.cpp" />
    <ClCompile Include="StorageSurface\DepressionImpervious.cpp" />
    <ClCompile Include="StorageSurface\DepressionPervious.cpp" />
    <ClCompile Include="StorageSurface\DepressionWater.cpp" />
    <ClCompile Include="StorageSurface\FluxToImpervious.cpp" />
    <ClCompile Include="StorageSurface\FluxToPervious.cpp" />
    <ClCompile Include="StorageSurface\Flux_to_Water.cpp" />
    <ClCompile Include="CoolAir\BlockGroupHandler.cpp" />
    <ClCompile Include="CoolAir\HeatFluxCal.cpp" />
    <ClCompile Include="CoolAir\ResistanceCal.cpp" />
    <ClCompile Include="SimulationCoordinator.cpp" />
    <ClCompile Include="WaterQuality\Loading_WaterQuality_EMC.cpp" />
    <ClCompile Include="WaterQuality\Removal_StormwaterPollutants.cpp" />
    <ClCompile Include="XMLReader\Node.cpp" />
    <ClCompile Include="XMLReader\Tokenizer.cpp" />
    <ClCompile Include="XMLReader\WalkTree.cpp" />
    <ClCompile Include="XMLReader\XML_Document.cpp" />
    <ClCompile Include="XMLReader\XML_Parts.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="Aggregation\AggregateOutput.h" />
    <ClInclude Include="Buffer\Buffer.h" />
    <ClInclude Include="Buffer\DynamicFunctions.h" />
    <ClInclude Include="BuildDataOrganizer.h" />
    <ClInclude Include="CoolAir\HeatMetrics_Calc.h" />
    <ClInclude Include="CoolBuilding\CreateFile_EPW.h" />
    <ClInclude Include="CoolBuilding\CreateFile_IDF.h" />
    <ClInclude Include="CoolBuilding\EnergyLoad_Calc.h" />
    <ClInclude Include="CoolRiver\SolarCalculation.h" />
    <ClInclude Include="CoolRiver\StreamTemperature.h" />
    <ClInclude Include="DataFolder.h" />
    <ClInclude Include="Drainage\DrainageToEvapotranspirationZone.h" />
    <ClInclude Include="Drainage\DrainageToSaturationZone.h" />
    <ClInclude Include="Evaporation\OpenWaterEvaporationCalc.h" />
    <ClInclude Include="Evaporation\PotentialEvaporationCalc.h" />
    <ClInclude Include="Evaporation\RootZoneEvapoTranspirationCalc.h" />
    <ClInclude Include="Evaporation\ShortVegEvaporationCalc.h" />
    <ClInclude Include="Evaporation\TreeEvaporationCalc.h" />
    <ClInclude Include="DataOrganizer.h" />
    <ClInclude Include="GreenInfrastructure\Drainage_StormwaterDevice.h" />
    <ClInclude Include="GreenInfrastructure\Evaporation_StormwaterDevice.h" />
    <ClInclude Include="GreenInfrastructure\Flux_Manager_StormwaterDevice.h" />
    <ClInclude Include="GreenInfrastructure\Groundwater_StormwaterDevice.h" />
    <ClInclude Include="GreenInfrastructure\Infiltration_StormwaterDevice.h" />
    <ClInclude Include="GreenInfrastructure\Inflow_StormwaterDevice.h" />
    <ClInclude Include="GreenInfrastructure\Leave_GI_Device.h" />
    <ClInclude Include="GreenInfrastructure\Runoff_StormwaterDevice.h" />
    <ClInclude Include="Infiltration\InfiltrationExponentialDecay.h" />
    <ClInclude Include="Infiltration\InfiltrationPowerDecay.h" />
    <ClInclude Include="Inputs\MapResampler.h" />
    <ClInclude Include="Inputs\TerrainProcessor.h" />
    <ClInclude Include="Inputs\Inputs.h" />
    <ClInclude Include="Inputs\SolarCalculator.h" />
    <ClInclude Include="Inputs\WeatherProcessor.h" />
    <ClInclude Include="Interception\ShortVegInterceptionCalc.h" />
    <ClInclude Include="Interception\TreeInterceptionCalc.h" />
    <ClInclude Include="LateralDistribution\Flux_LateralGroundWater.h" />
    <ClInclude Include="Outputs\calibrate.h" />
    <ClInclude Include="Outputs\CoolRiverOutputWriter.h" />
    <ClInclude Include="Outputs\RoutedRunoff_TimeSeries.h" />
    <ClInclude Include="Outputs\WaterBalance_Summary.h" />
    <ClInclude Include="Outputs\TemperatureOutputWriter.h" />
    <ClInclude Include="Outputs\WaterBalance_TimeSeries.h" />
    <ClInclude Include="Outputs\WaterQuality_Output.h" />
    <ClInclude Include="Outputs\WriteOutputs.h" />
    <ClInclude Include="Runoff\RoutingDiffusion.h" />
    <ClInclude Include="Runoff\RunoffSubsurface.h" />
    <ClInclude Include="Runoff\RunoffSurfaceSaturationExcess.h" />
    <ClInclude Include="Runoff\RunoffSummation.h" />
    <ClInclude Include="SnowOnGround\SnowAblationOpenAreaCalc.h" />
    <ClInclude Include="SnowOnGround\SnowAblationUnderShortVegCalc.h" />
    <ClInclude Include="SnowOnGround\SnowAblationUnderTreeCalc.h" />
    <ClInclude Include="StorageSubsurface\StorageDeficit_VadoseZone.h" />
    <ClInclude Include="StorageSurface\DepressionImpervious.h" />
    <ClInclude Include="StorageSurface\DepressionPervious.h" />
    <ClInclude Include="StorageSurface\DepressionWater.h" />
    <ClInclude Include="StorageSurface\FluxToImpervious.h" />
    <ClInclude Include="StorageSurface\FluxToPervious.h" />
    <ClInclude Include="StorageSurface\Flux_to_Water.h" />
    <ClInclude Include="CoolAir\BlockGroupHandler.h" />
    <ClInclude Include="CoolAir\HeatFluxCal.h" />
    <ClInclude Include="CoolAir\ResistanceCal.h" />
    <ClInclude Include="SimulationCoordinator.h" />
    <ClInclude Include="WaterQuality\Loading_WaterQuality_EMC.h" />
    <ClInclude Include="WaterQuality\Removal_StormwaterPollutants.h" />
    <ClInclude Include="XMLReader\Node.h" />
    <ClInclude Include="XMLReader\Tokenizer.h" />
    <ClInclude Include="XMLReader\WalkTree.h" />
    <ClInclude Include="XMLReader\XML_Document.h" />
    <ClInclude Include="XMLReader\XML_Parts.h" />
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <!--
    <VCProjectVersion>15.0</VCProjectVersion>
    <ProjectGuid>{95D63CB4-312D-4945-8645-2E2FBEEFC7E6}</ProjectGuid>
    <RootNamespace>HydroPlus</RootNamespace>
    <ProjectName>HydroPlus</ProjectName>
    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
	-->
    <ProjectGuid>{95D63CB4-312D-4945-8645-2E2FBEEFC7E6}</ProjectGuid>
    <Keyword>Linux</Keyword>
    <RootNamespace>HydroPlusLinux</RootNamespace>
    <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
    <ApplicationType>Linux</ApplicationType>
    <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
    <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
    <LinuxProjectType>{2238F9CD-F817-4ECC-BD14-2524D2669B35}</LinuxProjectType>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
    <UseDebugLibraries>true</UseDebugLibraries>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
    <UseDebugLibraries>false</UseDebugLibraries>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
    <UseDebugLibraries>true</UseDebugLibraries>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
    <UseDebugLibraries>false</UseDebugLibraries>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>WSL2_1_0</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>WSL2_1_0</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
    <UseDebugLibraries>false</UseDebugLibraries>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
    <UseDebugLibraries>true</UseDebugLibraries>
  </PropertyGroup>
  <!--
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings" />
  <ImportGroup Label="Shared" />
  <ImportGroup Label="PropertySheets" />
  <PropertyGroup Label="UserMacros" />
  -->
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <WSLPath>AlmaLinux-9</WSLPath>
    <MultiProcNumber>8</MultiProcNumber>
    <RemoteProjectDir>/home/jheppler/projects</RemoteProjectDir>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <WSLPath>AlmaLinux-9</WSLPath>
    <MultiProcNumber>8</MultiProcNumber>
  </PropertyGroup>
  <ItemGroup>
  </ItemGroup>
  <ItemDefinitionGroup />
  <!--
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v143</PlatformToolset>
    <CharacterSet>MultiByte</CharacterSet>
    <WholeProgramOptimization>false</WholeProgramOptimization>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v143</PlatformToolset>
    <WholeProgramOptimization>PGOptimize</WholeProgramOptimization>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  -->
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>WSL2_1_0</PlatformToolset>
    <CharacterSet>MultiByte</CharacterSet>
    <RemoteRootDir>/home/jheppler/projects</RemoteRootDir>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <CharacterSet>MultiByte</CharacterSet>
    <PlatformToolset>WSL2_1_0</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <RemoteRootDir>/home/kwhalen/projects</RemoteRootDir>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="Shared">
  </ImportGroup>
  <!--
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  -->
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <!--
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>MaxSpeed</Optimization>
      <SDLCheck>false</SDLCheck>
      <ConformanceMode>false</ConformanceMode>
      <WholeProgramOptimization>false</WholeProgramOptimization>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
      <BasicRuntimeChecks>
      </BasicRuntimeChecks>
      <UndefinePreprocessorDefinitions>
      </UndefinePreprocessorDefinitions>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <LanguageStandard>stdcpp20</LanguageStandard>
    </ClCompile>
    <Link />
    <Link>
      <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <GenerateMapFile>true</GenerateMapFile>
      <MapExports>true</MapExports>
    </Link>
  </ItemDefinitionGroup>
  -->
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>Disabled</Optimization>
      <SDLCheck>true</SDLCheck>
      <ConformanceMode>true</ConformanceMode>
      <BasicRuntimeChecks>
      </BasicRuntimeChecks>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <UndefinePreprocessorDefinitions>
      </UndefinePreprocessorDefinitions>
      <DebugInformationFormat>FullDebug</DebugInformationFormat>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <LanguageStandard>stdcpp20</LanguageStandard>
      <CppLanguageStandard>c++20</CppLanguageStandard>
      <CLanguageStandard>c11</CLanguageStandard>
    </ClCompile>
    <Link>
      <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
    </Link>
  </ItemDefinitionGroup>
  <!--
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <WarningLevel>TurnOffAllWarnings</WarningLevel>
      <Optimization>MaxSpeed</Optimization>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>false</IntrinsicFunctions>
      <SDLCheck>false</SDLCheck>
      <ConformanceMode>true</ConformanceMode>
      <BasicRuntimeChecks />
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <FloatingPointModel>Fast</FloatingPointModel>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
      <DebugInformationFormat>None</DebugInformationFormat>
      <WholeProgramOptimization>false</WholeProgramOptimization>
      <CallingConvention>FastCall</CallingConvention>
      <ExpandAttributedSource>false</ExpandAttributedSource>
      <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
      <EnableModules>false</EnableModules>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <AssemblerOutput>NoListing</AssemblerOutput>
      <PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <OpenMPSupport>false</OpenMPSupport>
      <LanguageStandard>stdcpp20</LanguageStandard>
      <CppLanguageStandard>c++20</CppLanguageStandard>
    </ClCompile>
    <Link>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
      <ImageHasSafeExceptionHandlers>true</ImageHasSafeExceptionHandlers>
      <StackReserveSize>
      </StackReserveSize>
      <StackCommitSize>
      </StackCommitSize>
    </Link>
  </ItemDefinitionGroup>
  -->
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <!--WarningLevel>Level1</WarningLevel-->
      <WarningLevel>TurnOffAllWarnings</WarningLevel>
      <Optimization>MaxSpeed</Optimization>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <!-- https://learn.microsoft.com/en-us/cpp/preprocessor/intrinsic?view=msvc-170 -->
      <!-- TODO: maybe see about enabling. -->
      <IntrinsicFunctions>false</IntrinsicFunctions>
      <SDLCheck>false</SDLCheck>
      <ConformanceMode>true</ConformanceMode>
      <BasicRuntimeChecks />
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <FloatingPointModel>Fast</FloatingPointModel>
      <OmitFramePointers>true</OmitFramePointers>
      <EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
      <DebugInformationFormat>None</DebugInformationFormat>
      <WholeProgramOptimization>true</WholeProgramOptimization>
      <CallingConvention>FastCall</CallingConvention>
      <ExpandAttributedSource>false</ExpandAttributedSource>
      <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
      <EnableModules>false</EnableModules>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <AssemblerOutput>NoListing</AssemblerOutput>
      <PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <!-- TODO: enable OpenMP. -->
      <OpenMPSupport>false</OpenMPSupport>
      <LanguageStandard>stdcpp20</LanguageStandard>
      <CppLanguageStandard>c++20</CppLanguageStandard>
    </ClCompile>
    <Link>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
      <ImageHasSafeExceptionHandlers>true</ImageHasSafeExceptionHandlers>
      <StackReserveSize>
      </StackReserveSize>
      <StackCommitSize>
      </StackCommitSize>
    </Link>
  </ItemDefinitionGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>