/
n-dimens
/
pascalabcnet
Обзор
Документация
Войти
/
n-dimens
/
pascalabcnet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
LanguagePlugins/SPython/SPythonLanguageInfo/SPythonLanguageInfo.csproj
25 строк
1 KB
MovchanGitHub
SPython 1.0 (#3274)
22 июн 2025, 20:56
Не верифицирован
22 июн 2025, 20:56
080fca1
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net40</TargetFramework> <RootNamespace>Languages.SPython</RootNamespace> <OutputPath>..\..\..\bin\</OutputPath> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\..\LambdaAnySynToSemConverter\LambdaAnySynToSemConverter.csproj" /> <ProjectReference Include="..\..\..\LanguageIntegrator\LanguageIntegrator.csproj" /> <ProjectReference Include="..\..\..\Localization\Localization.csproj" /> <ProjectReference Include="..\..\..\ParserTools\ParserTools.csproj" /> <ProjectReference Include="..\..\..\SyntaxTree\SyntaxTree.csproj" /> <ProjectReference Include="..\..\..\SyntaxVisitors\SyntaxVisitors.csproj" /> <ProjectReference Include="..\..\..\TreeConverter\TreeConverter.csproj" /> <ProjectReference Include="..\SemanticAnalyzers\SPythonSyntaxTreeVisitor\SPythonSyntaxTreeVisitor.csproj" /> <ProjectReference Include="..\SPythonParserKrylovMovchan\SPythonParser.csproj" /> <ProjectReference Include="..\SyntaxTreeConverters\SPythonStandardTreeConverter\SPythonStandardTreeConverter.csproj" /> </ItemGroup> </Project>