1
1
<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
2
<!-- Specific project values -->
14
3
<PropertyGroup >
4
+ <Description >Kysect.DotnetProjectSystem is a nuget package for working with .sln, .csproj and .props files</Description >
15
5
<RepositoryUrl >https://github.com/kysect/DotnetProjectSystem</RepositoryUrl >
16
6
<PackageProjectUrl >https://github.com/kysect/DotnetProjectSystem</PackageProjectUrl >
17
7
</PropertyGroup >
18
8
19
9
<!-- Code configuration -->
20
10
<PropertyGroup >
21
- <LangVersion >latest</LangVersion >
22
- <ImplicitUsings >enable</ImplicitUsings >
23
11
<UseArtifactsOutput >true</UseArtifactsOutput >
24
- <DebugType >portable</DebugType >
25
- <IncludeSymbols >true</IncludeSymbols >
26
- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
27
12
</PropertyGroup >
28
13
29
14
<ItemGroup >
30
- <PackageReference Include =" Kysect.Editorconfig" />
15
+ <None Include =" $(MSBuildThisFileDirectory)../README.md" Pack =" true" PackagePath =" /Readme.md" Visible =" false" />
16
+ </ItemGroup >
17
+
18
+ <ItemGroup >
19
+ <PackageReference Include =" Kysect.SolutionDefaults" >
20
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21
+ <PrivateAssets >all</PrivateAssets >
22
+ </PackageReference >
31
23
<PackageReference Include =" MinVer" >
32
24
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
33
25
<PrivateAssets >all</PrivateAssets >
34
26
</PackageReference >
35
27
</ItemGroup >
36
28
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 >
41
29
</Project >
0 commit comments