summaryrefslogtreecommitdiff
path: root/src/debug/dbgutil/dbgutil.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/dbgutil/dbgutil.props')
-rw-r--r--src/debug/dbgutil/dbgutil.props14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/debug/dbgutil/dbgutil.props b/src/debug/dbgutil/dbgutil.props
deleted file mode 100644
index 520b2c6010..0000000000
--- a/src/debug/dbgutil/dbgutil.props
+++ /dev/null
@@ -1,14 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <TargetType>LIBRARY</TargetType>
- <OutputPath>$(ClrLibDest)</OutputPath>
- <LinkSubsystem>windows</LinkSubsystem>
- <UseMsvcrt />
- <ExceptionHandling>$(Sehonly)</ExceptionHandling>
- <UserIncludes>$(UserIncludes);$(Clrbase)\src\Debug\inc;</UserIncludes>
- <CDefines>$(CDefines);UNICODE;_UNICODE</CDefines>
- </PropertyGroup>
- <ItemGroup>
- <CppCompile Include="$(Clrbase)\src\Debug\dbgutil\dbgutil.cpp" />
- </ItemGroup>
-</Project>