summaryrefslogtreecommitdiff
path: root/src/classlibnative/bcltype/BCLType.nativeproj
blob: 719a4203136e220d4c20395ee58c448af07da946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<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" />
  <Import Project="$(ClrBase)\src\debug\SetDebugTargetLocal.props" />
  <PropertyGroup Label="Globals">
    <SccProjectName>SAK</SccProjectName>
    <SccAuxPath>SAK</SccAuxPath>
    <SccLocalPath>SAK</SccLocalPath>
    <SccProvider>SAK</SccProvider>
  </PropertyGroup>
  <!--Leaf project Properties-->
  <PropertyGroup>
    <BuildCoreBinaries>true</BuildCoreBinaries>
    <BuildSysBinaries>true</BuildSysBinaries>
    <UserIncludes>..\..\inc;$(Clrbase)\src\vm;$(Clrbase)\src\vm\$(TargetCpu);..\..\debug\inc\$(TargetCpu);..\..\debug\inc\dump;$(UserIncludes);$(VCToolsIncPath)</UserIncludes>
    <OutputName>bcltype</OutputName>
    <OutputPath>$(ClrLibDest)</OutputPath>
    <TargetType>LIBRARY</TargetType>
    <CDefines>$(CDefines);UNICODE;_UNICODE</CDefines>
    <ClAdditionalOptions Condition="'$(PerfCountersSupportedBuild)' == 'true'">$(ClAdditionalOptions) -DENABLE_PERF_COUNTERS</ClAdditionalOptions>
    <ClWarningLevel>4</ClWarningLevel>
  </PropertyGroup>
  <!--Leaf Project Items-->
  <ItemGroup>
    <CppCompile Include="ArrayNative.cpp" />
    <CppCompile Include="ArrayHelpers.cpp" />
    <CppCompile Include="Console.cpp" />
    <CppCompile Include="Currency.cpp" />
    <CppCompile Include="Decimal.cpp" />
    <CppCompile Include="WindowsRuntimeBufferHelper.cpp" />
    <CppCompile Include="Number.cpp" />
    <CppCompile Include="OAVariant.cpp" />
    <CppCompile Include="ObjectNative.cpp" />
    <CppCompile Include="StringNative.cpp" />
    <CppCompile Include="StringBuffer.cpp" />
    <CppCompile Include="System.cpp" />
    <CppCompile Include="VarArgsNative.cpp" />
    <CppCompile Include="Variant.cpp" />
  </ItemGroup>
  <!--Import the targets-->
  <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
</Project>