base .net project setup + input.txt file
This commit is contained in:
parent
2ee45d0c33
commit
7a30bacb68
11
6letterwordexercise.csproj
Normal file
11
6letterwordexercise.csproj
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
|
<RootNamespace>_6letterwordexercise</RootNamespace>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
2
Program.cs
Normal file
2
Program.cs
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// See https://aka.ms/new-console-template for more information
|
||||||
|
Console.WriteLine("Hello, World!");
|
BIN
bin/Debug/net8.0/6letterwordexercise
Executable file
BIN
bin/Debug/net8.0/6letterwordexercise
Executable file
Binary file not shown.
23
bin/Debug/net8.0/6letterwordexercise.deps.json
Normal file
23
bin/Debug/net8.0/6letterwordexercise.deps.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v8.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v8.0": {
|
||||||
|
"6letterwordexercise/1.0.0": {
|
||||||
|
"runtime": {
|
||||||
|
"6letterwordexercise.dll": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"6letterwordexercise/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
bin/Debug/net8.0/6letterwordexercise.dll
Normal file
BIN
bin/Debug/net8.0/6letterwordexercise.dll
Normal file
Binary file not shown.
BIN
bin/Debug/net8.0/6letterwordexercise.pdb
Normal file
BIN
bin/Debug/net8.0/6letterwordexercise.pdb
Normal file
Binary file not shown.
12
bin/Debug/net8.0/6letterwordexercise.runtimeconfig.json
Normal file
12
bin/Debug/net8.0/6letterwordexercise.runtimeconfig.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "net8.0",
|
||||||
|
"framework": {
|
||||||
|
"name": "Microsoft.NETCore.App",
|
||||||
|
"version": "8.0.0"
|
||||||
|
},
|
||||||
|
"configProperties": {
|
||||||
|
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
67
obj/6letterwordexercise.csproj.nuget.dgspec.json
Normal file
67
obj/6letterwordexercise.csproj.nuget.dgspec.json
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
{
|
||||||
|
"format": 1,
|
||||||
|
"restore": {
|
||||||
|
"/home/nicolaivds/GIT/6letterwordexercise/6letterwordexercise.csproj": {}
|
||||||
|
},
|
||||||
|
"projects": {
|
||||||
|
"/home/nicolaivds/GIT/6letterwordexercise/6letterwordexercise.csproj": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"restore": {
|
||||||
|
"projectUniqueName": "/home/nicolaivds/GIT/6letterwordexercise/6letterwordexercise.csproj",
|
||||||
|
"projectName": "6letterwordexercise",
|
||||||
|
"projectPath": "/home/nicolaivds/GIT/6letterwordexercise/6letterwordexercise.csproj",
|
||||||
|
"packagesPath": "/home/nicolaivds/.nuget/packages/",
|
||||||
|
"outputPath": "/home/nicolaivds/GIT/6letterwordexercise/obj/",
|
||||||
|
"projectStyle": "PackageReference",
|
||||||
|
"configFilePaths": [
|
||||||
|
"/home/nicolaivds/.nuget/NuGet/NuGet.Config"
|
||||||
|
],
|
||||||
|
"originalTargetFrameworks": [
|
||||||
|
"net8.0"
|
||||||
|
],
|
||||||
|
"sources": {
|
||||||
|
"https://api.nuget.org/v3/index.json": {}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net8.0": {
|
||||||
|
"targetAlias": "net8.0",
|
||||||
|
"projectReferences": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"warningProperties": {
|
||||||
|
"warnAsError": [
|
||||||
|
"NU1605"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net8.0": {
|
||||||
|
"targetAlias": "net8.0",
|
||||||
|
"imports": [
|
||||||
|
"net461",
|
||||||
|
"net462",
|
||||||
|
"net47",
|
||||||
|
"net471",
|
||||||
|
"net472",
|
||||||
|
"net48",
|
||||||
|
"net481"
|
||||||
|
],
|
||||||
|
"assetTargetFallback": true,
|
||||||
|
"warn": true,
|
||||||
|
"downloadDependencies": [
|
||||||
|
{
|
||||||
|
"name": "Microsoft.AspNetCore.App.Ref",
|
||||||
|
"version": "[8.0.6, 8.0.6]"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frameworkReferences": {
|
||||||
|
"Microsoft.NETCore.App": {
|
||||||
|
"privateAssets": "all"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.106/PortableRuntimeIdentifierGraph.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
15
obj/6letterwordexercise.csproj.nuget.g.props
Normal file
15
obj/6letterwordexercise.csproj.nuget.g.props
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?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)' == '' ">/home/nicolaivds/.nuget/packages/</NuGetPackageRoot>
|
||||||
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/nicolaivds/.nuget/packages/</NuGetPackageFolders>
|
||||||
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||||
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.1</NuGetToolVersion>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<SourceRoot Include="/home/nicolaivds/.nuget/packages/" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
2
obj/6letterwordexercise.csproj.nuget.g.targets
Normal file
2
obj/6letterwordexercise.csproj.nuget.g.targets
Normal file
@ -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" />
|
@ -0,0 +1,4 @@
|
|||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
22
obj/Debug/net8.0/6letterwordexercise.AssemblyInfo.cs
Normal file
22
obj/Debug/net8.0/6letterwordexercise.AssemblyInfo.cs
Normal file
@ -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("6letterwordexercise")]
|
||||||
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2ee45d0c33abdc2258987bbae591edb100ebb81b")]
|
||||||
|
[assembly: System.Reflection.AssemblyProductAttribute("6letterwordexercise")]
|
||||||
|
[assembly: System.Reflection.AssemblyTitleAttribute("6letterwordexercise")]
|
||||||
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
||||||
|
// Generated by the MSBuild WriteCodeFragment class.
|
||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
11bb087ea0f446bb0d874c8a6517161613518f7e65c34da03edbfc9d8b21c232
|
@ -0,0 +1,13 @@
|
|||||||
|
is_global = true
|
||||||
|
build_property.TargetFramework = net8.0
|
||||||
|
build_property.TargetPlatformMinVersion =
|
||||||
|
build_property.UsingMicrosoftNETSdkWeb =
|
||||||
|
build_property.ProjectTypeGuids =
|
||||||
|
build_property.InvariantGlobalization =
|
||||||
|
build_property.PlatformNeutralAssembly =
|
||||||
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
|
build_property.RootNamespace = _6letterwordexercise
|
||||||
|
build_property.ProjectDir = /home/nicolaivds/GIT/6letterwordexercise/
|
||||||
|
build_property.EnableComHosting =
|
||||||
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
8
obj/Debug/net8.0/6letterwordexercise.GlobalUsings.g.cs
Normal file
8
obj/Debug/net8.0/6letterwordexercise.GlobalUsings.g.cs
Normal file
@ -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;
|
BIN
obj/Debug/net8.0/6letterwordexercise.assets.cache
Normal file
BIN
obj/Debug/net8.0/6letterwordexercise.assets.cache
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
7d680e5d4788e2df6270932e56dd4ab69ce485fbb0834751ae8714a8fc4b14ad
|
@ -0,0 +1,14 @@
|
|||||||
|
/home/nicolaivds/GIT/6letterwordexercise/bin/Debug/net8.0/6letterwordexercise
|
||||||
|
/home/nicolaivds/GIT/6letterwordexercise/bin/Debug/net8.0/6letterwordexercise.deps.json
|
||||||
|
/home/nicolaivds/GIT/6letterwordexercise/bin/Debug/net8.0/6letterwordexercise.runtimeconfig.json
|
||||||
|
/home/nicolaivds/GIT/6letterwordexercise/bin/Debug/net8.0/6letterwordexercise.dll
|
||||||
|
/home/nicolaivds/GIT/6letterwordexercise/bin/Debug/net8.0/6letterwordexercise.pdb
|
||||||
|
/home/nicolaivds/GIT/6letterwordexercise/obj/Debug/net8.0/6letterwordexercise.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
/home/nicolaivds/GIT/6letterwordexercise/obj/Debug/net8.0/6letterwordexercise.AssemblyInfoInputs.cache
|
||||||
|
/home/nicolaivds/GIT/6letterwordexercise/obj/Debug/net8.0/6letterwordexercise.AssemblyInfo.cs
|
||||||
|
/home/nicolaivds/GIT/6letterwordexercise/obj/Debug/net8.0/6letterwordexercise.csproj.CoreCompileInputs.cache
|
||||||
|
/home/nicolaivds/GIT/6letterwordexercise/obj/Debug/net8.0/6letterwordexercise.dll
|
||||||
|
/home/nicolaivds/GIT/6letterwordexercise/obj/Debug/net8.0/refint/6letterwordexercise.dll
|
||||||
|
/home/nicolaivds/GIT/6letterwordexercise/obj/Debug/net8.0/6letterwordexercise.pdb
|
||||||
|
/home/nicolaivds/GIT/6letterwordexercise/obj/Debug/net8.0/6letterwordexercise.genruntimeconfig.cache
|
||||||
|
/home/nicolaivds/GIT/6letterwordexercise/obj/Debug/net8.0/ref/6letterwordexercise.dll
|
BIN
obj/Debug/net8.0/6letterwordexercise.dll
Normal file
BIN
obj/Debug/net8.0/6letterwordexercise.dll
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
109b524fdb38776bb559d86a6982704f85a5696e20c7697c48cd108e1b0e7839
|
BIN
obj/Debug/net8.0/6letterwordexercise.pdb
Normal file
BIN
obj/Debug/net8.0/6letterwordexercise.pdb
Normal file
Binary file not shown.
BIN
obj/Debug/net8.0/apphost
Executable file
BIN
obj/Debug/net8.0/apphost
Executable file
Binary file not shown.
BIN
obj/Debug/net8.0/ref/6letterwordexercise.dll
Normal file
BIN
obj/Debug/net8.0/ref/6letterwordexercise.dll
Normal file
Binary file not shown.
BIN
obj/Debug/net8.0/refint/6letterwordexercise.dll
Normal file
BIN
obj/Debug/net8.0/refint/6letterwordexercise.dll
Normal file
Binary file not shown.
72
obj/project.assets.json
Normal file
72
obj/project.assets.json
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"targets": {
|
||||||
|
"net8.0": {}
|
||||||
|
},
|
||||||
|
"libraries": {},
|
||||||
|
"projectFileDependencyGroups": {
|
||||||
|
"net8.0": []
|
||||||
|
},
|
||||||
|
"packageFolders": {
|
||||||
|
"/home/nicolaivds/.nuget/packages/": {}
|
||||||
|
},
|
||||||
|
"project": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"restore": {
|
||||||
|
"projectUniqueName": "/home/nicolaivds/GIT/6letterwordexercise/6letterwordexercise.csproj",
|
||||||
|
"projectName": "6letterwordexercise",
|
||||||
|
"projectPath": "/home/nicolaivds/GIT/6letterwordexercise/6letterwordexercise.csproj",
|
||||||
|
"packagesPath": "/home/nicolaivds/.nuget/packages/",
|
||||||
|
"outputPath": "/home/nicolaivds/GIT/6letterwordexercise/obj/",
|
||||||
|
"projectStyle": "PackageReference",
|
||||||
|
"configFilePaths": [
|
||||||
|
"/home/nicolaivds/.nuget/NuGet/NuGet.Config"
|
||||||
|
],
|
||||||
|
"originalTargetFrameworks": [
|
||||||
|
"net8.0"
|
||||||
|
],
|
||||||
|
"sources": {
|
||||||
|
"https://api.nuget.org/v3/index.json": {}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net8.0": {
|
||||||
|
"targetAlias": "net8.0",
|
||||||
|
"projectReferences": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"warningProperties": {
|
||||||
|
"warnAsError": [
|
||||||
|
"NU1605"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net8.0": {
|
||||||
|
"targetAlias": "net8.0",
|
||||||
|
"imports": [
|
||||||
|
"net461",
|
||||||
|
"net462",
|
||||||
|
"net47",
|
||||||
|
"net471",
|
||||||
|
"net472",
|
||||||
|
"net48",
|
||||||
|
"net481"
|
||||||
|
],
|
||||||
|
"assetTargetFallback": true,
|
||||||
|
"warn": true,
|
||||||
|
"downloadDependencies": [
|
||||||
|
{
|
||||||
|
"name": "Microsoft.AspNetCore.App.Ref",
|
||||||
|
"version": "[8.0.6, 8.0.6]"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frameworkReferences": {
|
||||||
|
"Microsoft.NETCore.App": {
|
||||||
|
"privateAssets": "all"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.106/PortableRuntimeIdentifierGraph.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
10
obj/project.nuget.cache
Normal file
10
obj/project.nuget.cache
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"dgSpecHash": "+Y/iUYj08eOt0Wffjy/rUIB4u8wKOM+HGgI3mTp3jzM1l5hg3PeanSV8pVUXdN3jjYzSm1WvHHGgbPa7b5lYfg==",
|
||||||
|
"success": true,
|
||||||
|
"projectFilePath": "/home/nicolaivds/GIT/6letterwordexercise/6letterwordexercise.csproj",
|
||||||
|
"expectedPackageFiles": [
|
||||||
|
"/home/nicolaivds/.nuget/packages/microsoft.aspnetcore.app.ref/8.0.6/microsoft.aspnetcore.app.ref.8.0.6.nupkg.sha512"
|
||||||
|
],
|
||||||
|
"logs": []
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user