commit a1d981a69c8053a5af806b8116004d725251b89e Author: nugroho Date: Wed May 7 19:59:28 2025 +0700 Initial Commit diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..83fa4f4 --- /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/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..dca70aa --- /dev/null +++ b/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/obj/Debug/net8.0/perubahan.AssemblyInfo.cs b/obj/Debug/net8.0/perubahan.AssemblyInfo.cs new file mode 100644 index 0000000..524bd80 --- /dev/null +++ b/obj/Debug/net8.0/perubahan.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("perubahan")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("perubahan")] +[assembly: System.Reflection.AssemblyTitleAttribute("perubahan")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/obj/Debug/net8.0/perubahan.AssemblyInfoInputs.cache b/obj/Debug/net8.0/perubahan.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6b98b3e --- /dev/null +++ b/obj/Debug/net8.0/perubahan.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +d45aba3c94cb9998b108e314fcb8b32ee7f31cb89facf16db686b08c63200b65 diff --git a/obj/Debug/net8.0/perubahan.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0/perubahan.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..607ef17 --- /dev/null +++ b/obj/Debug/net8.0/perubahan.GeneratedMSBuildEditorConfig.editorconfig @@ -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 = perubahan +build_property.ProjectDir = /Users/fajarnugroho/Documents/Code Repository/agenperubahan/perubahan/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/obj/Debug/net8.0/perubahan.GlobalUsings.g.cs b/obj/Debug/net8.0/perubahan.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/obj/Debug/net8.0/perubahan.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +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; diff --git a/obj/Debug/net8.0/perubahan.assets.cache b/obj/Debug/net8.0/perubahan.assets.cache new file mode 100644 index 0000000..acf6e7f Binary files /dev/null and b/obj/Debug/net8.0/perubahan.assets.cache differ diff --git a/obj/perubahan.csproj.nuget.dgspec.json b/obj/perubahan.csproj.nuget.dgspec.json new file mode 100644 index 0000000..a40c91a --- /dev/null +++ b/obj/perubahan.csproj.nuget.dgspec.json @@ -0,0 +1,66 @@ +{ + "format": 1, + "restore": { + "/Users/fajarnugroho/Documents/Code Repository/agenperubahan/perubahan/perubahan.csproj": {} + }, + "projects": { + "/Users/fajarnugroho/Documents/Code Repository/agenperubahan/perubahan/perubahan.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/Users/fajarnugroho/Documents/Code Repository/agenperubahan/perubahan/perubahan.csproj", + "projectName": "perubahan", + "projectPath": "/Users/fajarnugroho/Documents/Code Repository/agenperubahan/perubahan/perubahan.csproj", + "packagesPath": "/Users/fajarnugroho/.nuget/packages/", + "outputPath": "/Users/fajarnugroho/Documents/Code Repository/agenperubahan/perubahan/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/fajarnugroho/.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" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/8.0.408/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/obj/perubahan.csproj.nuget.g.props b/obj/perubahan.csproj.nuget.g.props new file mode 100644 index 0000000..35d186e --- /dev/null +++ b/obj/perubahan.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /Users/fajarnugroho/.nuget/packages/ + /Users/fajarnugroho/.nuget/packages/ + PackageReference + 6.11.1 + + + + + \ No newline at end of file diff --git a/obj/perubahan.csproj.nuget.g.targets b/obj/perubahan.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/obj/perubahan.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..d840a42 --- /dev/null +++ b/obj/project.assets.json @@ -0,0 +1,71 @@ +{ + "version": 3, + "targets": { + "net8.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net8.0": [] + }, + "packageFolders": { + "/Users/fajarnugroho/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/Users/fajarnugroho/Documents/Code Repository/agenperubahan/perubahan/perubahan.csproj", + "projectName": "perubahan", + "projectPath": "/Users/fajarnugroho/Documents/Code Repository/agenperubahan/perubahan/perubahan.csproj", + "packagesPath": "/Users/fajarnugroho/.nuget/packages/", + "outputPath": "/Users/fajarnugroho/Documents/Code Repository/agenperubahan/perubahan/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/fajarnugroho/.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" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/8.0.408/PortableRuntimeIdentifierGraph.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..5d0886a --- /dev/null +++ b/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "LeHU7QVBO5Y=", + "success": true, + "projectFilePath": "/Users/fajarnugroho/Documents/Code Repository/agenperubahan/perubahan/perubahan.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/perubahan.csproj b/perubahan.csproj new file mode 100644 index 0000000..206b89a --- /dev/null +++ b/perubahan.csproj @@ -0,0 +1,10 @@ + + + + Exe + net8.0 + enable + enable + + + diff --git a/perubahan.sln b/perubahan.sln new file mode 100644 index 0000000..1c15791 --- /dev/null +++ b/perubahan.sln @@ -0,0 +1,24 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.2.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "perubahan", "perubahan.csproj", "{D66E75BD-39EB-4FA2-AA9B-6D1A8B4902DF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D66E75BD-39EB-4FA2-AA9B-6D1A8B4902DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D66E75BD-39EB-4FA2-AA9B-6D1A8B4902DF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D66E75BD-39EB-4FA2-AA9B-6D1A8B4902DF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D66E75BD-39EB-4FA2-AA9B-6D1A8B4902DF}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6DDB7532-0913-4241-AE1C-42FB71E41377} + EndGlobalSection +EndGlobal