Merge pull request #3023 from lambdageek/dev/monoerror-minisig
[mono-project.git] / mcs / ilasm / ilasm-net_4_x.csproj
blob3cb5f677d4b26dc517d32b85672fe3461ef733a2
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{D32B01EF-8E8D-41C1-848D-6DAEAA3FCA6C}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <NoWarn>1699</NoWarn>
11 <OutputPath>./../class/lib/net_4_x</OutputPath>
12 <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
13 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
14 <NoStdLib>True</NoStdLib>
16 <NoConfig>True</NoConfig>
18 <AppDesignerFolder>Properties</AppDesignerFolder>
19 <RootNamespace>
20 </RootNamespace>
21 <AssemblyName>ilasm</AssemblyName>
22 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
23 <FileAlignment>512</FileAlignment>
24 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
27 <DebugSymbols>true</DebugSymbols>
28 <DebugType>full</DebugType>
29 <NoWarn>1699</NoWarn>
30 <Optimize>false</Optimize>
31 <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup>
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36 <DebugType>pdbonly</DebugType>
37 <NoWarn>1699</NoWarn>
38 <Optimize>true</Optimize>
39 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
40 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel>
42 </PropertyGroup>
43 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
44 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
45 is a problem to compile the Mono mscorlib.dll -->
46 <PropertyGroup>
47 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
48 </PropertyGroup>
49 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
50 <ItemGroup>
51 <Compile Include="..\build\common\Consts.cs" />
52 <Compile Include="AssemblyInfo.cs" />
53 <Compile Include="codegen\Assembly.cs" />
54 <Compile Include="codegen\BaseClassRef.cs" />
55 <Compile Include="codegen\BaseGenericTypeRef.cs" />
56 <Compile Include="codegen\BaseMethodRef.cs" />
57 <Compile Include="codegen\BaseTypeRef.cs" />
58 <Compile Include="codegen\BranchInstr.cs" />
59 <Compile Include="codegen\CalliInstr.cs" />
60 <Compile Include="codegen\CatchBlock.cs" />
61 <Compile Include="codegen\CodeGen.cs" />
62 <Compile Include="codegen\CustomAttr.cs" />
63 <Compile Include="codegen\DataDef.cs" />
64 <Compile Include="codegen\DebuggingInfo.cs" />
65 <Compile Include="codegen\DeclSecurity.cs" />
66 <Compile Include="codegen\EmitByteInstr.cs" />
67 <Compile Include="codegen\EventDef.cs" />
68 <Compile Include="codegen\ExternFieldRef.cs" />
69 <Compile Include="codegen\ExternMethodRef.cs" />
70 <Compile Include="codegen\ExternTable.cs" />
71 <Compile Include="codegen\ExternTypeRef.cs" />
72 <Compile Include="codegen\FaultBlock.cs" />
73 <Compile Include="codegen\FeatureAttr.cs" />
74 <Compile Include="codegen\FieldDef.cs" />
75 <Compile Include="codegen\FieldInstr.cs" />
76 <Compile Include="codegen\FieldRef.cs" />
77 <Compile Include="codegen\FileRef.cs" />
78 <Compile Include="codegen\FilterBlock.cs" />
79 <Compile Include="codegen\FinallyBlock.cs" />
80 <Compile Include="codegen\GenericArguments.cs" />
81 <Compile Include="codegen\GenericMethodRef.cs" />
82 <Compile Include="codegen\GenericMethodSig.cs" />
83 <Compile Include="codegen\GenericParameters.cs" />
84 <Compile Include="codegen\GenericParamRef.cs" />
85 <Compile Include="codegen\GenericTypeInst.cs" />
86 <Compile Include="codegen\GlobalFieldRef.cs" />
87 <Compile Include="codegen\GlobalMethodRef.cs" />
88 <Compile Include="codegen\HandlerBlock.cs" />
89 <Compile Include="codegen\IFieldRef.cs" />
90 <Compile Include="codegen\IInstr.cs" />
91 <Compile Include="codegen\InstrTable.cs" />
92 <Compile Include="codegen\IntInstr.cs" />
93 <Compile Include="codegen\ISehClause.cs" />
94 <Compile Include="codegen\LabelInfo.cs" />
95 <Compile Include="codegen\LdcInstr.cs" />
96 <Compile Include="codegen\LdstrInstr.cs" />
97 <Compile Include="codegen\LdtokenInstr.cs" />
98 <Compile Include="codegen\Local.cs" />
99 <Compile Include="codegen\MethodDef.cs" />
100 <Compile Include="codegen\MethodInstr.cs" />
101 <Compile Include="codegen\MethodPointerTypeRef.cs" />
102 <Compile Include="codegen\MethodRef.cs" />
103 <Compile Include="codegen\MiscInstr.cs" />
104 <Compile Include="codegen\ModifiableType.cs" />
105 <Compile Include="codegen\Module.cs" />
106 <Compile Include="codegen\ParamDef.cs" />
107 <Compile Include="codegen\PeapiTypeRef.cs" />
108 <Compile Include="codegen\Permission.cs" />
109 <Compile Include="codegen\PermissionMember.cs" />
110 <Compile Include="codegen\PermissionSet.cs" />
111 <Compile Include="codegen\PrimitiveTypeRef.cs" />
112 <Compile Include="codegen\PropertyDef.cs" />
113 <Compile Include="codegen\Sentinel.cs" />
114 <Compile Include="codegen\SimpInstr.cs" />
115 <Compile Include="codegen\SwitchInstr.cs" />
116 <Compile Include="codegen\TryBlock.cs" />
117 <Compile Include="codegen\TypeDef.cs" />
118 <Compile Include="codegen\TypeInstr.cs" />
119 <Compile Include="codegen\TypeManager.cs" />
120 <Compile Include="codegen\TypeRef.cs" />
121 <Compile Include="codegen\TypeSpecFieldRef.cs" />
122 <Compile Include="codegen\TypeSpecMethodRef.cs" />
123 <Compile Include="Driver.cs" />
124 <Compile Include="parser\ScannerAdapter.cs" />
125 <Compile Include="Report.cs" />
126 <Compile Include="scanner\ILReader.cs" />
127 <Compile Include="scanner\ILTables.cs" />
128 <Compile Include="scanner\ILToken.cs" />
129 <Compile Include="scanner\ILTokenizer.cs" />
130 <Compile Include="scanner\ILTokenizingException.cs" />
131 <Compile Include="scanner\InstrToken.cs" />
132 <Compile Include="scanner\ITokenStream.cs" />
133 <Compile Include="scanner\Location.cs" />
134 <Compile Include="scanner\NumberHelper.cs" />
135 <Compile Include="scanner\StringHelper.cs" />
136 <Compile Include="scanner\StringHelperBase.cs" />
137 <Compile Include="ILParser.cs" /> </ItemGroup>
138 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
139 Other similar extension points exist, see Microsoft.Common.targets.
140 <Target Name="BeforeBuild">
141 </Target>
142 <Target Name="AfterBuild">
143 </Target>
145 <PropertyGroup>
146 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
148 </PreBuildEvent>
149 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
151 </PreBuildEvent>
153 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
155 </PostBuildEvent>
156 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
158 </PostBuildEvent>
159 </PropertyGroup>
160 <ItemGroup>
161 <ProjectReference Include="../class/PEAPI/PEAPI-net_4_x.csproj">
162 <Project>{34443C71-09F1-4F21-ABB4-82822376F74F}</Project>
163 <Name>PEAPI-net_4_x</Name>
164 </ProjectReference>
165 <ProjectReference Include="../class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter-net_4_x.csproj">
166 <Project>{88177C4B-894F-485D-B95A-44199C06BE9F}</Project>
167 <Name>Mono.CompilerServices.SymbolWriter-net_4_x</Name>
168 </ProjectReference>
169 <ProjectReference Include="../class/Mono.Security/Mono.Security-net_4_x.csproj">
170 <Project>{42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}</Project>
171 <Name>Mono.Security-net_4_x</Name>
172 </ProjectReference>
173 <ProjectReference Include="../class/corlib/corlib-net_4_x.csproj">
174 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
175 <Name>corlib-net_4_x</Name>
176 </ProjectReference>
177 </ItemGroup>
178 <ItemGroup>
179 <Folder Include="Properties\" />
180 </ItemGroup>
181 </Project>