Fixed dotnet reference errors

This commit is contained in:
Alvin Moore 2019-04-03 05:33:46 -07:00
parent dcbfb02a87
commit 19df3e7521

View File

@ -6,11 +6,11 @@ if(WIN32)
target_compile_options(coveragetool PRIVATE "/langversion:6") target_compile_options(coveragetool PRIVATE "/langversion:6")
set_property(TARGET coveragetool PROPERTY VS_DOTNET_REFERENCES set_property(TARGET coveragetool PROPERTY VS_DOTNET_REFERENCES
"System" "System"
"ystem.Core" "System.Core"
"System.Xml.Linq" "System.Xml.Linq"
"ystem.Data.DataSetExtensions" "System.Data.DataSetExtensions"
"Microsoft.CSharp" "Microsoft.CSharp"
"ystem.Data" "System.Data"
"System.Xml") "System.Xml")
else() else()
set(COVERAGETOOL_COMPILER_REFERENCES set(COVERAGETOOL_COMPILER_REFERENCES