initial commit
This commit is contained in:
commit
65c137cec1
32 changed files with 420 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]
|
||||
22
MadLib/obj/Debug/net9.0/MadLib.AssemblyInfo.cs
Normal file
22
MadLib/obj/Debug/net9.0/MadLib.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("MadLib")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("MadLib")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("MadLib")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
1
MadLib/obj/Debug/net9.0/MadLib.AssemblyInfoInputs.cache
Normal file
1
MadLib/obj/Debug/net9.0/MadLib.AssemblyInfoInputs.cache
Normal file
|
|
@ -0,0 +1 @@
|
|||
ad766b57e38c197261c6ab34f76c9220e6b1722e3906bf018609983f7da22fc2
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
is_global = true
|
||||
build_property.TargetFramework = net9.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 = MadLib
|
||||
build_property.ProjectDir = /home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.EffectiveAnalysisLevelStyle = 9.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
8
MadLib/obj/Debug/net9.0/MadLib.GlobalUsings.g.cs
Normal file
8
MadLib/obj/Debug/net9.0/MadLib.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
MadLib/obj/Debug/net9.0/MadLib.assets.cache
Normal file
BIN
MadLib/obj/Debug/net9.0/MadLib.assets.cache
Normal file
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
1fb7c2023d86e085dccce0602accad7542e5d0809c7dbacfc52176033cf7021a
|
||||
14
MadLib/obj/Debug/net9.0/MadLib.csproj.FileListAbsolute.txt
Normal file
14
MadLib/obj/Debug/net9.0/MadLib.csproj.FileListAbsolute.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/bin/Debug/net9.0/MadLib
|
||||
/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/bin/Debug/net9.0/MadLib.deps.json
|
||||
/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/bin/Debug/net9.0/MadLib.runtimeconfig.json
|
||||
/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/bin/Debug/net9.0/MadLib.dll
|
||||
/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/bin/Debug/net9.0/MadLib.pdb
|
||||
/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/obj/Debug/net9.0/MadLib.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/obj/Debug/net9.0/MadLib.AssemblyInfoInputs.cache
|
||||
/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/obj/Debug/net9.0/MadLib.AssemblyInfo.cs
|
||||
/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/obj/Debug/net9.0/MadLib.csproj.CoreCompileInputs.cache
|
||||
/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/obj/Debug/net9.0/MadLib.dll
|
||||
/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/obj/Debug/net9.0/refint/MadLib.dll
|
||||
/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/obj/Debug/net9.0/MadLib.pdb
|
||||
/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/obj/Debug/net9.0/MadLib.genruntimeconfig.cache
|
||||
/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/obj/Debug/net9.0/ref/MadLib.dll
|
||||
BIN
MadLib/obj/Debug/net9.0/MadLib.dll
Normal file
BIN
MadLib/obj/Debug/net9.0/MadLib.dll
Normal file
Binary file not shown.
1
MadLib/obj/Debug/net9.0/MadLib.genruntimeconfig.cache
Normal file
1
MadLib/obj/Debug/net9.0/MadLib.genruntimeconfig.cache
Normal file
|
|
@ -0,0 +1 @@
|
|||
6a6151e4db060c8799136f4de68333ca96d29d3ef7fedf54a2108e005f0739e8
|
||||
BIN
MadLib/obj/Debug/net9.0/MadLib.pdb
Normal file
BIN
MadLib/obj/Debug/net9.0/MadLib.pdb
Normal file
Binary file not shown.
BIN
MadLib/obj/Debug/net9.0/apphost
Executable file
BIN
MadLib/obj/Debug/net9.0/apphost
Executable file
Binary file not shown.
BIN
MadLib/obj/Debug/net9.0/ref/MadLib.dll
Normal file
BIN
MadLib/obj/Debug/net9.0/ref/MadLib.dll
Normal file
Binary file not shown.
BIN
MadLib/obj/Debug/net9.0/refint/MadLib.dll
Normal file
BIN
MadLib/obj/Debug/net9.0/refint/MadLib.dll
Normal file
Binary file not shown.
67
MadLib/obj/MadLib.csproj.nuget.dgspec.json
Normal file
67
MadLib/obj/MadLib.csproj.nuget.dgspec.json
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/MadLib.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/MadLib.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/MadLib.csproj",
|
||||
"projectName": "MadLib",
|
||||
"projectPath": "/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/MadLib.csproj",
|
||||
"packagesPath": "/home/tiradoe/.nuget/packages/",
|
||||
"outputPath": "/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/home/tiradoe/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net9.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "9.0.300"
|
||||
},
|
||||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/home/tiradoe/.dotnet/sdk/9.0.305/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
MadLib/obj/MadLib.csproj.nuget.g.props
Normal file
15
MadLib/obj/MadLib.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/tiradoe/.nuget/packages/</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/tiradoe/.nuget/packages/</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.14.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="/home/tiradoe/.nuget/packages/" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
2
MadLib/obj/MadLib.csproj.nuget.g.targets
Normal file
2
MadLib/obj/MadLib.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" />
|
||||
72
MadLib/obj/project.assets.json
Normal file
72
MadLib/obj/project.assets.json
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net9.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net9.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"/home/tiradoe/.nuget/packages/": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/MadLib.csproj",
|
||||
"projectName": "MadLib",
|
||||
"projectPath": "/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/MadLib.csproj",
|
||||
"packagesPath": "/home/tiradoe/.nuget/packages/",
|
||||
"outputPath": "/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/home/tiradoe/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net9.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "9.0.300"
|
||||
},
|
||||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/home/tiradoe/.dotnet/sdk/9.0.305/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
8
MadLib/obj/project.nuget.cache
Normal file
8
MadLib/obj/project.nuget.cache
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "5CXaSy6Fg0U=",
|
||||
"success": true,
|
||||
"projectFilePath": "/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/MadLib.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
1
MadLib/obj/project.packagespec.json
Normal file
1
MadLib/obj/project.packagespec.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
"restore":{"projectUniqueName":"/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/MadLib.csproj","projectName":"MadLib","projectPath":"/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/MadLib.csproj","outputPath":"/home/tiradoe/Projects/practice/csharp/MadLib/MadLib/MadLib/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net9.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net9.0":{"targetAlias":"net9.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.300"}"frameworks":{"net9.0":{"targetAlias":"net9.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/home/tiradoe/.dotnet/sdk/9.0.305/PortableRuntimeIdentifierGraph.json"}}
|
||||
1
MadLib/obj/rider.project.model.nuget.info
Normal file
1
MadLib/obj/rider.project.model.nuget.info
Normal file
|
|
@ -0,0 +1 @@
|
|||
17600467351755310
|
||||
1
MadLib/obj/rider.project.restore.info
Normal file
1
MadLib/obj/rider.project.restore.info
Normal file
|
|
@ -0,0 +1 @@
|
|||
17600467351755310
|
||||
Loading…
Add table
Add a link
Reference in a new issue