summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ilasm/ilasm.nativeproj1
-rw-r--r--src/ildasm/exe/ildasm.nativeproj1
-rw-r--r--src/ildasm/rcdll/ildasmrc.nativeproj1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/ilasm/ilasm.nativeproj b/src/ilasm/ilasm.nativeproj
index 318f3e9645..1250159460 100644
--- a/src/ilasm/ilasm.nativeproj
+++ b/src/ilasm/ilasm.nativeproj
@@ -7,6 +7,7 @@
<Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
<!--Leaf project Properties-->
<PropertyGroup>
+ <IsDesktopTool>true</IsDesktopTool>
<LibCLib>$(ClrCrtLib)</LibCLib>
<CDefines>$(CDefines);UNICODE;_UNICODE;FEATURE_NO_HOST;SELF_NO_HOST;NO_HOST_CPP_EH_ONLY</CDefines>
<CDefines>$(CDefines);__TODO_PORT_TO_WRAPPERS__</CDefines>
diff --git a/src/ildasm/exe/ildasm.nativeproj b/src/ildasm/exe/ildasm.nativeproj
index 01a18a174c..1a0583f457 100644
--- a/src/ildasm/exe/ildasm.nativeproj
+++ b/src/ildasm/exe/ildasm.nativeproj
@@ -6,6 +6,7 @@
<Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
<!--Leaf project Properties-->
<PropertyGroup>
+ <IsDesktopTool>true</IsDesktopTool>
<UseAtl>true</UseAtl>
<AtlVer>mfc</AtlVer>
<EntryPoint>winmain</EntryPoint>
diff --git a/src/ildasm/rcdll/ildasmrc.nativeproj b/src/ildasm/rcdll/ildasmrc.nativeproj
index 11066deba8..9fae17ca1f 100644
--- a/src/ildasm/rcdll/ildasmrc.nativeproj
+++ b/src/ildasm/rcdll/ildasmrc.nativeproj
@@ -3,6 +3,7 @@
<Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
<!--Leaf project Properties-->
<PropertyGroup>
+ <IsDesktopTool>true</IsDesktopTool>
<OutputName>ildasmrc</OutputName>
<TargetType>DYNLINK</TargetType>
<LinkSubsystem>windows</LinkSubsystem>