Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
[Web] Visual Studio Template update to eliminate intellisense errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Apr 27, 2022
1 parent 1d72a2a commit aab550b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Web/VisualStudioTemplate/Files/Siv3DTest.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,11 @@
<IncludedAssetTargets></IncludedAssetTargets>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(DesignTimeBuild)'=='true' and '$(Platform)'=='Emscripten'">
<ClCompile>
<AdditionalOptions>-D_XM_NO_INTRINSICS_ -DSIMDE_NO_VECTOR -DFMT_USE_NONTYPE_TEMPLATE_PARAMETERS=0</AdditionalOptions>
</ClCompile>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down

0 comments on commit aab550b

Please sign in to comment.