|
|
|
@ -5,6 +5,10 @@ |
|
|
|
<Authors>SimonG</Authors> |
|
|
|
<Authors>SimonG</Authors> |
|
|
|
<Company>SimonG</Company> |
|
|
|
<Company>SimonG</Company> |
|
|
|
<Copyright>Copyright(c) 2020 SimonG. All Rights Reserved.</Copyright> |
|
|
|
<Copyright>Copyright(c) 2020 SimonG. All Rights Reserved.</Copyright> |
|
|
|
|
|
|
|
<PackageLicenseFile>LICENSE.md</PackageLicenseFile> |
|
|
|
|
|
|
|
<Description>Logging for the GBase</Description> |
|
|
|
|
|
|
|
<PackageProjectUrl>https://github.com/SimonG96/GBase</PackageProjectUrl> |
|
|
|
|
|
|
|
<RepositoryUrl>https://github.com/SimonG96/GBase</RepositoryUrl> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
@ -15,4 +19,11 @@ |
|
|
|
<PackageReference Include="LightweightIocContainer" Version="2.1.0" /> |
|
|
|
<PackageReference Include="LightweightIocContainer" Version="2.1.0" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<None Include="..\LICENSE.md"> |
|
|
|
|
|
|
|
<Pack>True</Pack> |
|
|
|
|
|
|
|
<PackagePath></PackagePath> |
|
|
|
|
|
|
|
</None> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
</Project> |
|
|
|
</Project> |
|
|
|
|