File tree Expand file tree Collapse file tree 5 files changed +59
-0
lines changed
DotNetElements.DebugRenderer.Examples.OpenTk
DotNetElements.DebugRenderer.Examples.SilkNet
DotNetElements.DebugRenderer.OpenTk
DotNetElements.DebugRenderer.Silk.Net
DotNetElements.DebugRenderer Expand file tree Collapse file tree 5 files changed +59
-0
lines changed Original file line number Diff line number Diff line change 66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
9+ <IsPackable >false</IsPackable >
910 </PropertyGroup >
1011
1112 <ItemGroup >
Original file line number Diff line number Diff line change 55 <TargetFramework >net9.0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
8+ <IsPackable >false</IsPackable >
89 </PropertyGroup >
910
1011 <ItemGroup >
Original file line number Diff line number Diff line change 1414 <ItemGroup >
1515 <ProjectReference Include =" ..\DotNetElements.DebugRenderer\DotNetElements.DebugRenderer.Core.csproj" />
1616 </ItemGroup >
17+
18+ <PropertyGroup >
19+ <PackageId >DotNetElements.DebugDraw.OpenTK</PackageId >
20+ <Title >DotNetElements - DebugDraw OpenTK backend</Title >
21+ <Description >OpenTK backend for DotNetElements.DebugDraw</Description >
22+ <Authors >Felix-CodingClimber</Authors >
23+ <Copyright >Felix-CodingClimber</Copyright >
24+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
25+ <PackageProjectUrl >https://github.com/Felix-CodingClimber/DebugDraw</PackageProjectUrl >
26+ <RepositoryUrl >https://github.com/Felix-CodingClimber/DebugDraw</RepositoryUrl >
27+ <RepositoryType >git</RepositoryType >
28+ <PackageReadmeFile >README.md</PackageReadmeFile >
29+ <PackageIcon >logo-small-nuget.png</PackageIcon >
30+ </PropertyGroup >
31+
32+ <ItemGroup >
33+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
34+ <None Include =" ..\..\brand\logo-small-nuget.png" Pack =" true" PackagePath =" \" />
35+ </ItemGroup >
1736
1837</Project >
Original file line number Diff line number Diff line change 1515 <ItemGroup >
1616 <ProjectReference Include =" ..\DotNetElements.DebugRenderer\DotNetElements.DebugRenderer.Core.csproj" />
1717 </ItemGroup >
18+
19+ <PropertyGroup >
20+ <PackageId >DotNetElements.DebugDraw.Silk.NET</PackageId >
21+ <Title >DotNetElements - DebugDraw Silk.NET backend</Title >
22+ <Description >Silk.NET backend for DotNetElements.DebugDraw</Description >
23+ <Authors >Felix-CodingClimber</Authors >
24+ <Copyright >Felix-CodingClimber</Copyright >
25+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
26+ <PackageProjectUrl >https://github.com/Felix-CodingClimber/DebugDraw</PackageProjectUrl >
27+ <RepositoryUrl >https://github.com/Felix-CodingClimber/DebugDraw</RepositoryUrl >
28+ <RepositoryType >git</RepositoryType >
29+ <PackageReadmeFile >README.md</PackageReadmeFile >
30+ <PackageIcon >logo-small-nuget.png</PackageIcon >
31+ </PropertyGroup >
32+
33+ <ItemGroup >
34+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
35+ <None Include =" ..\..\brand\logo-small-nuget.png" Pack =" true" PackagePath =" \" />
36+ </ItemGroup >
1837
1938</Project >
Original file line number Diff line number Diff line change 1010 <ItemGroup >
1111 <InternalsVisibleTo Include =" DotNetElements.DebugRenderer.Tests" />
1212 </ItemGroup >
13+
14+ <PropertyGroup >
15+ <PackageId >DotNetElements.DebugDraw</PackageId >
16+ <Title >DotNetElements - DebugDraw</Title >
17+ <Description >High-performance debug rendering library for .NET and OpenGL</Description >
18+ <Authors >Felix-CodingClimber</Authors >
19+ <Copyright >Felix-CodingClimber</Copyright >
20+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
21+ <PackageProjectUrl >https://github.com/Felix-CodingClimber/DebugDraw</PackageProjectUrl >
22+ <RepositoryUrl >https://github.com/Felix-CodingClimber/DebugDraw</RepositoryUrl >
23+ <RepositoryType >git</RepositoryType >
24+ <PackageReadmeFile >README.md</PackageReadmeFile >
25+ <PackageIcon >logo-small-nuget.png</PackageIcon >
26+ </PropertyGroup >
27+
28+ <ItemGroup >
29+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
30+ <None Include =" ..\..\brand\logo-small-nuget.png" Pack =" true" PackagePath =" \" />
31+ </ItemGroup >
1332
1433</Project >
You can’t perform that action at this time.
0 commit comments