Skip to content

Commit 6d41961

Browse files
committed
feat: added files
1 parent 4a2e395 commit 6d41961

File tree

32 files changed

+46
-19
lines changed

32 files changed

+46
-19
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ bin
66
*.cache
77
*.log
88

9-
tsProblems/node_modules
9+
tsProblems/node_modules
10+
secret
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// <autogenerated />
22
using System;
33
using System.Reflection;
4-
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
4+
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13e921a4a32b39ab28899b28a2dc69ff0c796774
1+
b9365bd85213b2154af34186d0d2f1812941e63342322b3492059f8822b00cc9

csharpProblems/GetDrinkByProfession/obj/Debug/net6.0/GetDrinkByProfession.GeneratedMSBuildEditorConfig.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ build_property.UsingMicrosoftNETSdkWeb =
55
build_property.ProjectTypeGuids =
66
build_property.InvariantGlobalization =
77
build_property.PlatformNeutralAssembly =
8+
build_property.EnforceExtendedAnalyzerRules =
89
build_property._SupportedPlatformList = Linux,macOS,Windows
910
build_property.RootNamespace = GetDrinkByProfession
10-
build_property.ProjectDir = c:\Users\flyin\OneDrive\Desktop\Projects\ProgrammingProblems\csharpProblems\GetDrinkByProfession\
11+
build_property.ProjectDir = C:\Users\flyin\Desktop\Projects\ProgrammingProblems\csharpProblems\GetDrinkByProfession\
12+
build_property.EnableComHosting =
13+
build_property.EnableGeneratedComInterfaceComImportInterop =
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// <autogenerated />
22
using System;
33
using System.Reflection;
4-
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
4+
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f47a4281cf44cca44b8a7ddcdf9832356b18f04b
1+
aec04471ee53b1268a3cc8c44f4b6aa1eada312628f81e5577b6097da533c9c8

csharpProblems/GroupWhile/obj/Debug/net6.0/GroupWhile.GeneratedMSBuildEditorConfig.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ build_property.UsingMicrosoftNETSdkWeb =
55
build_property.ProjectTypeGuids =
66
build_property.InvariantGlobalization =
77
build_property.PlatformNeutralAssembly =
8+
build_property.EnforceExtendedAnalyzerRules =
89
build_property._SupportedPlatformList = Linux,macOS,Windows
910
build_property.RootNamespace = GroupWhile
10-
build_property.ProjectDir = c:\Users\flyin\OneDrive\Desktop\Projects\ProgrammingProblems\csharpProblems\GroupWhile\
11+
build_property.ProjectDir = C:\Users\flyin\Desktop\Projects\ProgrammingProblems\csharpProblems\GroupWhile\
12+
build_property.EnableComHosting =
13+
build_property.EnableGeneratedComInterfaceComImportInterop =
12 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)