Skip to content

Commit 25549af

Browse files
adding details to output
1 parent f05f87a commit 25549af

File tree

56 files changed

+188
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+188
-58
lines changed
2 KB
Binary file not shown.
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CurrentProjectSetting": null
3+
}
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"ExpandedNodes": [
3+
"",
4+
"\\Age Calculator"
5+
],
6+
"SelectedNode": "\\Age Calculator\\Form1.vb",
7+
"PreviewInSolutionExplorer": false
8+
}

Age Calculator/.vs/slnx.sqlite

156 KB
Binary file not shown.

Age Calculator/Age Calculator/obj/Debug/net6.0-windows/Age Calculator.GeneratedMSBuildEditorConfig.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ build_property.InvariantGlobalization =
1313
build_property.PlatformNeutralAssembly =
1414
build_property._SupportedPlatformList = Linux,macOS,Windows
1515
build_property.RootNamespace = Age_Calculator
16-
build_property.ProjectDir = D:\Coding\Windows form app\Age Calculator\Age Calculator\
16+
build_property.ProjectDir = E:\Fork\1\windows-form-app\Age Calculator\Age Calculator\

Age Calculator/Age Calculator/obj/Release/net6.0-windows/Age Calculator.GeneratedMSBuildEditorConfig.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ build_property.InvariantGlobalization =
1313
build_property.PlatformNeutralAssembly =
1414
build_property._SupportedPlatformList = Linux,macOS,Windows
1515
build_property.RootNamespace = Age_Calculator
16-
build_property.ProjectDir = D:\Coding\Windows form app\Age Calculator\Age Calculator\
16+
build_property.ProjectDir = E:\Fork\1\windows-form-app\Age Calculator\Age Calculator\

Biggest Among Three/.vs/Biggest Among Three/FileContentIndex/read.lock

Whitespace-only changes.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CurrentProjectSetting": null
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"ExpandedNodes": [
3+
"",
4+
"\\Biggest Among Three",
5+
"\\Biggest Among Three\\My Project"
6+
],
7+
"SelectedNode": "\\Biggest Among Three\\Form1.vb",
8+
"PreviewInSolutionExplorer": false
9+
}

Biggest Among Three/.vs/slnx.sqlite

156 KB
Binary file not shown.

Biggest Among Three/Biggest Among Three/Form1.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
Else greatest = c
1616
End If
1717
End If
18-
MessageBox.Show(greatest & " is the greatest number")
18+
MessageBox.Show(greatest & " is the greatest number from")
1919
End Sub
2020
End Class

Biggest Among Three/Biggest Among Three/obj/Debug/net6.0-windows/Biggest Among Three.GeneratedMSBuildEditorConfig.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ build_property.InvariantGlobalization =
1313
build_property.PlatformNeutralAssembly =
1414
build_property._SupportedPlatformList = Linux,macOS,Windows
1515
build_property.RootNamespace = Biggest_Among_Three
16-
build_property.ProjectDir = D:\Coding\Windows form app\Biggest Among Three\Biggest Among Three\
16+
build_property.ProjectDir = E:\Fork\1\windows-form-app\Biggest Among Three\Biggest Among Three\

Biggest Among Three/Biggest Among Three/obj/Debug/net6.0-windows/Biggest Among Three.vbproj.FileListAbsolute.txt

+3
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ D:\Coding\Windows form app\Biggest Among Three\Biggest Among Three\obj\Debug\net
1515
D:\Coding\Windows form app\Biggest Among Three\Biggest Among Three\obj\Debug\net6.0-windows\Biggest Among Three.pdb
1616
D:\Coding\Windows form app\Biggest Among Three\Biggest Among Three\obj\Debug\net6.0-windows\Biggest Among Three.genruntimeconfig.cache
1717
D:\Coding\Windows form app\Biggest Among Three\Biggest Among Three\obj\Debug\net6.0-windows\ref\Biggest Among Three.dll
18+
E:\Fork\1\windows-form-app\Biggest Among Three\Biggest Among Three\obj\Debug\net6.0-windows\Biggest Among Three.dll
19+
E:\Fork\1\windows-form-app\Biggest Among Three\Biggest Among Three\obj\Debug\net6.0-windows\refint\Biggest Among Three.dll
20+
E:\Fork\1\windows-form-app\Biggest Among Three\Biggest Among Three\obj\Debug\net6.0-windows\Biggest Among Three.pdb
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
' <autogenerated/>
2+
Option Strict Off
3+
Option Explicit On
4+
5+
Imports System
6+
Imports System.Reflection
7+
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName:="")>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
'------------------------------------------------------------------------------
2+
' <auto-generated>
3+
' This code was generated by a tool.
4+
' Runtime Version:4.0.30319.42000
5+
'
6+
' Changes to this file may cause incorrect behavior and will be lost if
7+
' the code is regenerated.
8+
' </auto-generated>
9+
'------------------------------------------------------------------------------
10+
11+
Option Strict Off
12+
Option Explicit On
13+
14+
Imports System
15+
Imports System.Reflection
16+
<Assembly: System.Reflection.AssemblyCompanyAttribute("Biggest Among Three"), _
17+
Assembly: System.Reflection.AssemblyConfigurationAttribute("Release"), _
18+
Assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0"), _
19+
Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0"), _
20+
Assembly: System.Reflection.AssemblyProductAttribute("Biggest Among Three"), _
21+
Assembly: System.Reflection.AssemblyTitleAttribute("Biggest Among Three"), _
22+
Assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0"), _
23+
Assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0"), _
24+
Assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")>
25+
26+
'Generated by the MSBuild WriteCodeFragment class.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dad75183985b4d2d2acbfa12ef0b2e6c28012709
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
is_global = true
2+
build_property.ApplicationManifest =
3+
build_property.StartupObject = Sub Main
4+
build_property.ApplicationDefaultFont =
5+
build_property.ApplicationHighDpiMode =
6+
build_property.ApplicationUseCompatibleTextRendering =
7+
build_property.ApplicationVisualStyles =
8+
build_property.TargetFramework = net6.0-windows
9+
build_property.TargetPlatformMinVersion = 7.0
10+
build_property.UsingMicrosoftNETSdkWeb =
11+
build_property.ProjectTypeGuids =
12+
build_property.InvariantGlobalization =
13+
build_property.PlatformNeutralAssembly =
14+
build_property._SupportedPlatformList = Linux,macOS,Windows
15+
build_property.RootNamespace = Biggest_Among_Three
16+
build_property.ProjectDir = E:\Fork\1\windows-form-app\Biggest Among Three\Biggest Among Three\
6 KB
Binary file not shown.

Digital Clock/.vs/slnx.sqlite

156 KB
Binary file not shown.

Digital Clock/Digital Clock/Form1.Designer.vb

+49-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Digital Clock/Digital Clock/Form1.vb

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
Public Class Form1
1+
Imports System.Reflection.Emit
2+
3+
Public Class Form1
24
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
35
Timer1.Start()
46
End Sub
57
Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
8+
Label1.Text = "Welcome in Digital Clock"
69
Label2.Text = Date.Now.ToString("hh:mm:ss")
710
Label3.Text = Date.Now.ToString("tt")
811
Label4.Text = Date.Now.ToString("dddd")
912
Label5.Text = Date.Now.Date
13+
Label7.Text = "Time"
14+
Label8.Text = "Day"
15+
Label9.Text = "Date"
16+
1017
End Sub
18+
19+
1120
End Class
Binary file not shown.
Binary file not shown.
Binary file not shown.

Digital Clock/Digital Clock/obj/Debug/net6.0-windows/Digital Clock.GeneratedMSBuildEditorConfig.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ build_property.InvariantGlobalization =
1313
build_property.PlatformNeutralAssembly =
1414
build_property._SupportedPlatformList = Linux,macOS,Windows
1515
build_property.RootNamespace = Digital_Clock
16-
build_property.ProjectDir = D:\Coding\Windows form app\Digital Clock\Digital Clock\
16+
build_property.ProjectDir = E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\
Binary file not shown.

Digital Clock/Digital Clock/obj/Debug/net6.0-windows/Digital Clock.designer.runtimeconfig.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
}
1313
],
1414
"additionalProbingPaths": [
15-
"C:\\Users\\coder\\.dotnet\\store\\|arch|\\|tfm|",
16-
"C:\\Users\\coder\\.nuget\\packages",
17-
"D:\\Program Files\\Visual Studio Shared\\NuGetPackages"
15+
"C:\\Users\\Paras\\.dotnet\\store\\|arch|\\|tfm|",
16+
"C:\\Users\\Paras\\.nuget\\packages"
1817
],
1918
"configProperties": {
2019
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f3a07fd49ba8c64033d9ba269be917d10bed1bd2
1+
6440248c2c96794496237d4c52d0b4552ccd8055
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
79c78482c043853d7b7b83e41f4bd94cf9018429
1+
501139a5577e1fe77139c3c50c0d650bcd777662

Digital Clock/Digital Clock/obj/Debug/net6.0-windows/Digital Clock.vbproj.FileListAbsolute.txt

+17
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,20 @@ D:\Coding\Windows form app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\
1515
D:\Coding\Windows form app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\Digital Clock.pdb
1616
D:\Coding\Windows form app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\Digital Clock.genruntimeconfig.cache
1717
D:\Coding\Windows form app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\ref\Digital Clock.dll
18+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\bin\Debug\net6.0-windows\Digital Clock.exe
19+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\bin\Debug\net6.0-windows\Digital Clock.deps.json
20+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\bin\Debug\net6.0-windows\Digital Clock.runtimeconfig.json
21+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\bin\Debug\net6.0-windows\Digital Clock.dll
22+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\bin\Debug\net6.0-windows\Digital Clock.pdb
23+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\Digital Clock.vbproj.AssemblyReference.cache
24+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\Digital_Clock.Form1.resources
25+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\Digital Clock.vbproj.GenerateResource.cache
26+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\Digital Clock.GeneratedMSBuildEditorConfig.editorconfig
27+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\Digital Clock.AssemblyInfoInputs.cache
28+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\Digital Clock.AssemblyInfo.vb
29+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\Digital Clock.vbproj.CoreCompileInputs.cache
30+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\Digital Clock.dll
31+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\refint\Digital Clock.dll
32+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\Digital Clock.pdb
33+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\Digital Clock.genruntimeconfig.cache
34+
E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\obj\Debug\net6.0-windows\ref\Digital Clock.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.

Digital Clock/Digital Clock/obj/Digital Clock.vbproj.nuget.dgspec.json

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
{
22
"format": 1,
33
"restore": {
4-
"D:\\Coding\\Windows form app\\Digital Clock\\Digital Clock\\Digital Clock.vbproj": {}
4+
"E:\\Fork\\1\\windows-form-app\\Digital Clock\\Digital Clock\\Digital Clock.vbproj": {}
55
},
66
"projects": {
7-
"D:\\Coding\\Windows form app\\Digital Clock\\Digital Clock\\Digital Clock.vbproj": {
7+
"E:\\Fork\\1\\windows-form-app\\Digital Clock\\Digital Clock\\Digital Clock.vbproj": {
88
"version": "1.0.0",
99
"restore": {
10-
"projectUniqueName": "D:\\Coding\\Windows form app\\Digital Clock\\Digital Clock\\Digital Clock.vbproj",
10+
"projectUniqueName": "E:\\Fork\\1\\windows-form-app\\Digital Clock\\Digital Clock\\Digital Clock.vbproj",
1111
"projectName": "Digital Clock",
12-
"projectPath": "D:\\Coding\\Windows form app\\Digital Clock\\Digital Clock\\Digital Clock.vbproj",
13-
"packagesPath": "C:\\Users\\coder\\.nuget\\packages\\",
14-
"outputPath": "D:\\Coding\\Windows form app\\Digital Clock\\Digital Clock\\obj\\",
12+
"projectPath": "E:\\Fork\\1\\windows-form-app\\Digital Clock\\Digital Clock\\Digital Clock.vbproj",
13+
"packagesPath": "C:\\Users\\Paras\\.nuget\\packages\\",
14+
"outputPath": "E:\\Fork\\1\\windows-form-app\\Digital Clock\\Digital Clock\\obj\\",
1515
"projectStyle": "PackageReference",
16-
"fallbackFolders": [
17-
"D:\\Program Files\\Visual Studio Shared\\NuGetPackages"
18-
],
1916
"configFilePaths": [
20-
"C:\\Users\\coder\\AppData\\Roaming\\NuGet\\NuGet.Config",
21-
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
17+
"C:\\Users\\Paras\\AppData\\Roaming\\NuGet\\NuGet.Config",
2218
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
2319
],
2420
"originalTargetFrameworks": [
25-
"net6.0-windows7.0"
21+
"net6.0-windows"
2622
],
2723
"sources": {
2824
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
@@ -49,7 +45,8 @@
4945
"net47",
5046
"net471",
5147
"net472",
52-
"net48"
48+
"net48",
49+
"net481"
5350
],
5451
"assetTargetFallback": true,
5552
"warn": true,
@@ -61,7 +58,7 @@
6158
"privateAssets": "none"
6259
}
6360
},
64-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.302\\RuntimeIdentifierGraph.json"
61+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
6562
}
6663
}
6764
}

Digital Clock/Digital Clock/obj/Digital Clock.vbproj.nuget.g.props

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
66
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
77
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
8-
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\coder\.nuget\packages\;D:\Program Files\Visual Studio Shared\NuGetPackages</NuGetPackageFolders>
8+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Paras\.nuget\packages\</NuGetPackageFolders>
99
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10-
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.2.1</NuGetToolVersion>
10+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion>
1111
</PropertyGroup>
1212
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13-
<SourceRoot Include="C:\Users\coder\.nuget\packages\" />
14-
<SourceRoot Include="D:\Program Files\Visual Studio Shared\NuGetPackages\" />
13+
<SourceRoot Include="C:\Users\Paras\.nuget\packages\" />
1514
</ItemGroup>
1615
</Project>

Digital Clock/Digital Clock/obj/Release/net6.0-windows/Digital Clock.GeneratedMSBuildEditorConfig.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ build_property.InvariantGlobalization =
1313
build_property.PlatformNeutralAssembly =
1414
build_property._SupportedPlatformList = Linux,macOS,Windows
1515
build_property.RootNamespace = Digital_Clock
16-
build_property.ProjectDir = D:\Coding\Windows form app\Digital Clock\Digital Clock\
16+
build_property.ProjectDir = E:\Fork\1\windows-form-app\Digital Clock\Digital Clock\
Binary file not shown.

0 commit comments

Comments
 (0)