, ?!
, , reset a " ",,
(csproj, vcxproj) , .
If you want to reset the value "Enable isolation", you must delete this text.
<AllowIsolation>true</AllowIsolation>
If project files are loaded by Visual Studio, values that are not explicitly defined in the file are assumed to be used by default. This will only work if the property has a default value (cannot change it).
NOTE. This is NOT the same as deleting a value from the Project Properties Dialog in VS. This method writes an empty value to your project file.
source
share