summaryrefslogtreecommitdiff
path: root/src/debug/ildbsymlib/ildbsymlib.props
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2017-02-10 20:35:12 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-02-10 20:35:12 +0900
commit4b11dc566a5bbfa1378d6266525c281b028abcc8 (patch)
treeb48831a898906734f8884d08b6e18f1144ee2b82 /src/debug/ildbsymlib/ildbsymlib.props
parentdb20f3f1bb8595633a7e16c8900fd401a453a6b5 (diff)
downloadcoreclr-4b11dc566a5bbfa1378d6266525c281b028abcc8.tar.gz
coreclr-4b11dc566a5bbfa1378d6266525c281b028abcc8.tar.bz2
coreclr-4b11dc566a5bbfa1378d6266525c281b028abcc8.zip
Imported Upstream version 1.0.0.9910upstream/1.0.0.9910
Diffstat (limited to 'src/debug/ildbsymlib/ildbsymlib.props')
-rw-r--r--src/debug/ildbsymlib/ildbsymlib.props29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/debug/ildbsymlib/ildbsymlib.props b/src/debug/ildbsymlib/ildbsymlib.props
deleted file mode 100644
index 2a64f2eb7e..0000000000
--- a/src/debug/ildbsymlib/ildbsymlib.props
+++ /dev/null
@@ -1,29 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
- <!--*****************************************************-->
- <!--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>
- <TargetType>LIBRARY</TargetType>
- <OutputPath>$(ClrLibDest)</OutputPath>
- <LinkSubsystem>windows</LinkSubsystem>
- <UseMsvcrt />
- <ExceptionHandling>$(Sehonly)</ExceptionHandling>
- <UserIncludes>$(UserIncludes);
- ..\;
- ..\..\..\inc;
- </UserIncludes>
- <CDefines>$(CDefines);UNICODE;_UNICODE</CDefines>
- </PropertyGroup>
- <!--Leaf Project Items-->
- <ItemGroup>
- <CppCompile Include="..\symread.cpp" />
- <CppCompile Include="..\symbinder.cpp" />
- <CppCompile Include="..\ildbsymbols.cpp" />
- <CppCompile Include="..\symwrite.cpp" />
- </ItemGroup>
-
-</Project>