From ef1e2ab328087c61a6878c1e84f4fc5d710aebce Mon Sep 17 00:00:00 2001 From: dotnet-bot Date: Fri, 30 Jan 2015 14:14:42 -0800 Subject: Initial commit to populate CoreCLR repo [tfs-changeset: 1407945] --- dac.props | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dac.props (limited to 'dac.props') diff --git a/dac.props b/dac.props new file mode 100644 index 0000000000..4d158d06ad --- /dev/null +++ b/dac.props @@ -0,0 +1,34 @@ + + + + + + + + + false + $(CDefines);PROFILING_SUPPORTED_DATA + $(CDefines);DACCESS_COMPILE + $(Fullcxxeh) + true + $(ClAdditionalOptions) /d2Zi+ + $(CDefines);_ITERATOR_DEBUG_LEVEL=0 + $(Win32DllLibs.Replace("libcpmtd.lib","libcpmtd0.lib")) + + + + + false + true + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3