File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+
3
+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
4
+ <ItemGroup >
5
+ <ExtractItem Include =" \objr\arm64\softmemtag.obj" >
6
+ <LibFile >$(VCToolsInstallDir)lib\$(PlatformShortName)\libvcruntime.lib</LibFile >
7
+ <OutDir >$(IntDir)objr\libvcruntime\</OutDir >
8
+ </ExtractItem >
9
+ </ItemGroup >
10
+ </Project >
Original file line number Diff line number Diff line change 13
13
<OutDir >$(IntDir)objr\libvcruntime\</OutDir >
14
14
</ExtractItem >
15
15
</ItemGroup >
16
+ <ItemGroup >
17
+ <ExtractItem Include =" \objr\amd64\softmemtag.obj" >
18
+ <LibFile >$(VCToolsInstallDir)lib\$(PlatformShortName)\libvcruntime.lib</LibFile >
19
+ <OutDir >$(IntDir)objr\libvcruntime\</OutDir >
20
+ </ExtractItem >
21
+ </ItemGroup >
16
22
</Project >
You can’t perform that action at this time.
0 commit comments