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, 0 insertions, 28 deletions
diff --git a/src/ipcman/ipcmanager.props b/src/ipcman/ipcmanager.props
deleted file mode 100644
index f1f4018d4e..0000000000
--- a/src/ipcman/ipcmanager.props
+++ /dev/null
@@ -1,28 +0,0 @@
-<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