/
n-dimens
/
pascalabcnet
Обзор
Документация
Войти
/
n-dimens
/
pascalabcnet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
LanguagePlugins/SPython/SemanticAnalyzers/SPythonSyntaxTreeVisitor/SPythonSyntaxTreeVisitor.csproj
23 строки
1021 B
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.Backend.Conversion</RootNamespace> <OutputPath>..\..\..\..\bin\</OutputPath> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\..\..\CompilerTools\CompilerTools.csproj" /> <ProjectReference Include="..\..\..\..\Errors\Errors.csproj" /> <ProjectReference Include="..\..\..\..\Localization\Localization.csproj" /> <ProjectReference Include="..\..\..\..\SemanticTree\SemanticTree.csproj" /> <ProjectReference Include="..\..\..\..\SyntaxTree\SyntaxTree.csproj" /> <ProjectReference Include="..\..\..\..\SyntaxVisitors\SyntaxVisitors.csproj" /> <ProjectReference Include="..\..\..\..\TreeConverter\TreeConverter.csproj" /> </ItemGroup> </Project>