|
|
|
@ -212,6 +212,9 @@ namespace ICSharpCode.Decompiler.CSharp
@@ -212,6 +212,9 @@ namespace ICSharpCode.Decompiler.CSharp
|
|
|
|
|
w.WriteStartElement("PropertyGroup"); // platform-specific
|
|
|
|
|
w.WriteAttributeString("Condition", " '$(Platform)' == '" + platformName + "' "); |
|
|
|
|
w.WriteElementString("PlatformTarget", platformName); |
|
|
|
|
if ((module.Reader.PEHeaders.CorHeader.Flags & CorFlags.Prefers32Bit) != 0) { |
|
|
|
|
w.WriteElementString("Prefer32Bit", "True"); |
|
|
|
|
} |
|
|
|
|
w.WriteEndElement(); // </PropertyGroup> (platform-specific)
|
|
|
|
|
|
|
|
|
|
w.WriteStartElement("PropertyGroup"); // Debug
|
|
|
|
|