aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/system-reflection-metadata/files')
-rw-r--r--dev-dotnet/system-reflection-metadata/files/mono-System.Reflection.Metadata.csproj277
-rw-r--r--dev-dotnet/system-reflection-metadata/files/mono.snkbin596 -> 0 bytes
2 files changed, 0 insertions, 277 deletions
diff --git a/dev-dotnet/system-reflection-metadata/files/mono-System.Reflection.Metadata.csproj b/dev-dotnet/system-reflection-metadata/files/mono-System.Reflection.Metadata.csproj
deleted file mode 100644
index afb18fd..0000000
--- a/dev-dotnet/system-reflection-metadata/files/mono-System.Reflection.Metadata.csproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <CommonPath Condition=" '$(CommonPath)' == '' ">../../Common/src</CommonPath>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{1DD0FF15-6234-4BD6-850A-317F05479554}</ProjectGuid>
- <FileAlignment>512</FileAlignment>
- <OutputPath>bin\$(Configuration)</OutputPath>
- <DocumentationFile>$(OutputPath)$(MSBuildProjectName).xml</DocumentationFile>
- <OutputType>Library</OutputType>
- <AssemblyName>System.Reflection.Metadata</AssemblyName>
- <RootNamespace>System.Reflection.Metadata</RootNamespace>
- <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;</DefineConstants>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="System\Reflection\Internal\Utilities\PinnedObject.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\CriticalDisposableObject.cs" Condition="'$(TargetGroup)' != 'netstandard1.1'" />
- <Compile Include="System\Reflection\Internal\Utilities\CriticalDisposableObject.netstandard1.1.cs" Condition="'$(TargetGroup)' == 'netstandard1.1'" />
- <Compile Include="System\Reflection\Internal\Utilities\ExceptionUtilities.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\PathUtilities.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\FunctionPointerAttributes.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\MethodBodyStreamEncoder.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\MethodBodyAttributes.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\MetadataBuilder.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\MetadataRootBuilder.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\SerializedMetadataHeaps.cs" />
- <Compile Include="System\Reflection\Metadata\EntityHandle.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\VirtualHeap.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\GuidHeap.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\BlobHeap.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\StringHeap.cs" />
- <Compile Include="System\Reflection\Metadata\PooledBlobBuilder.cs" />
- <Compile Include="System\Reflection\Metadata\Blob.cs" />
- <Compile Include="System\Reflection\Metadata\BlobWriter.cs" />
- <Compile Include="System\Reflection\Metadata\BlobWriterImpl.cs" />
- <Compile Include="System\Reflection\Metadata\BlobBuilder.cs" />
- <Compile Include="System\Reflection\Metadata\BlobBuilder.Enumerators.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\ByteSequenceComparer.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\DecimalUtilities.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\EnumerableExtensions.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\PortablePdbVersions.cs" />
- <Compile Include="System\Reflection\Metadata\ReservedBlob.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\CustomAttributeNamedArgument.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\CustomAttributeTypedArgument.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\CustomAttributeValue.cs" />
- <Compile Include="System\Reflection\Metadata\Decoding\ICustomAttributeTypeProvider.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\ExceptionRegionEncoder.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\InstructionEncoder.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\LabelHandle.cs" />
- <Compile Include="System\Reflection\Metadata\IL\ILOpCode.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\CodedIndex.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\PortablePdbBuilder.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\MetadataSizes.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\MetadataBuilder.Heaps.cs" />
- <Compile Include="System\Reflection\Metadata\IL\ILOpCodeExtensions.cs" />
- <Compile Include="System\Reflection\Metadata\ImageFormatLimitationException.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\HeapSizeFlag.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\MetadataWriterUtilities.cs" />
- <Compile Include="System\Reflection\Metadata\MetadataStreamOptions.cs" />
- <Compile Include="System\Reflection\Metadata\MetadataReaderProvider.cs" />
- <Compile Include="System\Reflection\Metadata\BlobContentId.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\PrimitiveSerializationTypeCode.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs" />
- <Compile Include="System\Reflection\PortableExecutable\ManagedPEBuilder.cs" />
- <Compile Include="System\Reflection\PortableExecutable\ManagedTextSection.cs" />
- <Compile Include="System\Reflection\PortableExecutable\PEBuilder.cs" />
- <Compile Include="System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.cs" />
- <Compile Include="System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.EmbeddedPortablePdb.cs" />
- <Compile Include="System\Reflection\PortableExecutable\PEDirectoriesBuilder.cs" />
- <Compile Include="System\Reflection\PortableExecutable\PEHeaderBuilder.cs" />
- <Compile Include="System\Reflection\PortableExecutable\ResourceSectionBuilder.cs" />
- <Compile Include="System\Reflection\PortableExecutable\SectionLocation.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\BlobUtilities.cs" />
- <Compile Include="System\Reflection\Internal\MemoryBlocks\AbstractMemoryBlock.cs" />
- <Compile Include="System\Reflection\Internal\MemoryBlocks\ByteArrayMemoryBlock.cs" />
- <Compile Include="System\Reflection\Internal\MemoryBlocks\ByteArrayMemoryProvider.cs" />
- <Compile Include="System\Reflection\Internal\MemoryBlocks\ExternalMemoryBlock.cs" />
- <Compile Include="System\Reflection\Internal\MemoryBlocks\ExternalMemoryBlockProvider.cs" />
- <Compile Include="System\Reflection\Internal\MemoryBlocks\MemoryBlockProvider.cs" />
- <Compile Include="System\Reflection\Internal\MemoryBlocks\MemoryMappedFileBlock.cs" />
- <Compile Include="System\Reflection\Internal\MemoryBlocks\NativeHeapMemoryBlock.cs" />
- <Compile Include="System\Reflection\Internal\MemoryBlocks\StreamConstraints.cs" />
- <Compile Include="System\Reflection\Internal\MemoryBlocks\StreamMemoryBlockProvider.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\BitArithmetic.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\StringUtils.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\EmptyArray.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\EncodingHelper.cs" Condition="'$(TargetGroup)' != 'netcoreapp'" />
- <Compile Include="System\Reflection\Internal\Utilities\EncodingHelper.netcoreapp.cs" Condition="'$(TargetGroup)' == 'netcoreapp'" />
- <Compile Include="System\Reflection\Internal\Utilities\FileStreamReadLightUp.cs" Condition="'$(TargetGroup)' != 'netstandard1.1'" />
- <Compile Include="System\Reflection\Internal\Utilities\FileStreamReadLightUp.netstandard1.1.cs" Condition="'$(TargetGroup)' == 'netstandard1.1'" />
- <Compile Include="System\Reflection\Internal\Utilities\Hash.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\ImmutableByteArrayInterop.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\ImmutableMemoryStream.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\LightUpHelper.cs" Condition="'$(TargetGroup)' != 'netcoreapp'" />
- <Compile Include="System\Reflection\Internal\Utilities\MemoryBlock.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\MemoryMapLightUp.cs" Condition="'$(TargetGroup)' != 'netstandard1.1'" />
- <Compile Include="System\Reflection\Internal\Utilities\MemoryMapLightUp.netstandard1.1.cs" Condition="'$(TargetGroup)' == 'netstandard1.1'" />
- <Compile Include="System\Reflection\Internal\Utilities\PooledStringBuilder.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\ObjectPool`1.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\ReadOnlyUnmanagedMemoryStream.cs" />
- <Compile Include="System\Reflection\Internal\Utilities\StreamExtensions.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\AssemblyDefinition.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\AssemblyFile.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\AssemblyReference.cs" />
- <Compile Include="System\Reflection\Metadata\BlobReader.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\Constant.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\ConstantTypeCode.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\CustomAttribute.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\CustomAttributeNamedArgumentKind.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\DeclarativeSecurityAttribute.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\ArrayShape.cs" />
- <Compile Include="System\Reflection\Metadata\Decoding\ISZArrayTypeProvider.cs" />
- <Compile Include="System\Reflection\Metadata\Decoding\ISignatureTypeProvider.cs" />
- <Compile Include="System\Reflection\Metadata\Decoding\ISimpleTypeProvider.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\SignatureTypeKind.cs" />
- <Compile Include="System\Reflection\Metadata\Decoding\IConstructedTypeProvider.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\SignatureDecoder.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\MethodSignature.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\PrimitiveTypeCode.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\EditAndContinueLogEntry.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\EditAndContinueOperation.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\ExportedTypeExtensions.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\HeapIndex.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\MetadataTokens.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\TableIndex.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\EventDefinition.cs" />
- <Compile Include="System\Reflection\Metadata\IL\ExceptionRegion.cs" />
- <Compile Include="System\Reflection\Metadata\IL\ExceptionRegionKind.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\ExportedType.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\FieldDefinition.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\GenericParameter.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\GenericParameterConstraint.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs" />
- <Compile Include="System\Reflection\Metadata\HandleComparer.cs" />
- <Compile Include="System\Reflection\Metadata\HandleKind.cs" />
- <Compile Include="System\Reflection\Metadata\Handle.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\InterfaceImplementation.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\COR20Constants.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\CorElementType.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\CustomAttributeTypeTag.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\HasConstantTag.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\HasCustomAttributeTag.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\HasDeclSecurityTag.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\HasFieldMarshalTag.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\HasSemanticsTag.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\UserStringHeap.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\ImplementationTag.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\MemberForwardedTag.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\MemberRefParentTag.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\MetadataFlags.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\MetadataStreamConstants.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\MethodDefOrRefTag.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\NamespaceCache.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\NamespaceData.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\ResolutionScopeTag.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\StreamHeader.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\Tables.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\Treatments.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\TypeDefOrRefTag.cs" />
- <Compile Include="System\Reflection\Metadata\Internal\TypeOrMethodDefTag.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\ManifestResource.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\MemberReference.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\StandaloneSignatureKind.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\MemberReferenceKind.cs" />
- <Compile Include="System\Reflection\Metadata\Ecma335\MetadataAggregator.cs" />
- <Compile Include="System\Reflection\Metadata\MetadataKind.cs" />
- <Compile Include="System\Reflection\Metadata\MetadataReader.cs" />
- <Compile Include="System\Reflection\Metadata\MetadataReader.WinMD.cs" />
- <Compile Include="System\Reflection\Metadata\MetadataReaderOptions.cs" />
- <Compile Include="System\Reflection\Metadata\MetadataStringComparer.cs" />
- <Compile Include="System\Reflection\Metadata\MetadataStringDecoder.cs" />
- <Compile Include="System\Reflection\Metadata\IL\MethodBodyBlock.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\MethodDefinition.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\MethodImplementation.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\MethodImport.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\MethodSpecification.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\ModuleDefinition.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\ModuleReference.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\NamespaceDefinition.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\Parameter.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\CustomDebugInformation.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\DebugMetadataHeader.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\Document.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\DocumentNameBlobHandle.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\Handles.Debug.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\HasCustomDebugInformationTag.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\ImportDefinition.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\ImportDefinitionKind.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\ImportDefinitionCollection.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\LocalConstant.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\ImportScope.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\LocalScope.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\LocalVariable.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\LocalVariableAttributes.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\MethodDebugInformation.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\SequencePoint.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\SequencePointCollection.cs" />
- <Compile Include="System\Reflection\Metadata\PortablePdb\Tables.Debug.cs" />
- <Compile Include="System\Reflection\Metadata\PEReaderExtensions.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\SerializationTypeCode.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\SignatureAttributes.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\SignatureCallingConvention.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\SignatureHeader.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\SignatureKind.cs" />
- <Compile Include="System\Reflection\Metadata\Signatures\SignatureTypeCode.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\StandaloneSignature.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\TypeDefinition.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\TypeLayout.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\TypeReference.cs" />
- <Compile Include="System\Reflection\Metadata\TypeSystem\TypeSpecification.cs" />
- <Compile Include="System\Reflection\PortableExecutable\CoffHeader.cs" />
- <Compile Include="System\Reflection\PortableExecutable\CorFlags.cs" />
- <Compile Include="System\Reflection\PortableExecutable\CorHeader.cs" />
- <Compile Include="System\Reflection\PortableExecutable\DebugDirectory\CodeViewDebugDirectoryData.cs" />
- <Compile Include="System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryEntry.cs" />
- <Compile Include="System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryEntryType.cs" />
- <Compile Include="System\Reflection\PortableExecutable\DirectoryEntry.cs" />
- <Compile Include="System\Reflection\PortableExecutable\Machine.cs" />
- <Compile Include="System\Reflection\PortableExecutable\PEBinaryReader.cs" />
- <Compile Include="System\Reflection\PortableExecutable\PEFileFlags.cs" />
- <Compile Include="System\Reflection\PortableExecutable\PEHeader.cs" />
- <Compile Include="System\Reflection\PortableExecutable\PEHeaders.cs" />
- <Compile Include="System\Reflection\PortableExecutable\PEMemoryBlock.cs" />
- <Compile Include="System\Reflection\PortableExecutable\PEReader.cs" />
- <Compile Include="System\Reflection\PortableExecutable\PEReader.EmbeddedPortablePdb.cs" />
- <Compile Include="System\Reflection\PortableExecutable\PEStreamOptions.cs" />
- <Compile Include="System\Reflection\PortableExecutable\SectionHeader.cs" />
- <Compile Include="System\Reflection\Throw.cs" />
- <Compile Include="System\Reflection\System.Reflection.cs" />
- <Compile Include="AV.cs" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Collections.Immutable" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath)\resources.targets" />
- <Target Name="BeforeBuild">
- <PropertyGroup Condition=" '$(VersionNumber)' == '' ">
- <VersionNumber>2.0.0.0</VersionNumber>
- </PropertyGroup>
- <ItemGroup>
- <AssemblyAttributes Include="AssemblyVersion">
- <_Parameter1>$(VersionNumber)</_Parameter1>
- </AssemblyAttributes>
- <AssemblyAttributes Include="AssemblyFileVersion">
- <_Parameter1>$(VersionNumber)</_Parameter1>
- </AssemblyAttributes>
- <AssemblyAttributes Include="AssemblyInformationalVersion">
- <_Parameter1>$(VersionNumber)</_Parameter1>
- </AssemblyAttributes>
- </ItemGroup>
- <WriteCodeFragment Language="C#" OutputFile="AV.cs" AssemblyAttributes="@(AssemblyAttributes)" />
- </Target>
-</Project>
diff --git a/dev-dotnet/system-reflection-metadata/files/mono.snk b/dev-dotnet/system-reflection-metadata/files/mono.snk
deleted file mode 100644
index 380116c..0000000
--- a/dev-dotnet/system-reflection-metadata/files/mono.snk
+++ /dev/null
Binary files differ