Disable CLR

This commit is contained in:
nastys
2020-04-04 03:10:46 +02:00
parent fd2181343e
commit dfa352dd74
@@ -31,7 +31,7 @@
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>ClangCL</PlatformToolset>
<CLRSupport>true</CLRSupport>
<CLRSupport>false</CLRSupport>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />