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, 29 insertions, 0 deletions
diff --git a/src/debug/ildbsymlib/ildbsymlib.props b/src/debug/ildbsymlib/ildbsymlib.props
new file mode 100644
index 0000000000..2a64f2eb7e
--- /dev/null
+++ b/src/debug/ildbsymlib/ildbsymlib.props
@@ -0,0 +1,29 @@
+<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>