Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MonoDevelop.MSBuildBuilder.csproj « MonoDevelop.Projects.Formats.MSBuild « core « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 847c3f499ca0d1f562a3efa01419bf318f500f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="..\..\..\MonoDevelop.props" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{7F5B649A-3572-4713-83FD-C28A6AA70445}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <RootNamespace>MonoDevelop.Projects.MSBuild</RootNamespace>
    <AssemblyName>MonoDevelop.MSBuildBuilder</AssemblyName>
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\..\..\build\bin</OutputPath>
    <DefineConstants>DEBUG;</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ExternalConsole>true</ExternalConsole>
    <PlatformTarget>x64</PlatformTarget>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin32|x86' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\..\..\build\bin</OutputPath>
    <DefineConstants>DEBUG;</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ExternalConsole>true</ExternalConsole>
    <PlatformTarget>x86</PlatformTarget>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    <Optimize>true</Optimize>
    <OutputPath>..\..\..\build\bin</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ExternalConsole>true</ExternalConsole>
    <PlatformTarget>x64</PlatformTarget>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin32|x86' ">
    <Optimize>true</Optimize>
    <OutputPath>..\..\..\build\bin</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ExternalConsole>true</ExternalConsole>
    <PlatformTarget>x86</PlatformTarget>
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject>MonoDevelop.Projects.MSBuild.MainClass</StartupObject>
  </PropertyGroup>
  <!-- TODO: Linux -->
  <PropertyGroup>
    <MSBuild_OSS_BinDir Condition="'$(OS)' == 'Windows_NT'">$(MSBuildToolsPath)\</MSBuild_OSS_BinDir>
    <!-- when building with xbuild on Unix, $(MSBuildToolsPath) is like `$prefix/lib/mono/xbuild/*/bin`
	 when building with msbuild on Unix, $(MSBuildToolsPath) is like `$prefix/lib/mono/msbuild/*/bin`
	 Prefer referencing msbuild 15.* assemblies over 14.1 . At runtime, we use correct one anyway
	 -->
    <MSBuild_OSS_BinDir Condition="'$(OS)' == 'Unix' and '$(MSBuild_OSS_BinDir)' == '' and Exists('$(MSBuildToolsPath)\..\..\..\msbuild\15.0\bin\MSBuild.exe')">$(MSBuildToolsPath)\..\..\..\msbuild\15.0\bin\</MSBuild_OSS_BinDir>
    <MSBuild_OSS_BinDir Condition="'$(OS)' == 'Unix' and '$(MSBuild_OSS_BinDir)' == '' and Exists('$(MSBuildToolsPath)\..\..\..\msbuild\15.0\bin\MSBuild.dll')">$(MSBuildToolsPath)\..\..\..\msbuild\15.0\bin\</MSBuild_OSS_BinDir>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Runtime.Remoting" />
    <Reference Include="System.Xml" />
    <Reference Include="Microsoft.Build">
      <HintPath>$(MSBuild_OSS_BinDir)Microsoft.Build.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Microsoft.Build.Framework">
      <HintPath>$(MSBuild_OSS_BinDir)Microsoft.Build.Framework.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Microsoft.Build.Utilities.Core">
      <HintPath>$(MSBuild_OSS_BinDir)Microsoft.Build.Utilities.Core.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="System.ValueTuple">
      <HintPath>..\..\..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
      <Private>False</Private>
    </Reference>
  </ItemGroup>
  <ItemGroup Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Release' ">
    <None Include="app.config">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      <Link>MonoDevelop.MSBuildBuilder.exe.config</Link>
    </None>
  </ItemGroup>
  <ItemGroup Condition=" '$(Configuration)' == 'DebugWin32' OR '$(Configuration)' == 'ReleaseWin32' ">
    <None Include="app.windows.config">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      <Link>MonoDevelop.MSBuildBuilder.exe.config</Link>
    </None>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="MonoDevelop.Projects.MSBuild\BuildEngine.cs" />
    <Compile Include="MonoDevelop.Projects.MSBuild\LocalLogger.cs" />
    <Compile Include="MonoDevelop.Projects.MSBuild\ProjectBuilder.cs" />
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="MonoDevelop.Projects.MSBuild\MSBuildLoggerAdapter.cs" />
    <Compile Include="MonoDevelop.Projects.MSBuild\Main.cs" />
    <Compile Include="MonoDevelop.Projects.MSBuild\BuildEngine.Shared.cs" />
    <Compile Include="MonoDevelop.Projects.MSBuild\LoggerAdapter.cs" />
    <Compile Include="MonoDevelop.Projects.MSBuild\RemoteBuildEngineMessages.cs" />
    <Compile Include="..\MonoDevelop.Core\MonoDevelop.Core.Execution\BinaryMessage.cs">
      <Link>MonoDevelop.Core.Execution\BinaryMessage.cs</Link>
    </Compile>
    <Compile Include="MonoDevelop.Projects.MSBuild\ILogWriter.cs" />
    <Compile Include="MonoDevelop.Projects.MSBuild\MSBuildEvaluatedItem.cs" />
    <Compile Include="..\MonoDevelop.Core\MonoDevelop.Projects.MSBuild\MSBuildEvent.cs">
      <Link>MonoDevelop.Core.Execution\MSBuildEvent.cs</Link>
    </Compile>
    <Compile Include="MonoDevelop.Projects.MSBuild\MSBuildResult.cs" />
    <Compile Include="MonoDevelop.Projects.MSBuild\MSBuildTargetResult.cs" />
    <Compile Include="..\MonoDevelop.Core\MonoDevelop.Core.Execution\RemoteProcessServer.cs">
      <Link>MonoDevelop.Core.Execution\RemoteProcessServer.cs</Link>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>