File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ SOFTWARE.
6161- IWindowPrivate, https://github.com/ADeltaX/IWindowPrivate
6262- Mile.Project.Windows, https://github.com/ProjectMile/Mile.Project.Windows
6363- Mile.Windows.Helpers, https://github.com/ProjectMile/Mile.Windows.Helpers
64- - VC-LTL , https://github.com/Chuyu-Team/VC-LTL5
64+ - Mile.Windows.UniCrt , https://github.com/ProjectMile/Mile.Windows.UniCrt
6565- Windows App SDK, https://github.com/microsoft/WindowsAppSDK
6666- Windows Community Toolkit - WPF and Windows Forms,
6767 https://github.com/CommunityToolkit/Microsoft.Toolkit.Win32
Original file line number Diff line number Diff line change 1010 <ApplicationType >Windows Store</ApplicationType >
1111 <ApplicationTypeRevision >10.0</ApplicationTypeRevision >
1212 <WindowsTargetPlatformMinVersion >10.0.19041.0</WindowsTargetPlatformMinVersion >
13- <MileProjectEnableVCLTLSupport >true</MileProjectEnableVCLTLSupport >
1413 <MileProjectEnableCppWinRTSupport >true</MileProjectEnableCppWinRTSupport >
1514 <CppWinRTAddXamlMetaDataProviderIdl >false</CppWinRTAddXamlMetaDataProviderIdl >
1615 <MileWindowsHelpersNoCppWinRTHelpers >true</MileWindowsHelpersNoCppWinRTHelpers >
Original file line number Diff line number Diff line change 66 <MileProjectType >DynamicLibrary</MileProjectType >
77 <TargetName >Mile.Xaml</TargetName >
88 <WindowsTargetPlatformMinVersion >10.0.19041.0</WindowsTargetPlatformMinVersion >
9- <MileProjectEnableVCLTLSupport >true</MileProjectEnableVCLTLSupport >
9+ <MileUniCrtDisableRuntimeDebuggingFeature >true</MileUniCrtDisableRuntimeDebuggingFeature >
1010 <MileProjectEnableCppWinRTSupport >true</MileProjectEnableCppWinRTSupport >
1111 <MileProjectUseProjectProperties >true</MileProjectUseProjectProperties >
1212 <MileProjectCompanyName >Project Mile</MileProjectCompanyName >
3333 <AdditionalDependencies >$(OutDir)Mile.Xaml.Native.Static.lib;runtimeobject.lib;%(AdditionalDependencies)</AdditionalDependencies >
3434 </Link >
3535 </ItemDefinitionGroup >
36+ <ItemDefinitionGroup >
37+ <ClCompile >
38+ <RuntimeLibrary Condition =" '$(Configuration)' == 'Debug'" >MultiThreadedDebug</RuntimeLibrary >
39+ <RuntimeLibrary Condition =" '$(Configuration)' == 'Release'" >MultiThreaded</RuntimeLibrary >
40+ </ClCompile >
41+ </ItemDefinitionGroup >
3642 <ItemGroup >
3743 <None Include =" Mile.Xaml.Native.def" />
3844 </ItemGroup >
45+ <ItemGroup >
46+ <PackageReference Include =" Mile.Windows.UniCrt" >
47+ <Version >1.2.328</Version >
48+ </PackageReference >
49+ </ItemGroup >
3950 <ItemGroup >
4051 <ProjectReference Include =" $(MSBuildThisFileDirectory)Mile.Xaml.Native.Static.vcxproj" >
4152 <Project >{4c5da281-1fdd-41b7-9d3f-94132227ca0e}</Project >
You can’t perform that action at this time.
0 commit comments