提交 90b11833 编写于 作者: M monojenkins 提交者: Marek Safar

[msvc] Update csproj files

上级 2115cd73
......@@ -87,11 +87,10 @@
<Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
<Name>System-net_4_x</Name>
</ProjectReference>
<Reference Include="./../../class/lib/net_4_x/Mono.Cecil.dll">
<SpecificVersion>False</SpecificVersion>
<HintPath>./../../class/lib/net_4_x/Mono.Cecil.dll</HintPath>
<Private>False</Private>
</Reference>
<ProjectReference Include="../Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{2C0D558F-0B38-4691-967E-A910A1B995C1}</Project>
<Name>Mono.Cecil-net_4_x</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
......
<?xml version="1.0" encoding="utf-8"?>
<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
......@@ -33,7 +34,7 @@
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>false</Optimize>
<DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;NET_3_5</DefineConstants>
<DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;NET_4_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
......@@ -41,7 +42,7 @@
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;NET_3_5</DefineConstants>
<DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;NET_4_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
......@@ -53,43 +54,9 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\Code.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\CodeReader.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\CodeWriter.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\Document.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\ExceptionHandler.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\ILProcessor.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\Instruction.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\MethodBody.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\OpCode.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\OpCodes.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\SequencePoint.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\Symbols.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\VariableDefinition.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\VariableReference.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\BlobHeap.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\Buffers.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\CodedIndex.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\ElementType.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\GuidHeap.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\Heap.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\MetadataToken.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\Row.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\StringHeap.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\TableHeap.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\TokenType.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\UserStringHeap.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\Utilities.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.PE\BinaryStreamReader.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.PE\BinaryStreamWriter.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.PE\ByteBuffer.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.PE\ByteBufferEqualityComparer.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.PE\DataDirectory.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.PE\Image.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.PE\ImageReader.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.PE\ImageWriter.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.PE\Section.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.PE\TextMap.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\*.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Metadata\*.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.PE\*.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil\ArrayType.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil\AssemblyDefinition.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil\AssemblyFlags.cs" />
......@@ -164,6 +131,7 @@
<Compile Include="..\..\..\external\cecil\Mono.Cecil\SecurityDeclaration.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil\SentinelType.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil\TargetRuntime.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil\Treatments.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil\TypeAttributes.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil\TypeDefinition.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil\TypeDefinitionCollection.cs" />
......@@ -172,14 +140,13 @@
<Compile Include="..\..\..\external\cecil\Mono.Cecil\TypeSpecification.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil\TypeSystem.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil\VariantType.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Collections.Generic\Collection.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Collections.Generic\ReadOnlyCollection.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Security.Cryptography\CryptoConvert.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Security.Cryptography\CryptoService.cs" />
<Compile Include="..\..\..\external\cecil\Mono\Actions.cs" />
<Compile Include="..\..\..\external\cecil\Mono\Empty.cs" />
<Compile Include="..\..\..\external\cecil\Mono\Funcs.cs" />
<Compile Include="..\..\..\external\cecil\System.Runtime.CompilerServices\ExtensionAttribute.cs" /> </ItemGroup>
<Compile Include="..\..\..\external\cecil\Mono.Cecil\WindowsRuntimeProjections.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Collections.Generic\*.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Security.Cryptography\*.cs" />
<Compile Include="..\..\..\external\cecil\Mono\*.cs" />
<Compile Include="..\..\..\external\cecil\ProjectInfo.cs" />
<Compile Include="..\..\..\external\cecil\System.Security.Cryptography\*.cs" />
<Compile Include="Consts.cs" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
......
......@@ -460,11 +460,10 @@
<Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
<Name>System.Core-net_4_x</Name>
</ProjectReference>
<Reference Include="./../../class/lib/net_4_x/Mono.Cecil.dll">
<SpecificVersion>False</SpecificVersion>
<HintPath>./../../class/lib/net_4_x/Mono.Cecil.dll</HintPath>
<Private>False</Private>
</Reference>
<ProjectReference Include="../Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{2C0D558F-0B38-4691-967E-A910A1B995C1}</Project>
<Name>Mono.Cecil-net_4_x</Name>
</ProjectReference>
<ProjectReference Include="../Mono.Cecil.Mdb/Mono.Cecil.Mdb-net_4_x.csproj">
<Project>{CF14D34A-F69B-47FB-A99C-D25C77198F30}</Project>
<Name>Mono.Cecil.Mdb-net_4_x</Name>
......
......@@ -161,11 +161,10 @@
<Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
<Name>System-net_4_x</Name>
</ProjectReference>
<Reference Include="./../../class/lib/net_4_x/Mono.Cecil.dll">
<SpecificVersion>False</SpecificVersion>
<HintPath>./../../class/lib/net_4_x/Mono.Cecil.dll</HintPath>
<Private>False</Private>
</Reference>
<ProjectReference Include="../Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{2C0D558F-0B38-4691-967E-A910A1B995C1}</Project>
<Name>Mono.Cecil-net_4_x</Name>
</ProjectReference>
<ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
<Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
<Name>System.Core-net_4_x</Name>
......
<?xml version="1.0" encoding="utf-8"?>
<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{CF1339E8-584B-4B3D-9A93-6F4AFDAFEE66}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>./../../../class/lib/net_4_x/legacy</OutputPath>
<IntermediateOutputPath>obj-legacy</IntermediateOutputPath>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>
</RootNamespace>
<AssemblyName>Mono.Cecil</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>../../mono.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>false</Optimize>
<DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;NET_3_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;NET_3_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
is a problem to compile the Mono mscorlib.dll -->
<PropertyGroup>
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\Code.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\CodeReader.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\CodeWriter.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\Document.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\ExceptionHandler.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\ILProcessor.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\Instruction.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\MethodBody.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\OpCode.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\OpCodes.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\SequencePoint.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\Symbols.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\VariableDefinition.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\VariableReference.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Metadata\BlobHeap.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Metadata\Buffers.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Metadata\CodedIndex.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Metadata\ElementType.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Metadata\GuidHeap.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Metadata\Heap.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Metadata\MetadataToken.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Metadata\Row.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Metadata\StringHeap.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Metadata\TableHeap.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Metadata\TokenType.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Metadata\UserStringHeap.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Metadata\Utilities.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.PE\BinaryStreamReader.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.PE\BinaryStreamWriter.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.PE\ByteBuffer.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.PE\ByteBufferEqualityComparer.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.PE\DataDirectory.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.PE\Image.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.PE\ImageReader.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.PE\ImageWriter.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.PE\Section.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.PE\TextMap.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\ArrayType.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\AssemblyDefinition.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\AssemblyFlags.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\AssemblyHashAlgorithm.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\AssemblyInfo.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\AssemblyLinkedResource.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\AssemblyNameDefinition.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\AssemblyNameReference.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\AssemblyReader.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\AssemblyWriter.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\BaseAssemblyResolver.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\CallSite.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\CustomAttribute.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\DefaultAssemblyResolver.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\EmbeddedResource.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\EventAttributes.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\EventDefinition.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\EventReference.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\ExportedType.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\FieldAttributes.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\FieldDefinition.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\FieldReference.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\FileAttributes.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\FunctionPointerType.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\GenericInstanceMethod.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\GenericInstanceType.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\GenericParameter.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\GenericParameterAttributes.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\IConstantProvider.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\ICustomAttributeProvider.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\IGenericInstance.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\IGenericParameterProvider.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\IMarshalInfoProvider.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\IMemberDefinition.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\IMetadataScope.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\IMetadataTokenProvider.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\IMethodSignature.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\Import.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\LinkedResource.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\ManifestResourceAttributes.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\MarshalInfo.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\MemberDefinitionCollection.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\MemberReference.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\MetadataResolver.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\MetadataSystem.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\MethodAttributes.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\MethodCallingConvention.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\MethodDefinition.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\MethodImplAttributes.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\MethodReference.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\MethodReturnType.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\MethodSemanticsAttributes.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\MethodSpecification.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\Modifiers.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\ModuleDefinition.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\ModuleKind.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\ModuleReference.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\NativeType.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\ParameterAttributes.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\ParameterDefinition.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\ParameterDefinitionCollection.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\ParameterReference.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\PinnedType.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\PInvokeAttributes.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\PInvokeInfo.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\PointerType.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\PropertyAttributes.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\PropertyDefinition.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\PropertyReference.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\ReferenceType.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\Resource.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\SecurityDeclaration.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\SentinelType.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\TargetRuntime.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\TypeAttributes.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\TypeDefinition.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\TypeDefinitionCollection.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\TypeParser.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\TypeReference.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\TypeSpecification.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\TypeSystem.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil\VariantType.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Collections.Generic\Collection.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Collections.Generic\ReadOnlyCollection.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Security.Cryptography\CryptoConvert.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Security.Cryptography\CryptoService.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono\Actions.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono\Empty.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono\Funcs.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\System.Runtime.CompilerServices\ExtensionAttribute.cs" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup>
<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</PreBuildEvent>
<PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
</PreBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</PostBuildEvent>
<PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
</PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../corlib/corlib-net_4_x.csproj">
<Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
<Name>corlib-net_4_x</Name>
</ProjectReference>
<ProjectReference Include="../../System.Core/System.Core-net_4_x.csproj">
<Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
<Name>System.Core-net_4_x</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>
......@@ -81,8 +81,8 @@
<Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
<Name>System-net_4_x</Name>
</ProjectReference>
<ProjectReference Include="../../class/legacy/Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{6DE38817-EC25-433A-AE58-0D30C5E6C460}</Project>
<ProjectReference Include="../../class/Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{2C0D558F-0B38-4691-967E-A910A1B995C1}</Project>
<Name>Mono.Cecil-net_4_x</Name>
</ProjectReference>
</ItemGroup>
......
......@@ -80,8 +80,8 @@
<Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
<Name>corlib-net_4_x</Name>
</ProjectReference>
<ProjectReference Include="../../class/legacy/Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{6DE38817-EC25-433A-AE58-0D30C5E6C460}</Project>
<ProjectReference Include="../../class/Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{2C0D558F-0B38-4691-967E-A910A1B995C1}</Project>
<Name>Mono.Cecil-net_4_x</Name>
</ProjectReference>
<ProjectReference Include="../../class/System.XML/System.Xml-net_4_x.csproj">
......
......@@ -116,8 +116,8 @@
<Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
<Name>System.Xml-net_4_x</Name>
</ProjectReference>
<ProjectReference Include="../../class/legacy/Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{6DE38817-EC25-433A-AE58-0D30C5E6C460}</Project>
<ProjectReference Include="../../class/Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{2C0D558F-0B38-4691-967E-A910A1B995C1}</Project>
<Name>Mono.Cecil-net_4_x</Name>
</ProjectReference>
</ItemGroup>
......
......@@ -76,8 +76,8 @@
<Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
<Name>corlib-net_4_x</Name>
</ProjectReference>
<ProjectReference Include="../../class/legacy/Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{6DE38817-EC25-433A-AE58-0D30C5E6C460}</Project>
<ProjectReference Include="../../class/Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{2C0D558F-0B38-4691-967E-A910A1B995C1}</Project>
<Name>Mono.Cecil-net_4_x</Name>
</ProjectReference>
<ProjectReference Include="../../class/Mono.Cecil.Mdb/Mono.Cecil.Mdb-net_4_x.csproj">
......
......@@ -111,8 +111,8 @@
<Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
<Name>System.Core-net_4_x</Name>
</ProjectReference>
<ProjectReference Include="../../class/legacy/Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{6DE38817-EC25-433A-AE58-0D30C5E6C460}</Project>
<ProjectReference Include="../../class/Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{2C0D558F-0B38-4691-967E-A910A1B995C1}</Project>
<Name>Mono.Cecil-net_4_x</Name>
</ProjectReference>
<ProjectReference Include="../../class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib-net_4_x.csproj">
......
......@@ -101,8 +101,8 @@
<Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
<Name>corlib-net_4_x</Name>
</ProjectReference>
<ProjectReference Include="../../class/legacy/Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{6DE38817-EC25-433A-AE58-0D30C5E6C460}</Project>
<ProjectReference Include="../../class/Mono.Cecil/Mono.Cecil-net_4_x.csproj">
<Project>{2C0D558F-0B38-4691-967E-A910A1B995C1}</Project>
<Name>Mono.Cecil-net_4_x</Name>
</ProjectReference>
<ProjectReference Include="../../class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter-net_4_x.csproj">
......
......@@ -211,7 +211,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Http-net_4_x", "mcs/cl
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Cairo-net_4_x", "mcs/class/Mono.Cairo/Mono.Cairo-net_4_x.csproj", "{D76A0C93-56FE-4339-99A8-B7A3D49D6DDE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Cecil-net_4_x", "mcs/class/legacy/Mono.Cecil/Mono.Cecil-net_4_x.csproj", "{6DE38817-EC25-433A-AE58-0D30C5E6C460}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Cecil-net_4_x", "mcs/class/Mono.Cecil/Mono.Cecil-net_4_x.csproj", "{2C0D558F-0B38-4691-967E-A910A1B995C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Cecil.Mdb-net_4_x", "mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb-net_4_x.csproj", "{CF14D34A-F69B-47FB-A99C-D25C77198F30}"
EndProject
......@@ -305,6 +305,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Workflow.Runtime-net
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Reflection.Context-net_4_x", "mcs/class/System.Reflection.Context/System.Reflection.Context-net_4_x.csproj", "{50A4818C-4BD7-49DB-AD2C-FF3FB0A9D392}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "legacy_Mono.Cecil-net_4_x", "mcs/class/legacy/Mono.Cecil/legacy_Mono.Cecil-net_4_x.csproj", "{CF1339E8-584B-4B3D-9A93-6F4AFDAFEE66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Facades_System.Security.Cryptography.X509Certificates-net_4_x", "mcs/class/Facades/System.Security.Cryptography.X509Certificates/Facades_System.Security.Cryptography.X509Certificates-net_4_x.csproj", "{C2E71C2B-A806-4FEB-AE2D-A5BE884E3BA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Facades_System.ServiceModel.Primitives-net_4_x", "mcs/class/Facades/System.ServiceModel.Primitives/Facades_System.ServiceModel.Primitives-net_4_x.csproj", "{524B10FC-880D-4131-8CAE-027BC3A68B6F}"
......@@ -1099,10 +1101,10 @@ Global
{D76A0C93-56FE-4339-99A8-B7A3D49D6DDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D76A0C93-56FE-4339-99A8-B7A3D49D6DDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D76A0C93-56FE-4339-99A8-B7A3D49D6DDE}.Release|Any CPU.Build.0 = Release|Any CPU
{6DE38817-EC25-433A-AE58-0D30C5E6C460}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DE38817-EC25-433A-AE58-0D30C5E6C460}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DE38817-EC25-433A-AE58-0D30C5E6C460}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DE38817-EC25-433A-AE58-0D30C5E6C460}.Release|Any CPU.Build.0 = Release|Any CPU
{2C0D558F-0B38-4691-967E-A910A1B995C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C0D558F-0B38-4691-967E-A910A1B995C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C0D558F-0B38-4691-967E-A910A1B995C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C0D558F-0B38-4691-967E-A910A1B995C1}.Release|Any CPU.Build.0 = Release|Any CPU
{CF14D34A-F69B-47FB-A99C-D25C77198F30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF14D34A-F69B-47FB-A99C-D25C77198F30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF14D34A-F69B-47FB-A99C-D25C77198F30}.Release|Any CPU.ActiveCfg = Release|Any CPU
......@@ -1287,6 +1289,10 @@ Global
{50A4818C-4BD7-49DB-AD2C-FF3FB0A9D392}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50A4818C-4BD7-49DB-AD2C-FF3FB0A9D392}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50A4818C-4BD7-49DB-AD2C-FF3FB0A9D392}.Release|Any CPU.Build.0 = Release|Any CPU
{CF1339E8-584B-4B3D-9A93-6F4AFDAFEE66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF1339E8-584B-4B3D-9A93-6F4AFDAFEE66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF1339E8-584B-4B3D-9A93-6F4AFDAFEE66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF1339E8-584B-4B3D-9A93-6F4AFDAFEE66}.Release|Any CPU.Build.0 = Release|Any CPU
{C2E71C2B-A806-4FEB-AE2D-A5BE884E3BA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2E71C2B-A806-4FEB-AE2D-A5BE884E3BA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2E71C2B-A806-4FEB-AE2D-A5BE884E3BA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册