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