Skip to content

Commit b14e8e1

Browse files
Add loco parser output to idc files (#37)
1 parent 878b9a9 commit b14e8e1

File tree

3 files changed

+2418
-3
lines changed

3 files changed

+2418
-3
lines changed

LocoParser/LocoParser/LocoParser.vcxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2222
<ConfigurationType>Application</ConfigurationType>
2323
<UseDebugLibraries>true</UseDebugLibraries>
24-
<PlatformToolset>v142</PlatformToolset>
24+
<PlatformToolset>v143</PlatformToolset>
2525
<CharacterSet>Unicode</CharacterSet>
2626
</PropertyGroup>
2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2828
<ConfigurationType>Application</ConfigurationType>
2929
<UseDebugLibraries>false</UseDebugLibraries>
30-
<PlatformToolset>v142</PlatformToolset>
30+
<PlatformToolset>v143</PlatformToolset>
3131
<WholeProgramOptimization>true</WholeProgramOptimization>
3232
<CharacterSet>Unicode</CharacterSet>
3333
</PropertyGroup>
@@ -93,4 +93,4 @@
9393
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
9494
<ImportGroup Label="ExtensionTargets">
9595
</ImportGroup>
96-
</Project>
96+
</Project>

0 commit comments

Comments
 (0)