Revert some changes which don't have proper dependencies.
[mono-project.git] / mcs / tools / disco / disco.csproj
blobec2e71eb17e64db93d84df86901ff78828628844
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>{04D364BD-DF16-4B76-8700-4E4BE63D7B20}</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>disco</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="..\..\build\common\Consts.cs" />
48     <Compile Include="disco.cs" />
49     <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
50       <Name>genconsts</Name>
51       <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
52       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
53       <CopyToOutputDirectory>Never</CopyToOutputDirectory>
54       <Private>false</Private>
55     </ProjectReference>
56   </ItemGroup>
57   <!--End of common files-->
58   <!-- @ALL_SOURCES@ -->
59   <!-- @COMMON_PROJECT_REFERENCES@ -->
60   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
61     <ProjectReference Include="../../class/System.XML/System.Xml.csproj" />
62     <ProjectReference Include="../../class/System.Web.Services/System.Web.Services.csproj" />
63     <ProjectReference Include="../../class/System/System.csproj" />
64   </ItemGroup>
65   <!-- @ALL_REFERENCES@ -->
66   <!-- @ALL_RESOURCES@ -->
67   <PropertyGroup>
68     <!-- Force the pre-build event to run after references have been resolved. The default
69       behavior is to run them before resolving references, which can cause things like
70       culevel.exe to be used before they have been built. -->
71     <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
72   </PropertyGroup>
73 </Project>