xd
This commit is contained in:
parent
865df27f0a
commit
cba210dc76
@ -1,2 +1,2 @@
|
|||||||
// See https://aka.ms/new-console-template for more information
|
// See https://aka.ms/new-console-template for more information
|
||||||
Console.WriteLine("Hello, World!");
|
Console.WriteLine("Hello, Worldxdd!");
|
||||||
|
25
lab7.sln
Normal file
25
lab7.sln
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.5.002.0
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lab7", "lab7.csproj", "{0EF80FA3-6A74-475C-A404-2B82CDEB8E7B}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{0EF80FA3-6A74-475C-A404-2B82CDEB8E7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{0EF80FA3-6A74-475C-A404-2B82CDEB8E7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{0EF80FA3-6A74-475C-A404-2B82CDEB8E7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{0EF80FA3-6A74-475C-A404-2B82CDEB8E7B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {3B24B6BC-B7E7-4972-88A4-512F975022F0}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
@ -0,0 +1,4 @@
|
|||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
22
obj/Debug/net8.0/lab7.AssemblyInfo.cs
Normal file
22
obj/Debug/net8.0/lab7.AssemblyInfo.cs
Normal file
@ -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("lab7")]
|
||||||
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+865df27f0af8e04f94a690ba153616d3f2094ce3")]
|
||||||
|
[assembly: System.Reflection.AssemblyProductAttribute("lab7")]
|
||||||
|
[assembly: System.Reflection.AssemblyTitleAttribute("lab7")]
|
||||||
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
||||||
|
// Generated by the MSBuild WriteCodeFragment class.
|
||||||
|
|
1
obj/Debug/net8.0/lab7.AssemblyInfoInputs.cache
Normal file
1
obj/Debug/net8.0/lab7.AssemblyInfoInputs.cache
Normal file
@ -0,0 +1 @@
|
|||||||
|
c1644779971b3ac2bc49642db743a9dc193499ba563b436d9cd1b396f3dc1ff7
|
@ -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 = lab7
|
||||||
|
build_property.ProjectDir = C:\Users\asus\lab7\
|
||||||
|
build_property.EnableComHosting =
|
||||||
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
8
obj/Debug/net8.0/lab7.GlobalUsings.g.cs
Normal file
8
obj/Debug/net8.0/lab7.GlobalUsings.g.cs
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
// <auto-generated/>
|
||||||
|
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;
|
BIN
obj/Debug/net8.0/lab7.assets.cache
Normal file
BIN
obj/Debug/net8.0/lab7.assets.cache
Normal file
Binary file not shown.
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"format": 1,
|
"format": 1,
|
||||||
"restore": {
|
"restore": {
|
||||||
"C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj": {}
|
"C:\\Users\\asus\\lab7\\lab7.csproj": {}
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj": {
|
"C:\\Users\\asus\\lab7\\lab7.csproj": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj",
|
"projectUniqueName": "C:\\Users\\asus\\lab7\\lab7.csproj",
|
||||||
"projectName": "lab7",
|
"projectName": "lab7",
|
||||||
"projectPath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj",
|
"projectPath": "C:\\Users\\asus\\lab7\\lab7.csproj",
|
||||||
"packagesPath": "C:\\Users\\asus\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\asus\\.nuget\\packages\\",
|
||||||
"outputPath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\obj\\",
|
"outputPath": "C:\\Users\\asus\\lab7\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
|
@ -14,11 +14,11 @@
|
|||||||
"project": {
|
"project": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj",
|
"projectUniqueName": "C:\\Users\\asus\\lab7\\lab7.csproj",
|
||||||
"projectName": "lab7",
|
"projectName": "lab7",
|
||||||
"projectPath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj",
|
"projectPath": "C:\\Users\\asus\\lab7\\lab7.csproj",
|
||||||
"packagesPath": "C:\\Users\\asus\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\asus\\.nuget\\packages\\",
|
||||||
"outputPath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\obj\\",
|
"outputPath": "C:\\Users\\asus\\lab7\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "Fae7K8f713g=",
|
"dgSpecHash": "3ldDg0Ifm2g=",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj",
|
"projectFilePath": "C:\\Users\\asus\\lab7\\lab7.csproj",
|
||||||
"expectedPackageFiles": [],
|
"expectedPackageFiles": [],
|
||||||
"logs": []
|
"logs": []
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user