Enable CLR for .NET

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