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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
16 changes: 16 additions & 0 deletions .vs/module1constructs/project-colors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"Version": 1,
"ProjectMap": {
"b5aaf32e-6688-433e-806b-3c90c3cfb03c": {
"ProjectGuid": "b5aaf32e-6688-433e-806b-3c90c3cfb03c",
"DisplayName": "SimpleConsoleIOapp",
"ColorIndex": 0
},
"a2fe74e1-b743-11d0-ae1a-00a0c90fffc3": {
"ProjectGuid": "a2fe74e1-b743-11d0-ae1a-00a0c90fffc3",
"DisplayName": "Miscellaneous Files",
"ColorIndex": -1
}
},
"NextColorIndex": 1
}
Binary file added .vs/module1constructs/v17/.futdcache.v1
Binary file not shown.
Binary file added .vs/module1constructs/v17/.suo
Binary file not shown.
25 changes: 21 additions & 4 deletions SimpleConsoleIOapp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,25 @@ namespace SimpleConsoleIOapp
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
{ // Similar to print
Console.WriteLine("***** Basic ID ****");
GetUserData();
Console.ReadLine();

static void GetUserData()
{
// Get name and age
Console.Write("Enter your name: ");
string userName = Console.ReadLine();
Console.Write("Enter your age: ");
string userAge = Console.ReadLine();

//Echo to the console
Console.WriteLine("Hello {0}! You are {1} years old.", userName, userAge);


}

}
}
}
23 changes: 23 additions & 0 deletions SimpleConsoleIOapp/bin/Debug/net5.0/SimpleConsoleIOapp.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"SimpleConsoleIOapp/1.0.0": {
"runtime": {
"SimpleConsoleIOapp.dll": {}
}
}
}
},
"libraries": {
"SimpleConsoleIOapp/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\\Admin\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Admin\\.nuget\\packages"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.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=v5.0", FrameworkDisplayName = "")]
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// 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("SimpleConsoleIOapp")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("SimpleConsoleIOapp")]
[assembly: System.Reflection.AssemblyTitleAttribute("SimpleConsoleIOapp")]
[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 @@
f4caaf41d5a229c6f4178fa9c6bff763cb1be047
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = SimpleConsoleIOapp
build_property.ProjectDir = D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ee96210bd7df11a1397f100e806ae9dd0614d0e4
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\bin\Debug\net5.0\SimpleConsoleIOapp.exe
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\bin\Debug\net5.0\SimpleConsoleIOapp.deps.json
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\bin\Debug\net5.0\SimpleConsoleIOapp.runtimeconfig.json
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\bin\Debug\net5.0\SimpleConsoleIOapp.runtimeconfig.dev.json
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\bin\Debug\net5.0\SimpleConsoleIOapp.dll
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\bin\Debug\net5.0\SimpleConsoleIOapp.pdb
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\obj\Debug\net5.0\SimpleConsoleIOapp.csproj.AssemblyReference.cache
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\obj\Debug\net5.0\SimpleConsoleIOapp.GeneratedMSBuildEditorConfig.editorconfig
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\obj\Debug\net5.0\SimpleConsoleIOapp.AssemblyInfoInputs.cache
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\obj\Debug\net5.0\SimpleConsoleIOapp.AssemblyInfo.cs
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\obj\Debug\net5.0\SimpleConsoleIOapp.csproj.CoreCompileInputs.cache
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\obj\Debug\net5.0\SimpleConsoleIOapp.dll
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\obj\Debug\net5.0\refint\SimpleConsoleIOapp.dll
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\obj\Debug\net5.0\SimpleConsoleIOapp.pdb
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\obj\Debug\net5.0\SimpleConsoleIOapp.genruntimeconfig.cache
D:\Allfiles\Mod01\LAVTTA-Module1-Constructs\SimpleConsoleIOapp\obj\Debug\net5.0\ref\SimpleConsoleIOapp.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0609edd64b6c4cfc03bd1f88da9490825a169fc4
Binary file not shown.
Binary file added SimpleConsoleIOapp/obj/Debug/net5.0/apphost.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
37 changes: 21 additions & 16 deletions SimpleConsoleIOapp/obj/SimpleConsoleIOapp.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,21 @@
{
"format": 1,
"restore": {
"C:\\Users\\david\\Desktop\\JVCSoCal_Vet\\Programming\\IntroProgrammingC_v2\\Mod1\\SimpleConsoleIOapp\\SimpleConsoleIOapp.csproj": {}
"D:\\Allfiles\\Mod01\\LAVTTA-Module1-Constructs\\SimpleConsoleIOapp\\SimpleConsoleIOapp.csproj": {}
},
"projects": {
"C:\\Users\\david\\Desktop\\JVCSoCal_Vet\\Programming\\IntroProgrammingC_v2\\Mod1\\SimpleConsoleIOapp\\SimpleConsoleIOapp.csproj": {
"D:\\Allfiles\\Mod01\\LAVTTA-Module1-Constructs\\SimpleConsoleIOapp\\SimpleConsoleIOapp.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\david\\Desktop\\JVCSoCal_Vet\\Programming\\IntroProgrammingC_v2\\Mod1\\SimpleConsoleIOapp\\SimpleConsoleIOapp.csproj",
"projectUniqueName": "D:\\Allfiles\\Mod01\\LAVTTA-Module1-Constructs\\SimpleConsoleIOapp\\SimpleConsoleIOapp.csproj",
"projectName": "SimpleConsoleIOapp",
"projectPath": "C:\\Users\\david\\Desktop\\JVCSoCal_Vet\\Programming\\IntroProgrammingC_v2\\Mod1\\SimpleConsoleIOapp\\SimpleConsoleIOapp.csproj",
"packagesPath": "C:\\Users\\david\\.nuget\\packages\\",
"outputPath": "C:\\Users\\david\\Desktop\\JVCSoCal_Vet\\Programming\\IntroProgrammingC_v2\\Mod1\\SimpleConsoleIOapp\\obj\\",
"projectPath": "D:\\Allfiles\\Mod01\\LAVTTA-Module1-Constructs\\SimpleConsoleIOapp\\SimpleConsoleIOapp.csproj",
"packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\",
"outputPath": "D:\\Allfiles\\Mod01\\LAVTTA-Module1-Constructs\\SimpleConsoleIOapp\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
],
"configFilePaths": [
"C:\\Users\\david\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
"C:\\Users\\Admin\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net5.0"
Expand Down Expand Up @@ -57,17 +50,29 @@
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[5.0.0, 5.0.0]"
},
{
"name": "Microsoft.NETCore.App.Host.win-x64",
"version": "[5.0.17, 5.0.17]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[5.0.0, 5.0.0]"
},
{
"name": "Microsoft.WindowsDesktop.App.Ref",
"version": "[5.0.0, 5.0.0]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.107\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.302\\RuntimeIdentifierGraph.json"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
<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\david\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Admin\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.2</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.2.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\david\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" />
<SourceRoot Include="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\" />
<SourceRoot Include="C:\Users\Admin\.nuget\packages\" />
</ItemGroup>
</Project>
38 changes: 20 additions & 18 deletions SimpleConsoleIOapp/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,20 @@
"net5.0": []
},
"packageFolders": {
"C:\\Users\\david\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {},
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
"C:\\Users\\Admin\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\david\\Desktop\\JVCSoCal_Vet\\Programming\\IntroProgrammingC_v2\\Mod1\\SimpleConsoleIOapp\\SimpleConsoleIOapp.csproj",
"projectUniqueName": "D:\\Allfiles\\Mod01\\LAVTTA-Module1-Constructs\\SimpleConsoleIOapp\\SimpleConsoleIOapp.csproj",
"projectName": "SimpleConsoleIOapp",
"projectPath": "C:\\Users\\david\\Desktop\\JVCSoCal_Vet\\Programming\\IntroProgrammingC_v2\\Mod1\\SimpleConsoleIOapp\\SimpleConsoleIOapp.csproj",
"packagesPath": "C:\\Users\\david\\.nuget\\packages\\",
"outputPath": "C:\\Users\\david\\Desktop\\JVCSoCal_Vet\\Programming\\IntroProgrammingC_v2\\Mod1\\SimpleConsoleIOapp\\obj\\",
"projectPath": "D:\\Allfiles\\Mod01\\LAVTTA-Module1-Constructs\\SimpleConsoleIOapp\\SimpleConsoleIOapp.csproj",
"packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\",
"outputPath": "D:\\Allfiles\\Mod01\\LAVTTA-Module1-Constructs\\SimpleConsoleIOapp\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
],
"configFilePaths": [
"C:\\Users\\david\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
"C:\\Users\\Admin\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net5.0"
Expand Down Expand Up @@ -66,17 +56,29 @@
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[5.0.0, 5.0.0]"
},
{
"name": "Microsoft.NETCore.App.Host.win-x64",
"version": "[5.0.17, 5.0.17]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[5.0.0, 5.0.0]"
},
{
"name": "Microsoft.WindowsDesktop.App.Ref",
"version": "[5.0.0, 5.0.0]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.107\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.302\\RuntimeIdentifierGraph.json"
}
}
}
Expand Down
9 changes: 6 additions & 3 deletions SimpleConsoleIOapp/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"version": 2,
"dgSpecHash": "dyHziCys+siTedJDXNSFwWcJxUk9ftTL4JWj62fpxdAzjGfrpfQcu+3wmGUyBWIA6HlkiNZQSuvI2cox3+R3cg==",
"dgSpecHash": "7FCDtuH6E6wsuJr2++sCk3rP0SxhBJB/6+URF29IMUxtduLGOpCRgGWZoiNiuUCUXIynXihDnqvdF7XLPWTHBA==",
"success": true,
"projectFilePath": "C:\\Users\\david\\Desktop\\JVCSoCal_Vet\\Programming\\IntroProgrammingC_v2\\Mod1\\SimpleConsoleIOapp\\SimpleConsoleIOapp.csproj",
"projectFilePath": "D:\\Allfiles\\Mod01\\LAVTTA-Module1-Constructs\\SimpleConsoleIOapp\\SimpleConsoleIOapp.csproj",
"expectedPackageFiles": [
"C:\\Users\\david\\.nuget\\packages\\microsoft.netcore.app.host.win-x64\\5.0.17\\microsoft.netcore.app.host.win-x64.5.0.17.nupkg.sha512"
"C:\\Users\\Admin\\.nuget\\packages\\microsoft.netcore.app.host.win-x64\\5.0.17\\microsoft.netcore.app.host.win-x64.5.0.17.nupkg.sha512",
"C:\\Users\\Admin\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\5.0.0\\microsoft.aspnetcore.app.ref.5.0.0.nupkg.sha512",
"C:\\Users\\Admin\\.nuget\\packages\\microsoft.windowsdesktop.app.ref\\5.0.0\\microsoft.windowsdesktop.app.ref.5.0.0.nupkg.sha512",
"C:\\Users\\Admin\\.nuget\\packages\\microsoft.netcore.app.ref\\5.0.0\\microsoft.netcore.app.ref.5.0.0.nupkg.sha512"
],
"logs": []
}