Skip to content

Commit

Permalink
Use Mile.Windows.UniCrt instead of VC-LTL.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Sep 22, 2024
1 parent d4b5fe0 commit 9992cff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion License.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,5 +466,5 @@ Creative Commons may be contacted at creativecommons.org.
- Mile.Json, https://github.com/ProjectMile/Mile.Json
- Mile.Project.Windows, https://github.com/ProjectMile/Mile.Project.Windows
- Mile.Windows.Helpers, https://github.com/ProjectMile/Mile.Windows.Helpers
- Mile.Windows.UniCrt, https://github.com/ProjectMile/Mile.Windows.UniCrt
- Mile.Xaml, https://github.com/ProjectMile/Mile.Xaml
- VC-LTL, https://github.com/Chuyu-Team/VC-LTL5
11 changes: 10 additions & 1 deletion NanaBox/NanaBox.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
<MileProjectCompanyName>M2-Team</MileProjectCompanyName>
Expand All @@ -24,6 +23,7 @@
<MileProjectProductName>NanaBox</MileProjectProductName>
<MileProjectVersion>1.4.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2022-04-01'))).TotalDays).0</MileProjectVersion>
<!-- <MileProjectVersionTag>Update 1</MileProjectVersionTag> -->
<MileUniCrtDisableRuntimeDebuggingFeature>true</MileUniCrtDisableRuntimeDebuggingFeature>
</PropertyGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
Expand All @@ -40,6 +40,12 @@
<AdditionalDependencies>runtimeobject.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebug</RuntimeLibrary>
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreaded</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="AboutPage.cpp">
<DependentUpon>AboutPage.xaml</DependentUpon>
Expand Down Expand Up @@ -240,6 +246,9 @@
<PackageReference Include="Mile.Json">
<Version>1.0.659</Version>
</PackageReference>
<PackageReference Include="Mile.Windows.UniCrt">
<Version>1.0.187</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<PRIResource Include="Strings\en\AboutPage.resw" />
Expand Down

0 comments on commit 9992cff

Please sign in to comment.