Skip to content

Commit 712df9c

Browse files
committed
Use Mile.Windows.UniCrt instead of VC-LTL.
1 parent 62d9990 commit 712df9c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

License.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Mile.Xaml.Native/Mile.Xaml.Native.Static.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
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>

Mile.Xaml.Native/Mile.Xaml.Native.vcxproj

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>
@@ -33,9 +33,20 @@
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>

0 commit comments

Comments
 (0)