summaryrefslogtreecommitdiff
path: root/src/ipcman/ipcmanager.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcman/ipcmanager.props')
-rw-r--r--src/ipcman/ipcmanager.props28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ipcman/ipcmanager.props b/src/ipcman/ipcmanager.props
new file mode 100644
index 0000000000..f1f4018d4e
--- /dev/null
+++ b/src/ipcman/ipcmanager.props
@@ -0,0 +1,28 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <!--*****************************************************-->
+ <!--This MSBuild project file was automatically generated-->
+ <!--from the original SOURCES/DIRS file by the KBC tool.-->
+ <!--*****************************************************-->
+ <!--Import the settings-->
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
+ <!--Leaf project Properties-->
+ <PropertyGroup>
+ <UserIncludes>$(UserIncludes);
+ $(Clrbase)\src\IPCMan;
+ $(Clrbase)\src\vm</UserIncludes>
+ <ClAdditionalOptions>$(ClAdditionalOptions) -DUNICODE -D_UNICODE -DFEATURE_NO_HOST</ClAdditionalOptions>
+ <OutputName>ipcmanager</OutputName>
+ <OutputPath>$(ClrLibDest)</OutputPath>
+ <TargetType>LIBRARY</TargetType>
+ <PCHHeader>stdafx.h</PCHHeader>
+ <EnableCxxPCHHeaders>true</EnableCxxPCHHeaders>
+ <PCHCompile>$(Clrbase)\src\IPCMan\stdafx.cpp</PCHCompile>
+ </PropertyGroup>
+ <!--Leaf Project Items-->
+ <ItemGroup>
+ <CppCompile Include="$(Clrbase)\src\IPCMan\IPCWriterImpl.cpp" />
+ <CppCompile Include="$(Clrbase)\src\IPCMan\IPCReaderImpl.cpp" />
+ <CppCompile Include="$(Clrbase)\src\IPCMan\IPCSharedSrc.cpp" />
+ <CppCompile Include="$(Clrbase)\src\IPCMan\IPCFuncCallImpl.cpp" />
+ </ItemGroup>
+</Project> \ No newline at end of file