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 Nov 11, 2024
1 parent 6831fb5 commit ff76802
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Mile.Cirno/Mile.Cirno.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<RootNamespace>Mile.Cirno</RootNamespace>
<MileProjectType>ConsoleApplication</MileProjectType>
<MileProjectManifestFile>Mile.Cirno.manifest</MileProjectManifestFile>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
<MileProjectCompanyName>Project Mile</MileProjectCompanyName>
<MileProjectFileDescription>Mile.Cirno</MileProjectFileDescription>
Expand All @@ -15,12 +14,19 @@
<MileProjectProductName>Mile.Cirno</MileProjectProductName>
<MileProjectVersion>1.0.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2023-08-03'))).TotalDays).0</MileProjectVersion>
<MileProjectVersionTag>Preview</MileProjectVersionTag>
<MileUniCrtDisableRuntimeDebuggingFeature>true</MileUniCrtDisableRuntimeDebuggingFeature>
</PropertyGroup>
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Platform.x86.props" />
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Platform.x64.props" />
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Platform.ARM64.props" />
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Cpp.Default.props" />
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Cpp.props" />
<ItemDefinitionGroup>
<ClCompile>
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebug</RuntimeLibrary>
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreaded</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Mile.Cirno.Core.cpp" />
<ClCompile Include="Mile.Cirno.cpp" />
Expand All @@ -36,6 +42,9 @@
<PackageReference Include="Mile.Dokany">
<Version>1.0.434</Version>
</PackageReference>
<PackageReference Include="Mile.Windows.UniCrt">
<Version>1.0.199</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Mile.Cirno.Core.h" />
Expand Down

0 comments on commit ff76802

Please sign in to comment.