/
smwwiki
/
OneScript_fork
Обзор
Документация
Войти
/
smwwiki
/
OneScript_fork
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/OneScriptDocumenter/OneScriptDocumenter.csproj
59 строк
2 KB
EvilBeaver
Перевел всё на target framework net6.0
20 апр 2024, 23:21
20 апр 2024, 23:21
6bf5fa3
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <Import Project="$(MSBuildProjectDirectory)/../oscommon.targets" /> <PropertyGroup> <TargetFramework>$(TargetFrameworkVersion)</TargetFramework> <OutputType>Exe</OutputType> <Authors /> <Product>OneScript Libraries Documenter</Product> <Configurations>Debug;Release;LinuxDebug</Configurations> <Platforms>AnyCPU</Platforms> </PropertyGroup> <PropertyGroup> <AssemblyTitle>1C (BSL) language parser</AssemblyTitle> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'LinuxDebug' "> <DebugSymbols Condition=" '$(DebugSymbols)' == '' ">true</DebugSymbols> <Optimize Condition=" '$(Optimize)' == '' ">false</Optimize> </PropertyGroup> <ItemGroup> <PackageReference Include="MarkdownDeep.NET.Patched" Version="1.5.0.1" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> </ItemGroup> <ItemGroup> <None Include="App.config"> <SubType>Designer</SubType> </None> <None Include="packages.config" /> <None Include="structureMenu.json"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> <None Include="toc_layout.md"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> </ItemGroup> <ItemGroup> <Content Include="html_layout.htm"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Markdown.xslt"> <SubType>Designer</SubType> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <None Include="BasicMethods.json"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> </ItemGroup> <ItemGroup> <Reference Include="Microsoft.CSharp" /> </ItemGroup> <ItemGroup> <Folder Include="Properties" /> </ItemGroup> </Project>