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