summaryrefslogtreecommitdiff
path: root/src/ipcman/ipcman-staticcrt/ipcman-staticcrt.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcman/ipcman-staticcrt/ipcman-staticcrt.props')
-rw-r--r--src/ipcman/ipcman-staticcrt/ipcman-staticcrt.props11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ipcman/ipcman-staticcrt/ipcman-staticcrt.props b/src/ipcman/ipcman-staticcrt/ipcman-staticcrt.props
new file mode 100644
index 0000000000..f4cbade081
--- /dev/null
+++ b/src/ipcman/ipcman-staticcrt/ipcman-staticcrt.props
@@ -0,0 +1,11 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
+
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\IPCMan\ipcmanager.props" />
+
+ <PropertyGroup>
+ <LinkNoLibraries>true</LinkNoLibraries>
+ <LinkUseCMT>true</LinkUseCMT>
+ <UseMsvcrt>false</UseMsvcrt>
+ </PropertyGroup>
+
+</Project>