Update pipeline-netcore-runtime.yml
[mono-project.git] / mcs / ilasm / ilasm.csproj
blobf2b618db7a5ae20e767905e9f83f633963f261d0
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- 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. -->
3 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
7     <ProjectGuid>{C02B3C37-DB98-40A5-84F0-F98633DA7EE4}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <NoWarn>1699</NoWarn>
10     <LangVersion>latest</LangVersion>
11     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
12     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
13     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
14     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
15     <NoStdLib>False</NoStdLib>
16     <NoConfig>True</NoConfig>
17     <AssemblyName>ilasm</AssemblyName>
18     <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
19   </PropertyGroup>
20   <PropertyGroup>
21     <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
22     Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
23     is a problem to compile the Mono mscorlib.dll -->
24     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
27     <OutputPath>./../class/lib/net_4_x-$(HostPlatform)</OutputPath>
28     <IntermediateOutputPath>./../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
29     <DefineConstants>HAS_MONO_SECURITY;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
30   </PropertyGroup>
31   <!-- @ALL_PROFILE_PROPERTIES@ -->
32   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
33     <DebugSymbols>true</DebugSymbols>
34     <DebugType>full</DebugType>
35     <Optimize>false</Optimize>
36     <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
37     <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
38   </PropertyGroup>
39   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
40     <DebugType>pdbonly</DebugType>
41     <Optimize>true</Optimize>
42   </PropertyGroup>
43   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
44   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
45     <Compile Include="ILParser.cs" />
46   </ItemGroup>
47   <!-- @BUILT_SOURCES@ -->
48   <!--Common files-->
49   <ItemGroup>
50     <Compile Include="..\build\common\Consts.cs" />
51     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs" />
52     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs" />
53     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs" />
54     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\SourceMethodBuilder.cs" />
55     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\SymbolWriterImpl.cs" />
56     <Compile Include="AssemblyInfo.cs" />
57     <Compile Include="Driver.cs" />
58     <Compile Include="Report.cs" />
59     <Compile Include="codegen\Assembly.cs" />
60     <Compile Include="codegen\BaseClassRef.cs" />
61     <Compile Include="codegen\BaseGenericTypeRef.cs" />
62     <Compile Include="codegen\BaseMethodRef.cs" />
63     <Compile Include="codegen\BaseTypeRef.cs" />
64     <Compile Include="codegen\BranchInstr.cs" />
65     <Compile Include="codegen\CalliInstr.cs" />
66     <Compile Include="codegen\CatchBlock.cs" />
67     <Compile Include="codegen\CodeGen.cs" />
68     <Compile Include="codegen\CustomAttr.cs" />
69     <Compile Include="codegen\DataDef.cs" />
70     <Compile Include="codegen\DebuggingInfo.cs" />
71     <Compile Include="codegen\DeclSecurity.cs" />
72     <Compile Include="codegen\EmitByteInstr.cs" />
73     <Compile Include="codegen\EventDef.cs" />
74     <Compile Include="codegen\ExternFieldRef.cs" />
75     <Compile Include="codegen\ExternMethodRef.cs" />
76     <Compile Include="codegen\ExternTable.cs" />
77     <Compile Include="codegen\ExternTypeRef.cs" />
78     <Compile Include="codegen\FaultBlock.cs" />
79     <Compile Include="codegen\FeatureAttr.cs" />
80     <Compile Include="codegen\FieldDef.cs" />
81     <Compile Include="codegen\FieldInstr.cs" />
82     <Compile Include="codegen\FieldRef.cs" />
83     <Compile Include="codegen\FileRef.cs" />
84     <Compile Include="codegen\FilterBlock.cs" />
85     <Compile Include="codegen\FinallyBlock.cs" />
86     <Compile Include="codegen\GenericArguments.cs" />
87     <Compile Include="codegen\GenericMethodRef.cs" />
88     <Compile Include="codegen\GenericMethodSig.cs" />
89     <Compile Include="codegen\GenericParamRef.cs" />
90     <Compile Include="codegen\GenericParameters.cs" />
91     <Compile Include="codegen\GenericTypeInst.cs" />
92     <Compile Include="codegen\GlobalFieldRef.cs" />
93     <Compile Include="codegen\GlobalMethodRef.cs" />
94     <Compile Include="codegen\HandlerBlock.cs" />
95     <Compile Include="codegen\IFieldRef.cs" />
96     <Compile Include="codegen\IInstr.cs" />
97     <Compile Include="codegen\ISehClause.cs" />
98     <Compile Include="codegen\InstrTable.cs" />
99     <Compile Include="codegen\IntInstr.cs" />
100     <Compile Include="codegen\LabelInfo.cs" />
101     <Compile Include="codegen\LdcInstr.cs" />
102     <Compile Include="codegen\LdstrInstr.cs" />
103     <Compile Include="codegen\LdtokenInstr.cs" />
104     <Compile Include="codegen\Local.cs" />
105     <Compile Include="codegen\MethodDef.cs" />
106     <Compile Include="codegen\MethodInstr.cs" />
107     <Compile Include="codegen\MethodPointerTypeRef.cs" />
108     <Compile Include="codegen\MethodRef.cs" />
109     <Compile Include="codegen\MiscInstr.cs" />
110     <Compile Include="codegen\ModifiableType.cs" />
111     <Compile Include="codegen\Module.cs" />
112     <Compile Include="codegen\ParamDef.cs" />
113     <Compile Include="codegen\PeapiTypeRef.cs" />
114     <Compile Include="codegen\Permission.cs" />
115     <Compile Include="codegen\PermissionMember.cs" />
116     <Compile Include="codegen\PermissionSet.cs" />
117     <Compile Include="codegen\PrimitiveTypeRef.cs" />
118     <Compile Include="codegen\PropertyDef.cs" />
119     <Compile Include="codegen\Sentinel.cs" />
120     <Compile Include="codegen\SimpInstr.cs" />
121     <Compile Include="codegen\SwitchInstr.cs" />
122     <Compile Include="codegen\TryBlock.cs" />
123     <Compile Include="codegen\TypeDef.cs" />
124     <Compile Include="codegen\TypeInstr.cs" />
125     <Compile Include="codegen\TypeManager.cs" />
126     <Compile Include="codegen\TypeRef.cs" />
127     <Compile Include="codegen\TypeSpecFieldRef.cs" />
128     <Compile Include="codegen\TypeSpecMethodRef.cs" />
129     <Compile Include="parser\ScannerAdapter.cs" />
130     <Compile Include="scanner\ILReader.cs" />
131     <Compile Include="scanner\ILTables.cs" />
132     <Compile Include="scanner\ILToken.cs" />
133     <Compile Include="scanner\ILTokenizer.cs" />
134     <Compile Include="scanner\ILTokenizingException.cs" />
135     <Compile Include="scanner\ITokenStream.cs" />
136     <Compile Include="scanner\InstrToken.cs" />
137     <Compile Include="scanner\Location.cs" />
138     <Compile Include="scanner\NumberHelper.cs" />
139     <Compile Include="scanner\StringHelper.cs" />
140     <Compile Include="scanner\StringHelperBase.cs" />
141     <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
142       <Name>genconsts</Name>
143       <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
144       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
145       <CopyToOutputDirectory>Never</CopyToOutputDirectory>
146       <Private>false</Private>
147     </ProjectReference>
148     <ProjectReference Include="$(SolutionDir)\mcs\jay\jay.vcxproj">
149       <Name>jay</Name>
150       <Project>{5d485d32-3b9f-4287-ab24-c8da5b89f537}</Project>
151       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
152       <CopyToOutputDirectory>Never</CopyToOutputDirectory>
153       <Private>false</Private>
154     </ProjectReference>
155   </ItemGroup>
156   <!--End of common files-->
157   <!-- @ALL_SOURCES@ -->
158   <!-- @COMMON_PROJECT_REFERENCES@ -->
159   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
160     <ProjectReference Include="../class/PEAPI/PEAPI.csproj" />
161     <ProjectReference Include="../class/System/System.csproj" />
162     <ProjectReference Include="../class/Mono.Security/Mono.Security.csproj" />
163   </ItemGroup>
164   <!-- @ALL_REFERENCES@ -->
165   <!-- @ALL_RESOURCES@ -->
166   <PropertyGroup>
167     <!-- Force the pre-build event to run after references have been resolved. The default
168       behavior is to run them before resolving references, which can cause things like
169       culevel.exe to be used before they have been built. -->
170     <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
171   </PropertyGroup>
172   <PropertyGroup>
173     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">$(ProjectDir)\..\jay\jay -ct &lt; $(ProjectDir)\..\jay\skeleton.cs $(ProjectDir)\parser\ILParser.jay &gt; $(ProjectDir)\ILParser.cs</PreBuildEvent>
174     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">$(ProjectDir)\..\jay\jay.exe -ct &lt; $(ProjectDir)\..\jay\skeleton.cs $(ProjectDir)\parser\ILParser.jay &gt; $(ProjectDir)\ILParser.cs</PreBuildEvent>
175   </PropertyGroup>
176 </Project>