/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/ExpressionEvaluator/CoreSystem.Settings.targets
18 строк
956 B
Jonathon Marolf
update headers
23 янв 2020, 04:01
Не верифицирован
23 янв 2020, 04:01
91571a3
Код
Авторство
О чём код?
<?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> <PropertyGroup> <NoConfig>true</NoConfig> <NoStandardLib>true</NoStandardLib> <NoCompilerStandardLib>true</NoCompilerStandardLib> <FrameworkPathOverride>..\..\..\..\References\Debugger\CoreSystem</FrameworkPathOverride> <ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch> <SkipGenerateVsdconfig>true</SkipGenerateVsdconfig> </PropertyGroup> <Target Name="CopyFilesToOutputDirectory"> <!-- Redefine CopyFileToOutputDirectory to be a NOOP. It's not expedient to set properties to suppress all copying that may occur in the original definition of the Target... --> </Target> </Project>