mirror of https://github.com/odrling/Aegisub
Use the XP-compatible msvc runtime
This commit is contained in:
parent
66becbab16
commit
5b31f10d0b
|
@ -14,7 +14,7 @@
|
|||
<UseDebugLibraries Condition="'$(Configuration)'=='Release'" >false</UseDebugLibraries>
|
||||
<WholeProgramOptimization Condition="'$(Configuration)'=='Release'" >true</WholeProgramOptimization>
|
||||
<CharacterSet >Unicode</CharacterSet>
|
||||
<PlatformToolset >v110</PlatformToolset>
|
||||
<PlatformToolset >v110_xp</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue