10
									
								
								Lab7.csproj
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Lab7.csproj
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | |||||||
|  | <Project Sdk="Microsoft.NET.Sdk"> | ||||||
|  |  | ||||||
|  |   <PropertyGroup> | ||||||
|  |     <OutputType>Exe</OutputType> | ||||||
|  |     <TargetFramework>net6.0</TargetFramework> | ||||||
|  |     <ImplicitUsings>enable</ImplicitUsings> | ||||||
|  |     <Nullable>enable</Nullable> | ||||||
|  |   </PropertyGroup> | ||||||
|  |  | ||||||
|  | </Project> | ||||||
							
								
								
									
										2
									
								
								Program.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								Program.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | |||||||
|  | // See https://aka.ms/new-console-template for more information | ||||||
|  | Console.WriteLine("Hello, World!"); | ||||||
							
								
								
									
										6
									
								
								main.c
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								main.c
									
									
									
									
									
								
							| @@ -1,6 +0,0 @@ | |||||||
| #include <stdio.h> |  | ||||||
| int main() |  | ||||||
| { |  | ||||||
| printf("Halo, Welt!"); |  | ||||||
| return 0; |  | ||||||
| } |  | ||||||
							
								
								
									
										63
									
								
								obj/Lab7.csproj.nuget.dgspec.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										63
									
								
								obj/Lab7.csproj.nuget.dgspec.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,63 @@ | |||||||
|  | { | ||||||
|  |   "format": 1, | ||||||
|  |   "restore": { | ||||||
|  |     "C:\\Users\\joann\\Desktop\\Lab7\\Lab7.csproj": {} | ||||||
|  |   }, | ||||||
|  |   "projects": { | ||||||
|  |     "C:\\Users\\joann\\Desktop\\Lab7\\Lab7.csproj": { | ||||||
|  |       "version": "1.0.0", | ||||||
|  |       "restore": { | ||||||
|  |         "projectUniqueName": "C:\\Users\\joann\\Desktop\\Lab7\\Lab7.csproj", | ||||||
|  |         "projectName": "Lab7", | ||||||
|  |         "projectPath": "C:\\Users\\joann\\Desktop\\Lab7\\Lab7.csproj", | ||||||
|  |         "packagesPath": "C:\\Users\\joann\\.nuget\\packages\\", | ||||||
|  |         "outputPath": "C:\\Users\\joann\\Desktop\\Lab7\\obj\\", | ||||||
|  |         "projectStyle": "PackageReference", | ||||||
|  |         "configFilePaths": [ | ||||||
|  |           "C:\\Users\\joann\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||||||
|  |           "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||||||
|  |         ], | ||||||
|  |         "originalTargetFrameworks": [ | ||||||
|  |           "net6.0" | ||||||
|  |         ], | ||||||
|  |         "sources": { | ||||||
|  |           "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | ||||||
|  |           "https://api.nuget.org/v3/index.json": {} | ||||||
|  |         }, | ||||||
|  |         "frameworks": { | ||||||
|  |           "net6.0": { | ||||||
|  |             "targetAlias": "net6.0", | ||||||
|  |             "projectReferences": {} | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "warningProperties": { | ||||||
|  |           "warnAsError": [ | ||||||
|  |             "NU1605" | ||||||
|  |           ] | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "frameworks": { | ||||||
|  |         "net6.0": { | ||||||
|  |           "targetAlias": "net6.0", | ||||||
|  |           "imports": [ | ||||||
|  |             "net461", | ||||||
|  |             "net462", | ||||||
|  |             "net47", | ||||||
|  |             "net471", | ||||||
|  |             "net472", | ||||||
|  |             "net48", | ||||||
|  |             "net481" | ||||||
|  |           ], | ||||||
|  |           "assetTargetFallback": true, | ||||||
|  |           "warn": true, | ||||||
|  |           "frameworkReferences": { | ||||||
|  |             "Microsoft.NETCore.App": { | ||||||
|  |               "privateAssets": "all" | ||||||
|  |             } | ||||||
|  |           }, | ||||||
|  |           "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" | ||||||
|  |         } | ||||||
|  |       } | ||||||
|  |     } | ||||||
|  |   } | ||||||
|  | } | ||||||
							
								
								
									
										15
									
								
								obj/Lab7.csproj.nuget.g.props
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								obj/Lab7.csproj.nuget.g.props
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | |||||||
|  | <?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\joann\.nuget\packages\</NuGetPackageFolders> | ||||||
|  |     <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | ||||||
|  |     <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.7.0</NuGetToolVersion> | ||||||
|  |   </PropertyGroup> | ||||||
|  |   <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||||||
|  |     <SourceRoot Include="C:\Users\joann\.nuget\packages\" /> | ||||||
|  |   </ItemGroup> | ||||||
|  | </Project> | ||||||
							
								
								
									
										2
									
								
								obj/Lab7.csproj.nuget.g.targets
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								obj/Lab7.csproj.nuget.g.targets
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8" standalone="no"?> | ||||||
|  | <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> | ||||||
							
								
								
									
										68
									
								
								obj/project.assets.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										68
									
								
								obj/project.assets.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,68 @@ | |||||||
|  | { | ||||||
|  |   "version": 3, | ||||||
|  |   "targets": { | ||||||
|  |     "net6.0": {} | ||||||
|  |   }, | ||||||
|  |   "libraries": {}, | ||||||
|  |   "projectFileDependencyGroups": { | ||||||
|  |     "net6.0": [] | ||||||
|  |   }, | ||||||
|  |   "packageFolders": { | ||||||
|  |     "C:\\Users\\joann\\.nuget\\packages\\": {} | ||||||
|  |   }, | ||||||
|  |   "project": { | ||||||
|  |     "version": "1.0.0", | ||||||
|  |     "restore": { | ||||||
|  |       "projectUniqueName": "C:\\Users\\joann\\Desktop\\Lab7\\Lab7.csproj", | ||||||
|  |       "projectName": "Lab7", | ||||||
|  |       "projectPath": "C:\\Users\\joann\\Desktop\\Lab7\\Lab7.csproj", | ||||||
|  |       "packagesPath": "C:\\Users\\joann\\.nuget\\packages\\", | ||||||
|  |       "outputPath": "C:\\Users\\joann\\Desktop\\Lab7\\obj\\", | ||||||
|  |       "projectStyle": "PackageReference", | ||||||
|  |       "configFilePaths": [ | ||||||
|  |         "C:\\Users\\joann\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||||||
|  |         "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||||||
|  |       ], | ||||||
|  |       "originalTargetFrameworks": [ | ||||||
|  |         "net6.0" | ||||||
|  |       ], | ||||||
|  |       "sources": { | ||||||
|  |         "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | ||||||
|  |         "https://api.nuget.org/v3/index.json": {} | ||||||
|  |       }, | ||||||
|  |       "frameworks": { | ||||||
|  |         "net6.0": { | ||||||
|  |           "targetAlias": "net6.0", | ||||||
|  |           "projectReferences": {} | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "warningProperties": { | ||||||
|  |         "warnAsError": [ | ||||||
|  |           "NU1605" | ||||||
|  |         ] | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "frameworks": { | ||||||
|  |       "net6.0": { | ||||||
|  |         "targetAlias": "net6.0", | ||||||
|  |         "imports": [ | ||||||
|  |           "net461", | ||||||
|  |           "net462", | ||||||
|  |           "net47", | ||||||
|  |           "net471", | ||||||
|  |           "net472", | ||||||
|  |           "net48", | ||||||
|  |           "net481" | ||||||
|  |         ], | ||||||
|  |         "assetTargetFallback": true, | ||||||
|  |         "warn": true, | ||||||
|  |         "frameworkReferences": { | ||||||
|  |           "Microsoft.NETCore.App": { | ||||||
|  |             "privateAssets": "all" | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" | ||||||
|  |       } | ||||||
|  |     } | ||||||
|  |   } | ||||||
|  | } | ||||||
							
								
								
									
										8
									
								
								obj/project.nuget.cache
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								obj/project.nuget.cache
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | |||||||
|  | { | ||||||
|  |   "version": 2, | ||||||
|  |   "dgSpecHash": "g+ANTAHqv4F5k1heKE9alIJF+8qZx1vj0+sj5Jo2KVg3VwShOxN74zMekr3cBt3Y67e8GkTRphOKlssWbKablg==", | ||||||
|  |   "success": true, | ||||||
|  |   "projectFilePath": "C:\\Users\\joann\\Desktop\\Lab7\\Lab7.csproj", | ||||||
|  |   "expectedPackageFiles": [], | ||||||
|  |   "logs": [] | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user