11<Project >
2- <!-- Default project values -->
3- <PropertyGroup >
4- <Authors >Kysect</Authors >
5- <Company >Kysect</Company >
6- <PackageIcon >Kysect-logo.png</PackageIcon >
7- <PackageReadmeFile >README.md</PackageReadmeFile >
8- <Copyright >Copyright (c) Kysect 2024</Copyright >
9- <PackageLicenseExpression >MIT</PackageLicenseExpression >
10- <RepositoryType >git</RepositoryType >
11- </PropertyGroup >
12-
13- <!-- Specific project values -->
142 <PropertyGroup >
3+ <PackageReadmeFile >Readme.md</PackageReadmeFile >
154 <RepositoryUrl >https://github.com/kysect/TerminalUserInterface</RepositoryUrl >
165 <PackageProjectUrl >https://github.com/kysect/TerminalUserInterface</PackageProjectUrl >
176 </PropertyGroup >
187
19- <!-- Code configuration -->
208 <PropertyGroup >
21- <LangVersion >latest</LangVersion >
22- <ImplicitUsings >enable</ImplicitUsings >
239 <UseArtifactsOutput >true</UseArtifactsOutput >
24- <DebugType >portable</DebugType >
25- <IncludeSymbols >true</IncludeSymbols >
26- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2710 </PropertyGroup >
2811
2912 <ItemGroup >
30- <PackageReference Include =" Kysect.Editorconfig" />
13+ <None Include =" $(MSBuildThisFileDirectory)../Readme.md" Pack =" true" PackagePath =" /Readme.md" Visible =" false" />
14+ </ItemGroup >
15+
16+ <ItemGroup >
17+ <PackageReference Include =" Kysect.SolutionDefaults" >
18+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19+ <PrivateAssets >all</PrivateAssets >
20+ </PackageReference >
3121 <PackageReference Include =" MinVer" >
3222 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3323 <PrivateAssets >all</PrivateAssets >
3424 </PackageReference >
3525 </ItemGroup >
36-
37- <ItemGroup Condition =" $(Configuration) == 'Release'" >
38- <None Include =" $(MSBuildThisFileDirectory)..\Images\Kysect-logo.png" Pack =" true" PackagePath =" \" />
39- <None Include =" $(MSBuildThisFileDirectory)..\README.md" Pack =" true" PackagePath =" \" />
40- </ItemGroup >
4126</Project >
0 commit comments