summaryrefslogtreecommitdiff
path: root/src/debug/ildbsymlib/ildbsymlib.props
diff options
context:
space:
mode:
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>