From 45a7b953bf858b34efd353c6c69ead78fa30eca0 Mon Sep 17 00:00:00 2001 From: svhp Date: Fri, 1 Dec 2023 10:40:31 +0100 Subject: [PATCH] added .net proj --- Program.cs | 2 + git-laby.csproj | 11 ++++ main.c | 5 -- obj/git-laby.csproj.nuget.dgspec.json | 84 +++++++++++++++++++++++++ obj/git-laby.csproj.nuget.g.props | 15 +++++ obj/git-laby.csproj.nuget.g.targets | 2 + obj/project.assets.json | 89 +++++++++++++++++++++++++++ obj/project.nuget.cache | 13 ++++ 8 files changed, 216 insertions(+), 5 deletions(-) create mode 100644 Program.cs create mode 100644 git-laby.csproj delete mode 100644 main.c create mode 100644 obj/git-laby.csproj.nuget.dgspec.json create mode 100644 obj/git-laby.csproj.nuget.g.props create mode 100644 obj/git-laby.csproj.nuget.g.targets create mode 100644 obj/project.assets.json create mode 100644 obj/project.nuget.cache diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..3751555 --- /dev/null +++ b/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); diff --git a/git-laby.csproj b/git-laby.csproj new file mode 100644 index 0000000..1f2e549 --- /dev/null +++ b/git-laby.csproj @@ -0,0 +1,11 @@ + + + + Exe + net6.0 + git_laby + enable + enable + + + diff --git a/main.c b/main.c deleted file mode 100644 index d3ea80d..0000000 --- a/main.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -int main(){ - printf("Hello world!"); - return 0; -} \ No newline at end of file diff --git a/obj/git-laby.csproj.nuget.dgspec.json b/obj/git-laby.csproj.nuget.dgspec.json new file mode 100644 index 0000000..bb0e3fd --- /dev/null +++ b/obj/git-laby.csproj.nuget.dgspec.json @@ -0,0 +1,84 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\tomas\\Desktop\\git-laby\\git-laby.csproj": {} + }, + "projects": { + "C:\\Users\\tomas\\Desktop\\git-laby\\git-laby.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\tomas\\Desktop\\git-laby\\git-laby.csproj", + "projectName": "git-laby", + "projectPath": "C:\\Users\\tomas\\Desktop\\git-laby\\git-laby.csproj", + "packagesPath": "C:\\Users\\tomas\\.nuget\\packages\\", + "outputPath": "C:\\Users\\tomas\\Desktop\\git-laby\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\tomas\\AppData\\Roaming\\NuGet\\NuGet.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" + ] + }, + "restoreAuditProperties": { + "enableAudit": "default" + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[6.0.19, 6.0.19]" + }, + { + "name": "Microsoft.NETCore.App.Host.win-x86", + "version": "[6.0.19, 6.0.19]" + }, + { + "name": "Microsoft.NETCore.App.Ref", + "version": "[6.0.19, 6.0.19]" + }, + { + "name": "Microsoft.WindowsDesktop.App.Ref", + "version": "[6.0.19, 6.0.19]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files (x86)\\dotnet\\sdk\\8.0.100-preview.6.23330.14\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/obj/git-laby.csproj.nuget.g.props b/obj/git-laby.csproj.nuget.g.props new file mode 100644 index 0000000..bd2d5dd --- /dev/null +++ b/obj/git-laby.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\tomas\.nuget\packages\ + PackageReference + 6.7.0 + + + + + \ No newline at end of file diff --git a/obj/git-laby.csproj.nuget.g.targets b/obj/git-laby.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/obj/git-laby.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/obj/project.assets.json b/obj/project.assets.json new file mode 100644 index 0000000..29acf84 --- /dev/null +++ b/obj/project.assets.json @@ -0,0 +1,89 @@ +{ + "version": 3, + "targets": { + "net6.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net6.0": [] + }, + "packageFolders": { + "C:\\Users\\tomas\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\tomas\\Desktop\\git-laby\\git-laby.csproj", + "projectName": "git-laby", + "projectPath": "C:\\Users\\tomas\\Desktop\\git-laby\\git-laby.csproj", + "packagesPath": "C:\\Users\\tomas\\.nuget\\packages\\", + "outputPath": "C:\\Users\\tomas\\Desktop\\git-laby\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\tomas\\AppData\\Roaming\\NuGet\\NuGet.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" + ] + }, + "restoreAuditProperties": { + "enableAudit": "default" + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[6.0.19, 6.0.19]" + }, + { + "name": "Microsoft.NETCore.App.Host.win-x86", + "version": "[6.0.19, 6.0.19]" + }, + { + "name": "Microsoft.NETCore.App.Ref", + "version": "[6.0.19, 6.0.19]" + }, + { + "name": "Microsoft.WindowsDesktop.App.Ref", + "version": "[6.0.19, 6.0.19]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files (x86)\\dotnet\\sdk\\8.0.100-preview.6.23330.14\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache new file mode 100644 index 0000000..17a8f74 --- /dev/null +++ b/obj/project.nuget.cache @@ -0,0 +1,13 @@ +{ + "version": 2, + "dgSpecHash": "lXKd1cAGplx/JP6Y73TbnEHV8V/sMIhNGnoPEUdCwBuBDhNPWJniYarsljyM3x1nRgYVWbR8Db+nAlHm9WOVXQ==", + "success": true, + "projectFilePath": "C:\\Users\\tomas\\Desktop\\git-laby\\git-laby.csproj", + "expectedPackageFiles": [ + "C:\\Users\\tomas\\.nuget\\packages\\microsoft.netcore.app.ref\\6.0.19\\microsoft.netcore.app.ref.6.0.19.nupkg.sha512", + "C:\\Users\\tomas\\.nuget\\packages\\microsoft.windowsdesktop.app.ref\\6.0.19\\microsoft.windowsdesktop.app.ref.6.0.19.nupkg.sha512", + "C:\\Users\\tomas\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\6.0.19\\microsoft.aspnetcore.app.ref.6.0.19.nupkg.sha512", + "C:\\Users\\tomas\\.nuget\\packages\\microsoft.netcore.app.host.win-x86\\6.0.19\\microsoft.netcore.app.host.win-x86.6.0.19.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file