summaryrefslogtreecommitdiff
path: root/src/ildasm
diff options
context:
space:
mode:
Diffstat (limited to 'src/ildasm')
-rw-r--r--src/ildasm/exe/ildasm.nativeproj1
-rw-r--r--src/ildasm/rcdll/ildasmrc.nativeproj1
2 files changed, 2 insertions, 0 deletions
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>