2025-06-13 12:27:53 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.props" Condition= "Exists('..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.props')" />
<PropertyGroup Label= "Globals" >
<CppWinRTRootNamespaceAutoMerge > true</CppWinRTRootNamespaceAutoMerge>
<CppWinRTGenerateWindowsMetadata > true</CppWinRTGenerateWindowsMetadata>
<ProjectGuid > {2cf78cf7-8feb-4be1-9591-55fa25b48fc6}</ProjectGuid>
<ProjectName > CalculatorEngineCommon</ProjectName>
<RootNamespace > CalculatorEngineCommon</RootNamespace>
<AppxPackage > false</AppxPackage>
</PropertyGroup>
<!-- BEGIN cppwinrt.build.pre.props -->
<PropertyGroup Label= "Globals" >
<CppWinRTEnabled > true</CppWinRTEnabled>
<CppWinRTOptimized > true</CppWinRTOptimized>
<DefaultLanguage > en-US</DefaultLanguage>
<MinimumVisualStudioVersion > 17.0</MinimumVisualStudioVersion>
<ApplicationTypeRevision > 10.0</ApplicationTypeRevision>
</PropertyGroup>
<PropertyGroup >
<MinimalCoreWin > true</MinimalCoreWin>
2025-10-24 10:24:39 +08:00
<AppContainerApplication > false</AppContainerApplication>
2025-06-13 12:27:53 +08:00
<WindowsStoreApp > true</WindowsStoreApp>
<ApplicationType > Windows Store</ApplicationType>
</PropertyGroup>
<PropertyGroup >
<!-- We have to use the Desktop platform for Hybrid CRT to work. -->
<_VC_Target_Library_Platform > Desktop</_VC_Target_Library_Platform>
<_NoWinAPIFamilyApp > true</_NoWinAPIFamilyApp>
</PropertyGroup>
<!-- END cppwinrt.build.pre.props -->
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<PlatformToolset > v143</PlatformToolset>
<CharacterSet > Unicode</CharacterSet>
<GenerateManifest > false</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)'=='Debug'" Label= "Configuration" >
<UseDebugLibraries > true</UseDebugLibraries>
<LinkIncremental > true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)'=='Release'" Label= "Configuration" >
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
<LinkIncremental > false</LinkIncremental>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" >
<Import Project= "PropertySheet.props" />
</ImportGroup>
<PropertyGroup >
<TargetName > CalculatorEngineCommon</TargetName>
<OutDir > ..\..\..\$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup >
<ClCompile >
<PrecompiledHeaderOutputFile > $(IntDir)pch.pch</PrecompiledHeaderOutputFile>
<WarningLevel > Level4</WarningLevel>
<AdditionalOptions > %(AdditionalOptions) /bigobj</AdditionalOptions>
<PreprocessorDefinitions > _WINRT_DLL;WINRT_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories > ../../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalUsingDirectories > $(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateWindowsMetadata > false</GenerateWindowsMetadata>
<ModuleDefinitionFile > CalculatorEngineCommon.def</ModuleDefinitionFile>
<AdditionalDependencies > Shell32.lib;user32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Debug'" >
<ClCompile >
<PreprocessorDefinitions > _DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Release'" >
<ClCompile >
<PreprocessorDefinitions > NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link >
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
2025-06-16 15:12:17 +08:00
<ItemGroup >
<ProjectReference Include= "..\version\version.vcxproj" >
<Project > {cc6e41ac-8174-4e8a-8d22-85dd7f4851df}</Project>
</ProjectReference>
</ItemGroup>
2025-06-13 12:27:53 +08:00
<ItemGroup >
<ClInclude Include= "ExprtkEvaluator.h" />
<ClInclude Include= "pch.h" />
<ClInclude Include= "exprtk.hpp" />
<ClInclude Include= "Calculator.h" >
<DependentUpon > Calculator.idl</DependentUpon>
</ClInclude>
2025-06-16 15:12:17 +08:00
<ClInclude Include= "resource.h" />
2025-06-13 12:27:53 +08:00
</ItemGroup>
<ItemGroup >
<ClCompile Include= "ExprtkEvaluator.cpp" >
<PrecompiledHeader > NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include= "pch.cpp" >
<PrecompiledHeader > Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include= "Calculator.cpp" >
<DependentUpon > Calculator.idl</DependentUpon>
</ClCompile>
<ClCompile Include= "$(GeneratedFilesDir)module.g.cpp" />
</ItemGroup>
<ItemGroup >
<Midl Include= "Calculator.idl" />
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
<None Include= "CalculatorEngineCommon.def" />
</ItemGroup>
<ItemGroup >
<None Include= "PropertySheet.props" />
</ItemGroup>
2025-06-16 15:12:17 +08:00
<ItemGroup >
<ResourceCompile Include= "CalculatorEngineCommon.rc" />
</ItemGroup>
2025-06-13 12:27:53 +08:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project= "..\..\..\deps\spdlog.props" />
<ImportGroup Label= "ExtensionTargets" >
<Import Project= "..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets" Condition= "Exists('..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets')" />
</ImportGroup>
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition= "!Exists('..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets'))" />
2025-10-24 10:24:39 +08:00
</Target> <!-- END common.build.post.props -->
2025-06-13 12:27:53 +08:00
</Project>