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