/
n-dimens
/
pascalabcnet
Обзор
Документация
Войти
/
n-dimens
/
pascalabcnet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Compiler/Compiler.csproj
31 строка
1 KB
samuraiGH
drop ICSharpCode.NRefactory, Microsoft.Dynamic and Microsoft.Scripting from Compiler project dependencies (#3279)
17 июн 2025, 22:24
Не верифицирован
17 июн 2025, 22:24
67a7b89
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net40</TargetFramework> <OutputPath>..\bin\</OutputPath> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup> <ItemGroup> <Compile Include="..\Configuration\GlobalAssemblyInfo.cs"> <Link>Config\GlobalAssemblyInfo.cs</Link> </Compile> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Errors\Errors.csproj" /> <ProjectReference Include="..\LanguageIntegrator\LanguageIntegrator.csproj" /> <ProjectReference Include="..\Localization\Localization.csproj" /> <ProjectReference Include="..\NETGenerator\NETGenerator.csproj" /> <ProjectReference Include="..\CompilerTools\CompilerTools.csproj" /> <ProjectReference Include="..\ParserTools\ParserTools.csproj" /> <ProjectReference Include="..\SemanticTree\SemanticTree.csproj" /> <ProjectReference Include="..\StringConstants\StringConstants.csproj" /> <ProjectReference Include="..\SyntaxTree\SyntaxTree.csproj" /> <ProjectReference Include="..\SyntaxVisitors\SyntaxVisitors.csproj" /> <ProjectReference Include="..\TreeConverter\TreeConverter.csproj" /> </ItemGroup> </Project>