43 lines
2.0 KiB
XML
43 lines
2.0 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">
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="..\BaseAttrs\AccessedThroughPropertyAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\AssemblyFileVersionAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\AssemblyReflectionAttributes.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\CLSCompliantAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\CompilerGlobalScopeAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\ConditionalAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\CustomConstantAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\DateTimeConstantAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\DebuggerAttributes.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\DecimalConstantAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\DiscardableAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\IndexerNameAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\InteropServices.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\IsVolatile.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\LayoutKind.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\MethodImplAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\NeutralResourcesLanguageAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\ObsoleteAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\ParamArrayAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\RequiredAttributeAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\SatelliteContractVersionAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\SecurityAttributes.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\ThreadStaticAttribute.csi" />
|
|||
|
<Compile Include="..\BaseAttrs\BaseAttrs.csi" />
|
|||
|
</ItemGroup>
|
|||
|
</Project>
|