/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Tools/BuildBoss/BuildBoss.csproj
33 строки
2 KB
Jan Jones
Merge branch 'release/dev17.8' into release/dev17.10
13 июн 2024, 15:43
Не верифицирован
13 июн 2024, 15:43
adcf614
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net472</TargetFramework> <SignAssembly>false</SignAssembly> <UseVSHostingProcess>false</UseVSHostingProcess> <IsShipping>false</IsShipping> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.IO.Compression" /> <Reference Include="System.Xml" /> <Reference Include="System.Xml.Linq" /> <Reference Include="WindowsBase" /> <PackageReference Include="Microsoft.Build" ExcludeAssets="Runtime" PrivateAssets="All" /> <PackageReference Include="Microsoft.Build.Framework" ExcludeAssets="Runtime" PrivateAssets="All" /> <PackageReference Include="Microsoft.Build.Tasks.Core" ExcludeAssets="Runtime" PrivateAssets="All" /> <PackageReference Include="Microsoft.Build.Locator" PrivateAssets="All" /> <PackageReference Include="Microsoft.Build.Utilities.Core" ExcludeAssets="Runtime" PrivateAssets="All" /> <PackageReference Include="Newtonsoft.Json" /> <PackageReference Include="System.Collections.Immutable" /> <PackageReference Include="System.Reflection.Metadata" /> <PackageReference Include="MSBuild.StructuredLogger" /> <PackageReference Include="Mono.Options" /> </ItemGroup> <ItemGroup> <None Include="App.config" /> <None Include="README.md" /> </ItemGroup> </Project>