Skip to content

Commit

Permalink
The project
Browse files Browse the repository at this point in the history
  • Loading branch information
WillTheDeveloper committed Aug 2, 2022
0 parents commit 1e7ac31
Show file tree
Hide file tree
Showing 34 changed files with 365 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .idea/.idea.bonk/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/.idea.bonk/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/.idea.bonk/.idea/indexLayout.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.idea.bonk/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Console.WriteLine("Hello, World!");
23 changes: 23 additions & 0 deletions bin/Debug/net6.0/bonk.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"bonk/1.0.0": {
"runtime": {
"bonk.dll": {}
}
}
}
},
"libraries": {
"bonk/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
Binary file added bin/Debug/net6.0/bonk.dll
Binary file not shown.
Binary file added bin/Debug/net6.0/bonk.exe
Binary file not shown.
Binary file added bin/Debug/net6.0/bonk.pdb
Binary file not shown.
9 changes: 9 additions & 0 deletions bin/Debug/net6.0/bonk.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
}
}
}
14 changes: 14 additions & 0 deletions bonk.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Octokit" Version="1.0.1" />
</ItemGroup>

</Project>
16 changes: 16 additions & 0 deletions bonk.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bonk", "bonk.csproj", "{7198A32B-9F30-48A3-885A-1ECA3D826CD0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7198A32B-9F30-48A3-885A-1ECA3D826CD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7198A32B-9F30-48A3-885A-1ECA3D826CD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7198A32B-9F30-48A3-885A-1ECA3D826CD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7198A32B-9F30-48A3-885A-1ECA3D826CD0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
Binary file added obj/Debug/net6.0/apphost.exe
Binary file not shown.
22 changes: 22 additions & 0 deletions obj/Debug/net6.0/bonk.AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyCompanyAttribute("bonk")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("bonk")]
[assembly: System.Reflection.AssemblyTitleAttribute("bonk")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

// Generated by the MSBuild WriteCodeFragment class.

1 change: 1 addition & 0 deletions obj/Debug/net6.0/bonk.AssemblyInfoInputs.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1fdb89a1fbe914625e0031fceafb922c8549757f
10 changes: 10 additions & 0 deletions obj/Debug/net6.0/bonk.GeneratedMSBuildEditorConfig.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net6.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = bonk
build_property.ProjectDir = D:\Projects\Web\Personal Development\bonk\
8 changes: 8 additions & 0 deletions obj/Debug/net6.0/bonk.GlobalUsings.g.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;
Binary file added obj/Debug/net6.0/bonk.assets.cache
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions obj/Debug/net6.0/bonk.csproj.CoreCompileInputs.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1f33b984832964c87508bce2ad5290d2af125349
15 changes: 15 additions & 0 deletions obj/Debug/net6.0/bonk.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
D:\Projects\Web\Personal Development\bonk\bin\Debug\net6.0\bonk.exe
D:\Projects\Web\Personal Development\bonk\bin\Debug\net6.0\bonk.deps.json
D:\Projects\Web\Personal Development\bonk\bin\Debug\net6.0\bonk.runtimeconfig.json
D:\Projects\Web\Personal Development\bonk\bin\Debug\net6.0\bonk.dll
D:\Projects\Web\Personal Development\bonk\bin\Debug\net6.0\bonk.pdb
D:\Projects\Web\Personal Development\bonk\obj\Debug\net6.0\bonk.csproj.AssemblyReference.cache
D:\Projects\Web\Personal Development\bonk\obj\Debug\net6.0\bonk.GeneratedMSBuildEditorConfig.editorconfig
D:\Projects\Web\Personal Development\bonk\obj\Debug\net6.0\bonk.AssemblyInfoInputs.cache
D:\Projects\Web\Personal Development\bonk\obj\Debug\net6.0\bonk.AssemblyInfo.cs
D:\Projects\Web\Personal Development\bonk\obj\Debug\net6.0\bonk.csproj.CoreCompileInputs.cache
D:\Projects\Web\Personal Development\bonk\obj\Debug\net6.0\bonk.dll
D:\Projects\Web\Personal Development\bonk\obj\Debug\net6.0\refint\bonk.dll
D:\Projects\Web\Personal Development\bonk\obj\Debug\net6.0\bonk.pdb
D:\Projects\Web\Personal Development\bonk\obj\Debug\net6.0\bonk.genruntimeconfig.cache
D:\Projects\Web\Personal Development\bonk\obj\Debug\net6.0\ref\bonk.dll
Binary file added obj/Debug/net6.0/bonk.dll
Binary file not shown.
1 change: 1 addition & 0 deletions obj/Debug/net6.0/bonk.genruntimeconfig.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f063439acf23d0c78f87c7bad5bbb85935a8eea1
Binary file added obj/Debug/net6.0/bonk.pdb
Binary file not shown.
Binary file added obj/Debug/net6.0/ref/bonk.dll
Binary file not shown.
Binary file added obj/Debug/net6.0/refint/bonk.dll
Binary file not shown.
72 changes: 72 additions & 0 deletions obj/bonk.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"format": 1,
"restore": {
"D:\\Projects\\Web\\Personal Development\\bonk\\bonk.csproj": {}
},
"projects": {
"D:\\Projects\\Web\\Personal Development\\bonk\\bonk.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Projects\\Web\\Personal Development\\bonk\\bonk.csproj",
"projectName": "bonk",
"projectPath": "D:\\Projects\\Web\\Personal Development\\bonk\\bonk.csproj",
"packagesPath": "C:\\Users\\willburton\\.nuget\\packages\\",
"outputPath": "D:\\Projects\\Web\\Personal Development\\bonk\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\willburton\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net6.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"dependencies": {
"Octokit": {
"target": "Package",
"version": "[1.0.1, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.302\\RuntimeIdentifierGraph.json"
}
}
}
}
}
16 changes: 16 additions & 0 deletions obj/bonk.csproj.nuget.g.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\willburton\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\willburton\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions obj/bonk.csproj.nuget.g.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
107 changes: 107 additions & 0 deletions obj/project.assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
{
"version": 3,
"targets": {
"net6.0": {
"Octokit/1.0.1": {
"type": "package",
"compile": {
"lib/netstandard2.0/Octokit.dll": {}
},
"runtime": {
"lib/netstandard2.0/Octokit.dll": {}
}
}
}
},
"libraries": {
"Octokit/1.0.1": {
"sha512": "PMrnFN80ia5CfmZAqENmxFPkVKxg9aKm+KvzWwXk+eUoCLmkNReiHj841hAs01mQDdjI18UQ+75412xeTjUQvw==",
"type": "package",
"path": "octokit/1.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"lib/net46/Octokit.dll",
"lib/net46/Octokit.xml",
"lib/netstandard2.0/Octokit.dll",
"lib/netstandard2.0/Octokit.xml",
"octokit.1.0.1.nupkg.sha512",
"octokit.nuspec",
"octokit.png"
]
}
},
"projectFileDependencyGroups": {
"net6.0": [
"Octokit >= 1.0.1"
]
},
"packageFolders": {
"C:\\Users\\willburton\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Projects\\Web\\Personal Development\\bonk\\bonk.csproj",
"projectName": "bonk",
"projectPath": "D:\\Projects\\Web\\Personal Development\\bonk\\bonk.csproj",
"packagesPath": "C:\\Users\\willburton\\.nuget\\packages\\",
"outputPath": "D:\\Projects\\Web\\Personal Development\\bonk\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\willburton\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net6.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"dependencies": {
"Octokit": {
"target": "Package",
"version": "[1.0.1, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.302\\RuntimeIdentifierGraph.json"
}
}
}
}
10 changes: 10 additions & 0 deletions obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": 2,
"dgSpecHash": "WqBcZb3EsR7q/1yMGKhXSDviHpPkR4Nm2VYOtu2rb/k9ia/Sub+b3+frFySoWMA3ijqb/uQ3EFVUKzSru+pPUw==",
"success": true,
"projectFilePath": "D:\\Projects\\Web\\Personal Development\\bonk\\bonk.csproj",
"expectedPackageFiles": [
"C:\\Users\\willburton\\.nuget\\packages\\octokit\\1.0.1\\octokit.1.0.1.nupkg.sha512"
],
"logs": []
}
1 change: 1 addition & 0 deletions obj/project.packagespec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"restore":{"projectUniqueName":"D:\\Projects\\Web\\Personal Development\\bonk\\bonk.csproj","projectName":"bonk","projectPath":"D:\\Projects\\Web\\Personal Development\\bonk\\bonk.csproj","outputPath":"D:\\Projects\\Web\\Personal Development\\bonk\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net6.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","dependencies":{"Octokit":{"target":"Package","version":"[1.0.1, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.302\\RuntimeIdentifierGraph.json"}}
Loading

0 comments on commit 1e7ac31

Please sign in to comment.