Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TypeIntrinsics_ro.csproj « Intrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b1c989578015e043cdd27f6ef3cfefdf5f9f7cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <DebugType>None</DebugType>
    <Optimize>True</Optimize>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="TypeIntrinsicsEnums.ilproj" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="TypeIntrinsics.cs" />
    <Compile Include="TypeIntrinsics.IsAssignableFrom.cs" />
    <Compile Include="TypeIntrinsics.IsAssignableTo.cs" />
    <Compile Include="TypeIntrinsics.GetEnumUnderlyingType.cs" />
  </ItemGroup>
</Project>