Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions C#/HelloWorld/HelloWorld.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;

namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}
8 changes: 8 additions & 0 deletions C#/HelloWorld/HelloWorld.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

</Project>
23 changes: 23 additions & 0 deletions C#/HelloWorld/bin/Debug/netcoreapp3.1/HelloWorld.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {
"HelloWorld/1.0.0": {
"runtime": {
"HelloWorld.dll": {}
}
}
}
},
"libraries": {
"HelloWorld/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\Suvendra\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Suvendra\\.nuget\\packages"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "3.1.0"
}
}
}
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=v3.1", FrameworkDisplayName = "")]
22 changes: 22 additions & 0 deletions C#/HelloWorld/obj/Debug/netcoreapp3.1/HelloWorld.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("HelloWorld")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("HelloWorld")]
[assembly: System.Reflection.AssemblyTitleAttribute("HelloWorld")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

// Generated by the MSBuild WriteCodeFragment class.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0540212110c8e74e5d547a00e6fd06c3cf4fc6cb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ccf219a9e052bed768b57767e759bbba3700fd3d
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
E:\C#\HelloWorld\bin\Debug\netcoreapp3.1\HelloWorld.exe
E:\C#\HelloWorld\bin\Debug\netcoreapp3.1\HelloWorld.deps.json
E:\C#\HelloWorld\bin\Debug\netcoreapp3.1\HelloWorld.runtimeconfig.json
E:\C#\HelloWorld\bin\Debug\netcoreapp3.1\HelloWorld.runtimeconfig.dev.json
E:\C#\HelloWorld\bin\Debug\netcoreapp3.1\HelloWorld.dll
E:\C#\HelloWorld\bin\Debug\netcoreapp3.1\HelloWorld.pdb
E:\C#\HelloWorld\obj\Debug\netcoreapp3.1\HelloWorld.csprojAssemblyReference.cache
E:\C#\HelloWorld\obj\Debug\netcoreapp3.1\HelloWorld.AssemblyInfoInputs.cache
E:\C#\HelloWorld\obj\Debug\netcoreapp3.1\HelloWorld.AssemblyInfo.cs
E:\C#\HelloWorld\obj\Debug\netcoreapp3.1\HelloWorld.csproj.CoreCompileInputs.cache
E:\C#\HelloWorld\obj\Debug\netcoreapp3.1\HelloWorld.dll
E:\C#\HelloWorld\obj\Debug\netcoreapp3.1\HelloWorld.pdb
E:\C#\HelloWorld\obj\Debug\netcoreapp3.1\HelloWorld.genruntimeconfig.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
86c8e15dd33445635927cfaf398408205fd11473
Binary file not shown.
58 changes: 58 additions & 0 deletions C#/HelloWorld/obj/HelloWorld.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"format": 1,
"restore": {
"E:\\C#\\HelloWorld\\HelloWorld.csproj": {}
},
"projects": {
"E:\\C#\\HelloWorld\\HelloWorld.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "E:\\C#\\HelloWorld\\HelloWorld.csproj",
"projectName": "HelloWorld",
"projectPath": "E:\\C#\\HelloWorld\\HelloWorld.csproj",
"packagesPath": "C:\\Users\\Suvendra\\.nuget\\packages\\",
"outputPath": "E:\\C#\\HelloWorld\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\Suvendra\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"netcoreapp3.1"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"netcoreapp3.1": {
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json"
}
}
}
}
}
18 changes: 18 additions & 0 deletions C#/HelloWorld/obj/HelloWorld.csproj.nuget.g.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?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\Suvendra\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.7.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="$([MSBuild]::EnsureTrailingSlash($(NuGetPackageFolders)))" />
</ItemGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>
6 changes: 6 additions & 0 deletions C#/HelloWorld/obj/HelloWorld.csproj.nuget.g.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>
63 changes: 63 additions & 0 deletions C#/HelloWorld/obj/project.assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"version": 3,
"targets": {
".NETCoreApp,Version=v3.1": {}
},
"libraries": {},
"projectFileDependencyGroups": {
".NETCoreApp,Version=v3.1": []
},
"packageFolders": {
"C:\\Users\\Suvendra\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "E:\\C#\\HelloWorld\\HelloWorld.csproj",
"projectName": "HelloWorld",
"projectPath": "E:\\C#\\HelloWorld\\HelloWorld.csproj",
"packagesPath": "C:\\Users\\Suvendra\\.nuget\\packages\\",
"outputPath": "E:\\C#\\HelloWorld\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\Suvendra\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"netcoreapp3.1"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"netcoreapp3.1": {
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json"
}
}
}
}
8 changes: 8 additions & 0 deletions C#/HelloWorld/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "cRjwnhk+8CjJGZQAT3UQzPWrserLSjRoHqZQSWbct/lj+fuchh5nOlkXUvJM45i2+eEVNwWq35LcjyZ/Ibeuvg==",
"success": true,
"projectFilePath": "E:\\C#\\HelloWorld\\HelloWorld.csproj",
"expectedPackageFiles": [],
"logs": []
}
1 change: 1 addition & 0 deletions C#/HelloWorld/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello World in C#..