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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/ilasm
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2018-03-28 20:29:28 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-03-28 20:29:28 +0300
commit2f66873ab2a10034b281dc2229811421786f3434 (patch)
treeea1a479870581eafeb782bf3ed96a7386f0064a6 /mcs/ilasm
parent753cc874f640f8734908ac8d1311b57b6613acd2 (diff)
[msvc] Update csproj files (#7811)
* [msvc] Update csproj files * [msvc] Delete old net_4_x.csproj and xbuild_12.csproj files
Diffstat (limited to 'mcs/ilasm')
-rw-r--r--mcs/ilasm/ilasm-net_4_x.csproj187
-rw-r--r--mcs/ilasm/ilasm.csproj288
2 files changed, 145 insertions, 330 deletions
diff --git a/mcs/ilasm/ilasm-net_4_x.csproj b/mcs/ilasm/ilasm-net_4_x.csproj
deleted file mode 100644
index ce3fc349e02..00000000000
--- a/mcs/ilasm/ilasm-net_4_x.csproj
+++ /dev/null
@@ -1,187 +0,0 @@
-<?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>{D32B01EF-8E8D-41C1-848D-6DAEAA3FCA6C}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <NoWarn>1699</NoWarn>
- <LangVersion>latest</LangVersion>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <OutputPath>./../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>False</NoStdLib>
-
-
- <NoConfig>True</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>ilasm</AssemblyName>
- <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
-
- </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;MULTIPLEX_OS</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;MULTIPLEX_OS</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="..\build\common\Consts.cs" />
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="codegen\Assembly.cs" />
- <Compile Include="codegen\BaseClassRef.cs" />
- <Compile Include="codegen\BaseGenericTypeRef.cs" />
- <Compile Include="codegen\BaseMethodRef.cs" />
- <Compile Include="codegen\BaseTypeRef.cs" />
- <Compile Include="codegen\BranchInstr.cs" />
- <Compile Include="codegen\CalliInstr.cs" />
- <Compile Include="codegen\CatchBlock.cs" />
- <Compile Include="codegen\CodeGen.cs" />
- <Compile Include="codegen\CustomAttr.cs" />
- <Compile Include="codegen\DataDef.cs" />
- <Compile Include="codegen\DebuggingInfo.cs" />
- <Compile Include="codegen\DeclSecurity.cs" />
- <Compile Include="codegen\EmitByteInstr.cs" />
- <Compile Include="codegen\EventDef.cs" />
- <Compile Include="codegen\ExternFieldRef.cs" />
- <Compile Include="codegen\ExternMethodRef.cs" />
- <Compile Include="codegen\ExternTable.cs" />
- <Compile Include="codegen\ExternTypeRef.cs" />
- <Compile Include="codegen\FaultBlock.cs" />
- <Compile Include="codegen\FeatureAttr.cs" />
- <Compile Include="codegen\FieldDef.cs" />
- <Compile Include="codegen\FieldInstr.cs" />
- <Compile Include="codegen\FieldRef.cs" />
- <Compile Include="codegen\FileRef.cs" />
- <Compile Include="codegen\FilterBlock.cs" />
- <Compile Include="codegen\FinallyBlock.cs" />
- <Compile Include="codegen\GenericArguments.cs" />
- <Compile Include="codegen\GenericMethodRef.cs" />
- <Compile Include="codegen\GenericMethodSig.cs" />
- <Compile Include="codegen\GenericParameters.cs" />
- <Compile Include="codegen\GenericParamRef.cs" />
- <Compile Include="codegen\GenericTypeInst.cs" />
- <Compile Include="codegen\GlobalFieldRef.cs" />
- <Compile Include="codegen\GlobalMethodRef.cs" />
- <Compile Include="codegen\HandlerBlock.cs" />
- <Compile Include="codegen\IFieldRef.cs" />
- <Compile Include="codegen\IInstr.cs" />
- <Compile Include="codegen\InstrTable.cs" />
- <Compile Include="codegen\IntInstr.cs" />
- <Compile Include="codegen\ISehClause.cs" />
- <Compile Include="codegen\LabelInfo.cs" />
- <Compile Include="codegen\LdcInstr.cs" />
- <Compile Include="codegen\LdstrInstr.cs" />
- <Compile Include="codegen\LdtokenInstr.cs" />
- <Compile Include="codegen\Local.cs" />
- <Compile Include="codegen\MethodDef.cs" />
- <Compile Include="codegen\MethodInstr.cs" />
- <Compile Include="codegen\MethodPointerTypeRef.cs" />
- <Compile Include="codegen\MethodRef.cs" />
- <Compile Include="codegen\MiscInstr.cs" />
- <Compile Include="codegen\ModifiableType.cs" />
- <Compile Include="codegen\Module.cs" />
- <Compile Include="codegen\ParamDef.cs" />
- <Compile Include="codegen\PeapiTypeRef.cs" />
- <Compile Include="codegen\Permission.cs" />
- <Compile Include="codegen\PermissionMember.cs" />
- <Compile Include="codegen\PermissionSet.cs" />
- <Compile Include="codegen\PrimitiveTypeRef.cs" />
- <Compile Include="codegen\PropertyDef.cs" />
- <Compile Include="codegen\Sentinel.cs" />
- <Compile Include="codegen\SimpInstr.cs" />
- <Compile Include="codegen\SwitchInstr.cs" />
- <Compile Include="codegen\TryBlock.cs" />
- <Compile Include="codegen\TypeDef.cs" />
- <Compile Include="codegen\TypeInstr.cs" />
- <Compile Include="codegen\TypeManager.cs" />
- <Compile Include="codegen\TypeRef.cs" />
- <Compile Include="codegen\TypeSpecFieldRef.cs" />
- <Compile Include="codegen\TypeSpecMethodRef.cs" />
- <Compile Include="Driver.cs" />
- <Compile Include="parser\ScannerAdapter.cs" />
- <Compile Include="Report.cs" />
- <Compile Include="scanner\ILReader.cs" />
- <Compile Include="scanner\ILTables.cs" />
- <Compile Include="scanner\ILToken.cs" />
- <Compile Include="scanner\ILTokenizer.cs" />
- <Compile Include="scanner\ILTokenizingException.cs" />
- <Compile Include="scanner\InstrToken.cs" />
- <Compile Include="scanner\ITokenStream.cs" />
- <Compile Include="scanner\Location.cs" />
- <Compile Include="scanner\NumberHelper.cs" />
- <Compile Include="scanner\StringHelper.cs" />
- <Compile Include="scanner\StringHelperBase.cs" />
- <Compile Include="ILParser.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' ">
-$(ProjectDir)\..\jay\jay\jay -ct &lt; $(ProjectDir)\..\jay\skeleton.cs $(ProjectDir)\parser\ILParser.jay > $(ProjectDir)\ILParser.cs
-
-
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-$(ProjectDir)\..\jay\jay.exe -ct &lt; $(ProjectDir)\..\jay\skeleton.cs $(ProjectDir)\parser\ILParser.jay > $(ProjectDir)\ILParser.cs
-
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../class/PEAPI/PEAPI-net_4_x.csproj">
- <Project>{34443C71-09F1-4F21-ABB4-82822376F74F}</Project>
- <Name>PEAPI-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter-net_4_x.csproj">
- <Project>{88177C4B-894F-485D-B95A-44199C06BE9F}</Project>
- <Name>Mono.CompilerServices.SymbolWriter-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../class/Mono.Security/Mono.Security-net_4_x.csproj">
- <Project>{42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}</Project>
- <Name>Mono.Security-net_4_x</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-
diff --git a/mcs/ilasm/ilasm.csproj b/mcs/ilasm/ilasm.csproj
index a72cd9f0060..fcf8ce3ebe3 100644
--- a/mcs/ilasm/ilasm.csproj
+++ b/mcs/ilasm/ilasm.csproj
@@ -1,144 +1,146 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProjectGuid>{C02B3C37-DB98-40A5-84F0-F98633DA7EE4}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>ilasm</RootNamespace>
- <AssemblyName>ilasm</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG;NET_4_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Externalconsole>true</Externalconsole>
- <PlatformTarget>x86</PlatformTarget>
- <Commandlineparameters></Commandlineparameters>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Externalconsole>true</Externalconsole>
- <PlatformTarget>x86</PlatformTarget>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="PEAPI">
- <HintPath>..\class\lib\net_4_x\PEAPI.dll</HintPath>
- </Reference>
- <Reference Include="Mono.CompilerServices.SymbolWriter" />
- <Reference Include="Mono.Security" />
- </ItemGroup>
- <ItemGroup>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Folder Include="codegen\" />
- <Folder Include="parser\" />
- <Folder Include="scanner\" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="codegen\Assembly.cs" />
- <Compile Include="codegen\BaseClassRef.cs" />
- <Compile Include="codegen\BaseGenericTypeRef.cs" />
- <Compile Include="codegen\BaseMethodRef.cs" />
- <Compile Include="codegen\BaseTypeRef.cs" />
- <Compile Include="codegen\BranchInstr.cs" />
- <Compile Include="codegen\CalliInstr.cs" />
- <Compile Include="codegen\CatchBlock.cs" />
- <Compile Include="codegen\CodeGen.cs" />
- <Compile Include="codegen\CustomAttr.cs" />
- <Compile Include="codegen\DataDef.cs" />
- <Compile Include="codegen\DebuggingInfo.cs" />
- <Compile Include="codegen\DeclSecurity.cs" />
- <Compile Include="codegen\EmitByteInstr.cs" />
- <Compile Include="codegen\EventDef.cs" />
- <Compile Include="codegen\ExternFieldRef.cs" />
- <Compile Include="codegen\ExternMethodRef.cs" />
- <Compile Include="codegen\ExternTable.cs" />
- <Compile Include="codegen\ExternTypeRef.cs" />
- <Compile Include="codegen\FaultBlock.cs" />
- <Compile Include="codegen\FeatureAttr.cs" />
- <Compile Include="codegen\FieldDef.cs" />
- <Compile Include="codegen\FieldInstr.cs" />
- <Compile Include="codegen\FieldRef.cs" />
- <Compile Include="codegen\FileRef.cs" />
- <Compile Include="codegen\FilterBlock.cs" />
- <Compile Include="codegen\FinallyBlock.cs" />
- <Compile Include="codegen\GenericArguments.cs" />
- <Compile Include="codegen\GenericMethodRef.cs" />
- <Compile Include="codegen\GenericMethodSig.cs" />
- <Compile Include="codegen\GenericParamRef.cs" />
- <Compile Include="codegen\GenericParameters.cs" />
- <Compile Include="codegen\GenericTypeInst.cs" />
- <Compile Include="codegen\GlobalFieldRef.cs" />
- <Compile Include="codegen\GlobalMethodRef.cs" />
- <Compile Include="codegen\HandlerBlock.cs" />
- <Compile Include="codegen\IFieldRef.cs" />
- <Compile Include="codegen\IInstr.cs" />
- <Compile Include="codegen\IMethodRef.cs" />
- <Compile Include="codegen\ISehClause.cs" />
- <Compile Include="codegen\InstrTable.cs" />
- <Compile Include="codegen\IntInstr.cs" />
- <Compile Include="codegen\LabelInfo.cs" />
- <Compile Include="codegen\LdcInstr.cs" />
- <Compile Include="codegen\LdstrInstr.cs" />
- <Compile Include="codegen\LdtokenInstr.cs" />
- <Compile Include="codegen\Local.cs" />
- <Compile Include="codegen\MethodDef.cs" />
- <Compile Include="codegen\MethodInstr.cs" />
- <Compile Include="codegen\MethodPointerTypeRef.cs" />
- <Compile Include="codegen\MethodRef.cs" />
- <Compile Include="codegen\MiscInstr.cs" />
- <Compile Include="codegen\ModifiableType.cs" />
- <Compile Include="codegen\Module.cs" />
- <Compile Include="codegen\ParamDef.cs" />
- <Compile Include="codegen\PeapiTypeRef.cs" />
- <Compile Include="codegen\Permission.cs" />
- <Compile Include="codegen\PermissionMember.cs" />
- <Compile Include="codegen\PermissionSet.cs" />
- <Compile Include="codegen\PrimitiveTypeRef.cs" />
- <Compile Include="codegen\PropertyDef.cs" />
- <Compile Include="codegen\Sentinel.cs" />
- <Compile Include="codegen\SimpInstr.cs" />
- <Compile Include="codegen\SwitchInstr.cs" />
- <Compile Include="codegen\TryBlock.cs" />
- <Compile Include="codegen\TypeDef.cs" />
- <Compile Include="codegen\TypeInstr.cs" />
- <Compile Include="codegen\TypeManager.cs" />
- <Compile Include="codegen\TypeRef.cs" />
- <Compile Include="codegen\TypeSpecFieldRef.cs" />
- <Compile Include="codegen\TypeSpecMethodRef.cs" />
- <Compile Include="codegen\Types.cs" />
- <Compile Include="parser\ScannerAdapter.cs" />
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="Driver.cs" />
- <Compile Include="Report.cs" />
- <Compile Include="scanner\ILReader.cs" />
- <Compile Include="scanner\ILTables.cs" />
- <Compile Include="scanner\ILToken.cs" />
- <Compile Include="scanner\ILTokenizer.cs" />
- <Compile Include="scanner\ILTokenizingException.cs" />
- <Compile Include="scanner\ITokenStream.cs" />
- <Compile Include="scanner\InstrToken.cs" />
- <Compile Include="scanner\Location.cs" />
- <Compile Include="scanner\NumberHelper.cs" />
- <Compile Include="scanner\StringHelper.cs" />
- <Compile Include="scanner\StringHelperBase.cs" />
- <Compile Include="ILParser.cs" />
- <Compile Include="..\build\common\Consts.cs">
- <Link>Consts.cs</Link>
- </Compile>
- </ItemGroup>
+<?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="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <ProjectGuid>{C02B3C37-DB98-40A5-84F0-F98633DA7EE4}</ProjectGuid>
+ <OutputType>Exe</OutputType>
+ <NoWarn>1699</NoWarn>
+ <LangVersion>latest</LangVersion>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
+ <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
+ <NoStdLib>False</NoStdLib>
+ <NoConfig>True</NoConfig>
+ <AssemblyName>ilasm</AssemblyName>
+ <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+ </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>
+ <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <OutputPath>./../class/lib/net_4_x-$(HostPlatform)</OutputPath>
+ <IntermediateOutputPath>./../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
+ </PropertyGroup>
+ <!-- @ALL_PROFILE_PROPERTIES@ -->
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
+ <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <!-- @COMMON_SOURCES@ -->
+ <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <Compile Include="..\build\common\Consts.cs" />
+ <Compile Include="AssemblyInfo.cs" />
+ <Compile Include="codegen\Assembly.cs" />
+ <Compile Include="codegen\BaseClassRef.cs" />
+ <Compile Include="codegen\BaseGenericTypeRef.cs" />
+ <Compile Include="codegen\BaseMethodRef.cs" />
+ <Compile Include="codegen\BaseTypeRef.cs" />
+ <Compile Include="codegen\BranchInstr.cs" />
+ <Compile Include="codegen\CalliInstr.cs" />
+ <Compile Include="codegen\CatchBlock.cs" />
+ <Compile Include="codegen\CodeGen.cs" />
+ <Compile Include="codegen\CustomAttr.cs" />
+ <Compile Include="codegen\DataDef.cs" />
+ <Compile Include="codegen\DebuggingInfo.cs" />
+ <Compile Include="codegen\DeclSecurity.cs" />
+ <Compile Include="codegen\EmitByteInstr.cs" />
+ <Compile Include="codegen\EventDef.cs" />
+ <Compile Include="codegen\ExternFieldRef.cs" />
+ <Compile Include="codegen\ExternMethodRef.cs" />
+ <Compile Include="codegen\ExternTable.cs" />
+ <Compile Include="codegen\ExternTypeRef.cs" />
+ <Compile Include="codegen\FaultBlock.cs" />
+ <Compile Include="codegen\FeatureAttr.cs" />
+ <Compile Include="codegen\FieldDef.cs" />
+ <Compile Include="codegen\FieldInstr.cs" />
+ <Compile Include="codegen\FieldRef.cs" />
+ <Compile Include="codegen\FileRef.cs" />
+ <Compile Include="codegen\FilterBlock.cs" />
+ <Compile Include="codegen\FinallyBlock.cs" />
+ <Compile Include="codegen\GenericArguments.cs" />
+ <Compile Include="codegen\GenericMethodRef.cs" />
+ <Compile Include="codegen\GenericMethodSig.cs" />
+ <Compile Include="codegen\GenericParameters.cs" />
+ <Compile Include="codegen\GenericParamRef.cs" />
+ <Compile Include="codegen\GenericTypeInst.cs" />
+ <Compile Include="codegen\GlobalFieldRef.cs" />
+ <Compile Include="codegen\GlobalMethodRef.cs" />
+ <Compile Include="codegen\HandlerBlock.cs" />
+ <Compile Include="codegen\IFieldRef.cs" />
+ <Compile Include="codegen\IInstr.cs" />
+ <Compile Include="codegen\InstrTable.cs" />
+ <Compile Include="codegen\IntInstr.cs" />
+ <Compile Include="codegen\ISehClause.cs" />
+ <Compile Include="codegen\LabelInfo.cs" />
+ <Compile Include="codegen\LdcInstr.cs" />
+ <Compile Include="codegen\LdstrInstr.cs" />
+ <Compile Include="codegen\LdtokenInstr.cs" />
+ <Compile Include="codegen\Local.cs" />
+ <Compile Include="codegen\MethodDef.cs" />
+ <Compile Include="codegen\MethodInstr.cs" />
+ <Compile Include="codegen\MethodPointerTypeRef.cs" />
+ <Compile Include="codegen\MethodRef.cs" />
+ <Compile Include="codegen\MiscInstr.cs" />
+ <Compile Include="codegen\ModifiableType.cs" />
+ <Compile Include="codegen\Module.cs" />
+ <Compile Include="codegen\ParamDef.cs" />
+ <Compile Include="codegen\PeapiTypeRef.cs" />
+ <Compile Include="codegen\Permission.cs" />
+ <Compile Include="codegen\PermissionMember.cs" />
+ <Compile Include="codegen\PermissionSet.cs" />
+ <Compile Include="codegen\PrimitiveTypeRef.cs" />
+ <Compile Include="codegen\PropertyDef.cs" />
+ <Compile Include="codegen\Sentinel.cs" />
+ <Compile Include="codegen\SimpInstr.cs" />
+ <Compile Include="codegen\SwitchInstr.cs" />
+ <Compile Include="codegen\TryBlock.cs" />
+ <Compile Include="codegen\TypeDef.cs" />
+ <Compile Include="codegen\TypeInstr.cs" />
+ <Compile Include="codegen\TypeManager.cs" />
+ <Compile Include="codegen\TypeRef.cs" />
+ <Compile Include="codegen\TypeSpecFieldRef.cs" />
+ <Compile Include="codegen\TypeSpecMethodRef.cs" />
+ <Compile Include="Driver.cs" />
+ <Compile Include="parser\ScannerAdapter.cs" />
+ <Compile Include="Report.cs" />
+ <Compile Include="scanner\ILReader.cs" />
+ <Compile Include="scanner\ILTables.cs" />
+ <Compile Include="scanner\ILToken.cs" />
+ <Compile Include="scanner\ILTokenizer.cs" />
+ <Compile Include="scanner\ILTokenizingException.cs" />
+ <Compile Include="scanner\InstrToken.cs" />
+ <Compile Include="scanner\ITokenStream.cs" />
+ <Compile Include="scanner\Location.cs" />
+ <Compile Include="scanner\NumberHelper.cs" />
+ <Compile Include="scanner\StringHelper.cs" />
+ <Compile Include="scanner\StringHelperBase.cs" />
+ <Compile Include="ILParser.cs" />
+ </ItemGroup>
+ <!-- @ALL_SOURCES@ -->
+ <!-- @COMMON_PROJECT_REFERENCES@ -->
+ <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <ProjectReference Include="../class/PEAPI/PEAPI.csproj" />
+ <ProjectReference Include="../class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj" />
+ <ProjectReference Include="../class/Mono.Security/Mono.Security.csproj" />
+ </ItemGroup>
+ <!-- @ALL_REFERENCES@ -->
+ <!-- @ALL_RESOURCES@ -->
+ <PropertyGroup>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">$(ProjectDir)\..\jay\jay -ct &lt; $(ProjectDir)\..\jay\skeleton.cs $(ProjectDir)\parser\ILParser.jay &gt; $(ProjectDir)\ILParser.cs</PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">$(ProjectDir)\..\jay\jay.exe -ct &lt; $(ProjectDir)\..\jay\skeleton.cs $(ProjectDir)\parser\ILParser.jay &gt; $(ProjectDir)\ILParser.cs</PreBuildEvent>
+ </PropertyGroup>
</Project> \ No newline at end of file