mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
Fixed dotnet reference errors
This commit is contained in:
parent
dcbfb02a87
commit
19df3e7521
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user