summaryrefslogtreecommitdiff
path: root/src/ilasm
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-03-14 12:40:41 -0700
committerdotnet-bot <dotnet-bot@microsoft.com>2016-03-14 12:40:41 -0700
commitcc26a433160cf5db5b86679b23065731b9370b8a (patch)
treeff432132c7a1e80238e6101726448d09d62586f4 /src/ilasm
parentca9f7d7bf9d8ef472ed09dc53d9fd959164345c2 (diff)
downloadcoreclr-cc26a433160cf5db5b86679b23065731b9370b8a.tar.gz
coreclr-cc26a433160cf5db5b86679b23065731b9370b8a.tar.bz2
coreclr-cc26a433160cf5db5b86679b23065731b9370b8a.zip
ILAsm/ILDAsm packages
This creates packages for ILAsm/ILDAsm respectively. These tools depend on CoreCLR, so they are tied together with the same version. Note we use ProjectK build for packaging Windows binaries so these tools are basically desktop one while cross-platform binaries are from Github build as usual. When CoreCLR packaging and publication are migrated to Github build, so will these tools. [tfs-changeset: 1585183]
Diffstat (limited to 'src/ilasm')
-rw-r--r--src/ilasm/ilasm.nativeproj1
1 files changed, 1 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>