/
n-dimens
/
pascalabcnet
Обзор
Документация
Войти
/
n-dimens
/
pascalabcnet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
LanguagePlugins/SPython/SyntaxTreeConverters/SPythonStandardTreeConverter/SPythonStandardTreeConverter.csproj
20 строк
867 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.Frontend.Converters</RootNamespace> <OutputPath>..\..\..\..\bin\</OutputPath> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\..\..\Errors\Errors.csproj" /> <ProjectReference Include="..\..\..\..\LanguageIntegrator\LanguageIntegrator.csproj" /> <ProjectReference Include="..\..\..\..\Localization\Localization.csproj" /> <ProjectReference Include="..\..\..\..\SyntaxTree\SyntaxTree.csproj" /> <ProjectReference Include="..\..\..\..\SyntaxVisitors\SyntaxVisitors.csproj" /> </ItemGroup> </Project>