[netcore] Remove local copy of static alc resolve methods
[mono-project.git] / mcs / tools / wsdl / wsdl.csproj
blobf45943c8e1080c32d3178a68f3ce29172c617d8a
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>{577EAA6E-B819-47C8-B54D-F6C25D53EF47}</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>wsdl</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>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   <!-- @BUILT_SOURCES@ -->
45   <!--Common files-->
46   <ItemGroup>
47     <Compile Include="MonoWSDL2.cs" />
48     <Compile Include="SampleGenerator.cs" />
49   </ItemGroup>
50   <!--End of common files-->
51   <!-- @ALL_SOURCES@ -->
52   <!-- @COMMON_PROJECT_REFERENCES@ -->
53   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
54     <ProjectReference Include="../../class/System.XML/System.Xml.csproj" />
55     <ProjectReference Include="../../class/System.Web.Services/System.Web.Services.csproj" />
56     <ProjectReference Include="../../class/System/System.csproj" />
57   </ItemGroup>
58   <!-- @ALL_REFERENCES@ -->
59   <!-- @ALL_RESOURCES@ -->
60   <PropertyGroup>
61     <!-- Force the pre-build event to run after references have been resolved. The default
62       behavior is to run them before resolving references, which can cause things like
63       culevel.exe to be used before they have been built. -->
64     <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
65   </PropertyGroup>
66 </Project>