Disabled xmldoc generation warnings for SHADE projects #235
|
@ -78,7 +78,10 @@ project "SHADE_Application"
|
||||||
"26451",
|
"26451",
|
||||||
"26437",
|
"26437",
|
||||||
"4275",
|
"4275",
|
||||||
"4635"
|
"4633",
|
||||||
|
"4634",
|
||||||
|
"4635",
|
||||||
|
"4638"
|
||||||
}
|
}
|
||||||
|
|
||||||
linkoptions { "-IGNORE:4006" }
|
linkoptions { "-IGNORE:4006" }
|
||||||
|
|
|
@ -79,7 +79,10 @@ project "SHADE_Engine"
|
||||||
"26451",
|
"26451",
|
||||||
"26437",
|
"26437",
|
||||||
"4275",
|
"4275",
|
||||||
"4635"
|
"4633",
|
||||||
|
"4634",
|
||||||
|
"4635",
|
||||||
|
"4638"
|
||||||
}
|
}
|
||||||
|
|
||||||
linkoptions { "-IGNORE:4006" }
|
linkoptions { "-IGNORE:4006" }
|
||||||
|
|
|
@ -62,7 +62,11 @@ project "SHADE_Managed"
|
||||||
|
|
||||||
disablewarnings
|
disablewarnings
|
||||||
{
|
{
|
||||||
"4251"
|
"4251",
|
||||||
|
"4633",
|
||||||
|
"4634",
|
||||||
|
"4635",
|
||||||
|
"4638"
|
||||||
}
|
}
|
||||||
|
|
||||||
defines
|
defines
|
||||||
|
|
Loading…
Reference in New Issue