Skip to content

Commit

Permalink
Added emtpy test project needed for build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Beckhoff, Tobias committed Mar 15, 2024
1 parent 88c8acb commit cde8cb0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NuGet-Packages.sln
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "JGUZDV.AspNetCore.Extension
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JGUZDV.AspNetCore.Extensions.OpenTelemetry", "libraries\JGUZDV.AspNetCore.Extensions.OpenTelemetry\src\JGUZDV.AspNetCore.Extensions.OpenTelemetry.csproj", "{BDF176E0-07BD-4A8F-BD68-D4F29A2EDB79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JGUZDV.AspNetCore.Extensions.OpenTelemetry.Tests", "libraries\JGUZDV.AspNetCore.Extensions.OpenTelemetry\test\JGUZDV.AspNetCore.Extensions.OpenTelemetry.Tests.csproj", "{C63B4A9F-06DF-49FB-8E9B-518AE031FC2A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -716,6 +718,18 @@ Global
{BDF176E0-07BD-4A8F-BD68-D4F29A2EDB79}.Release|x64.Build.0 = Release|Any CPU
{BDF176E0-07BD-4A8F-BD68-D4F29A2EDB79}.Release|x86.ActiveCfg = Release|Any CPU
{BDF176E0-07BD-4A8F-BD68-D4F29A2EDB79}.Release|x86.Build.0 = Release|Any CPU
{C63B4A9F-06DF-49FB-8E9B-518AE031FC2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C63B4A9F-06DF-49FB-8E9B-518AE031FC2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C63B4A9F-06DF-49FB-8E9B-518AE031FC2A}.Debug|x64.ActiveCfg = Debug|Any CPU
{C63B4A9F-06DF-49FB-8E9B-518AE031FC2A}.Debug|x64.Build.0 = Debug|Any CPU
{C63B4A9F-06DF-49FB-8E9B-518AE031FC2A}.Debug|x86.ActiveCfg = Debug|Any CPU
{C63B4A9F-06DF-49FB-8E9B-518AE031FC2A}.Debug|x86.Build.0 = Debug|Any CPU
{C63B4A9F-06DF-49FB-8E9B-518AE031FC2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C63B4A9F-06DF-49FB-8E9B-518AE031FC2A}.Release|Any CPU.Build.0 = Release|Any CPU
{C63B4A9F-06DF-49FB-8E9B-518AE031FC2A}.Release|x64.ActiveCfg = Release|Any CPU
{C63B4A9F-06DF-49FB-8E9B-518AE031FC2A}.Release|x64.Build.0 = Release|Any CPU
{C63B4A9F-06DF-49FB-8E9B-518AE031FC2A}.Release|x86.ActiveCfg = Release|Any CPU
{C63B4A9F-06DF-49FB-8E9B-518AE031FC2A}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -790,6 +804,7 @@ Global
{892EA5E4-A98F-4A36-B901-8A1FAB27623E} = {4AADAD6A-4BA0-427E-9EA1-4AFE211C1200}
{B1DC4BB7-3BB1-43FB-8264-C9E1712AD741} = {DA4DE709-E5BC-4B93-88D2-838656C217CE}
{BDF176E0-07BD-4A8F-BD68-D4F29A2EDB79} = {B1DC4BB7-3BB1-43FB-8264-C9E1712AD741}
{C63B4A9F-06DF-49FB-8E9B-518AE031FC2A} = {B1DC4BB7-3BB1-43FB-8264-C9E1712AD741}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46ECC226-1874-4539-8589-8B2029909C4A}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<None Remove="C:\Users\tbeckhof\source\github\NuGet-Packages\libraries\/NuGet-Package-Icon.png" />
</ItemGroup>

</Project>

0 comments on commit cde8cb0

Please sign in to comment.