58 lines
2.2 KiB
XML
58 lines
2.2 KiB
XML
|
<!--
|
|||
|
##############################################################################
|
|||
|
#
|
|||
|
# Microsoft Research Singularity
|
|||
|
#
|
|||
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|||
|
#
|
|||
|
# File: Interfaces\BaseAttrs\Makefile
|
|||
|
#
|
|||
|
# Note:
|
|||
|
#
|
|||
|
##############################################################################
|
|||
|
-->
|
|||
|
|
|||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<Import Project="..\..\Paths.targets" />
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<AssemblyName>Baseattrs</AssemblyName>
|
|||
|
<AssemblyAlias>kernel.exe</AssemblyAlias>
|
|||
|
<OutputType>Library</OutputType>
|
|||
|
<NoStdlib>true</NoStdlib>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="AccessedThroughPropertyAttribute.csi" />
|
|||
|
<Compile Include="AssemblyFileVersionAttribute.csi" />
|
|||
|
<Compile Include="AssemblyReflectionAttributes.csi" />
|
|||
|
<Compile Include="CLSCompliantAttribute.csi" />
|
|||
|
<Compile Include="CompilerGlobalScopeAttribute.csi" />
|
|||
|
<Compile Include="ConditionalAttribute.csi" />
|
|||
|
<Compile Include="CustomConstantAttribute.csi" />
|
|||
|
<Compile Include="DateTimeConstantAttribute.csi" />
|
|||
|
<Compile Include="DebuggerAttributes.csi" />
|
|||
|
<Compile Include="DecimalConstantAttribute.csi" />
|
|||
|
<Compile Include="DiscardableAttribute.csi" />
|
|||
|
<Compile Include="IndexerNameAttribute.csi" />
|
|||
|
<Compile Include="InteropServices.csi" />
|
|||
|
<Compile Include="IsVolatile.csi" />
|
|||
|
<Compile Include="LayoutKind.csi" />
|
|||
|
<Compile Include="MethodImplAttribute.csi" />
|
|||
|
<Compile Include="NeutralResourcesLanguageAttribute.csi" />
|
|||
|
<Compile Include="ObsoleteAttribute.csi" />
|
|||
|
<Compile Include="ParamArrayAttribute.csi" />
|
|||
|
<Compile Include="RequiredAttributeAttribute.csi" />
|
|||
|
<Compile Include="SatelliteContractVersionAttribute.csi" />
|
|||
|
<Compile Include="SecurityAttributes.csi" />
|
|||
|
<Compile Include="ThreadStaticAttribute.csi" />
|
|||
|
<Compile Include="BaseAttrs.csi" />
|
|||
|
|
|||
|
<ProjectReference Include="$(SINGULARITY_ROOT)\Interfaces\Basetypes\Basetypes.csproj">
|
|||
|
<Alias>kernel.exe</Alias>
|
|||
|
</ProjectReference>
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
<Import Project="$(SINGULARITY_ROOT)\Targets\InterfaceAssembly.targets" />
|
|||
|
</Project>
|