Skip to content

Commit 0763cb7

Browse files
committed
add license files
1 parent 8f8180b commit 0763cb7

5 files changed

Lines changed: 710 additions & 0 deletions

File tree

Icod.UtilLinux.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Icod.UtilLinux.Kill.Tests",
1010
EndProject
1111
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Icod.UtilLinux.Renice.Tests", "tests\Renice.Tests\Icod.UtilLinux.Renice.Tests.csproj", "{F3E27F13-2A53-4C79-ADCF-A666C3FE2357}"
1212
EndProject
13+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
14+
EndProject
1315
Global
1416
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1517
Debug|Any CPU = Debug|Any CPU
@@ -45,4 +47,8 @@ Global
4547
GlobalSection(SolutionProperties) = preSolution
4648
HideSolutionNode = FALSE
4749
EndGlobalSection
50+
GlobalSection(NestedProjects) = preSolution
51+
{BC50FB1A-C7E6-4A29-83C4-9C8E38B39008} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
52+
{F3E27F13-2A53-4C79-ADCF-A666C3FE2357} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
53+
EndGlobalSection
4854
EndGlobal

kill/Icod.UtilLinux.Kill.csproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,19 @@
4646
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4747
<WarningsNotAsErrors>CS1591</WarningsNotAsErrors>
4848
</PropertyGroup>
49+
50+
<ItemGroup>
51+
<Content Include="README.md">
52+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
53+
<TargetPath>$(AssemblyName).README.md</TargetPath>
54+
<Pack>true</Pack>
55+
<PackagePath>\</PackagePath>
56+
</Content>
57+
58+
<Content Include="kill.LICENSE.txt">
59+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
60+
<Pack>true</Pack>
61+
<PackagePath>\</PackagePath>
62+
</Content>
63+
</ItemGroup>
4964
</Project>
File renamed without changes.

0 commit comments

Comments
 (0)