lw4 #2
@ -5,8 +5,8 @@
|
||||
## Разворачивание сервера minecraft
|
||||
|
||||
Содержимое файла `docker-compose.yml`:
|
||||
l
|
||||
```yam
|
||||
|
||||
```yaml
|
||||
services: # Описание служб (контейнеров).
|
||||
minecraft: # Ну как же без майкг'афта.
|
||||
image: itzg/minecraft-server # Образ контейнера из Docker Hub. Tag: latest.
|
||||
@ -28,4 +28,4 @@ services: # Описание служб (контейнеров).
|
||||
|
||||
![](ready-to-play.png)
|
||||
|
||||
Удаляется всё командой `docker-compose down` или `docker-compose down -v`.
|
||||
Удаляется всё командой `docker-compose down` или `docker-compose down -v`.
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v7.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v7.0": {
|
||||
"worker-1/1.0.0": {
|
||||
"runtime": {
|
||||
"worker-1.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"worker-1/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
BIN
tasks/nikiforova-ts/Lab_2/worker-1/bin/Debug/net7.0/worker-1.dll
Normal file
BIN
tasks/nikiforova-ts/Lab_2/worker-1/bin/Debug/net7.0/worker-1.dll
Normal file
Binary file not shown.
BIN
tasks/nikiforova-ts/Lab_2/worker-1/bin/Debug/net7.0/worker-1.exe
Normal file
BIN
tasks/nikiforova-ts/Lab_2/worker-1/bin/Debug/net7.0/worker-1.exe
Normal file
Binary file not shown.
BIN
tasks/nikiforova-ts/Lab_2/worker-1/bin/Debug/net7.0/worker-1.pdb
Normal file
BIN
tasks/nikiforova-ts/Lab_2/worker-1/bin/Debug/net7.0/worker-1.pdb
Normal file
Binary file not shown.
@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net7.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "7.0.0"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
|
@ -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("worker-1")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("worker-1")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("worker-1")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Создано классом WriteCodeFragment MSBuild.
|
||||
|
@ -0,0 +1 @@
|
||||
9b423a53481895e7341de7e28fe8c945c03908af
|
@ -0,0 +1,11 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.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 = worker_1
|
||||
build_property.ProjectDir = c:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\
|
@ -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;
|
@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
|
BIN
tasks/nikiforova-ts/Lab_2/worker-1/obj/Debug/net7.0/apphost.exe
Normal file
BIN
tasks/nikiforova-ts/Lab_2/worker-1/obj/Debug/net7.0/apphost.exe
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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("worker-1")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("worker-1")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("worker-1")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Создано классом WriteCodeFragment MSBuild.
|
||||
|
@ -0,0 +1 @@
|
||||
9b423a53481895e7341de7e28fe8c945c03908af
|
@ -0,0 +1,11 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net7.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 = worker_1
|
||||
build_property.ProjectDir = c:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\
|
@ -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;
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
145f4fe87265b2340d2a32ddab519b1de8b0dc8b
|
@ -0,0 +1,14 @@
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\bin\Debug\net7.0\worker-1.exe
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\bin\Debug\net7.0\worker-1.deps.json
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\bin\Debug\net7.0\worker-1.runtimeconfig.json
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\bin\Debug\net7.0\worker-1.dll
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\bin\Debug\net7.0\worker-1.pdb
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\obj\Debug\net7.0\worker-1.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\obj\Debug\net7.0\worker-1.AssemblyInfoInputs.cache
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\obj\Debug\net7.0\worker-1.AssemblyInfo.cs
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\obj\Debug\net7.0\worker-1.csproj.CoreCompileInputs.cache
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\obj\Debug\net7.0\worker-1.dll
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\obj\Debug\net7.0\refint\worker-1.dll
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\obj\Debug\net7.0\worker-1.pdb
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\obj\Debug\net7.0\worker-1.genruntimeconfig.cache
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-1\obj\Debug\net7.0\ref\worker-1.dll
|
BIN
tasks/nikiforova-ts/Lab_2/worker-1/obj/Debug/net7.0/worker-1.dll
Normal file
BIN
tasks/nikiforova-ts/Lab_2/worker-1/obj/Debug/net7.0/worker-1.dll
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
||||
d3cd8d9a4ea115c1f8a2a57d83a4d53e4ae969db
|
BIN
tasks/nikiforova-ts/Lab_2/worker-1/obj/Debug/net7.0/worker-1.pdb
Normal file
BIN
tasks/nikiforova-ts/Lab_2/worker-1/obj/Debug/net7.0/worker-1.pdb
Normal file
Binary file not shown.
68
tasks/nikiforova-ts/Lab_2/worker-1/obj/project.assets.json
Normal file
68
tasks/nikiforova-ts/Lab_2/worker-1/obj/project.assets.json
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net7.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net7.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\Tatyana\\.nuget\\packages\\": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-1\\worker-1.csproj",
|
||||
"projectName": "worker-1",
|
||||
"projectPath": "C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-1\\worker-1.csproj",
|
||||
"packagesPath": "C:\\Users\\Tatyana\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-1\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Tatyana\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net7.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net7.0": {
|
||||
"targetAlias": "net7.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net7.0": {
|
||||
"targetAlias": "net7.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.400\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "+XPsBUxv5Zb/5yJ+91uaCZxmUho9a4uHPSuH43HU2AmgI7NFT6dAipVAv1UHDpCSq+UnDms+44PNyEYz2EKojA==",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-1\\worker-1.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
@ -0,0 +1,63 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-1\\worker-1.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-1\\worker-1.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-1\\worker-1.csproj",
|
||||
"projectName": "worker-1",
|
||||
"projectPath": "C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-1\\worker-1.csproj",
|
||||
"packagesPath": "C:\\Users\\Tatyana\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-1\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Tatyana\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net7.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net7.0": {
|
||||
"targetAlias": "net7.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net7.0": {
|
||||
"targetAlias": "net7.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.400\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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\Tatyana\.nuget\packages\</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.7.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\Tatyana\.nuget\packages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
@ -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" />
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v7.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v7.0": {
|
||||
"worker-2/1.0.0": {
|
||||
"runtime": {
|
||||
"worker-2.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"worker-2/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
BIN
tasks/nikiforova-ts/Lab_2/worker-2/bin/Debug/net7.0/worker-2.dll
Normal file
BIN
tasks/nikiforova-ts/Lab_2/worker-2/bin/Debug/net7.0/worker-2.dll
Normal file
Binary file not shown.
BIN
tasks/nikiforova-ts/Lab_2/worker-2/bin/Debug/net7.0/worker-2.exe
Normal file
BIN
tasks/nikiforova-ts/Lab_2/worker-2/bin/Debug/net7.0/worker-2.exe
Normal file
Binary file not shown.
BIN
tasks/nikiforova-ts/Lab_2/worker-2/bin/Debug/net7.0/worker-2.pdb
Normal file
BIN
tasks/nikiforova-ts/Lab_2/worker-2/bin/Debug/net7.0/worker-2.pdb
Normal file
Binary file not shown.
@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net7.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "7.0.0"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
|
@ -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("worker-2")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("worker-2")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("worker-2")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Создано классом WriteCodeFragment MSBuild.
|
||||
|
@ -0,0 +1 @@
|
||||
643bd591d6cbf6f32b3a54c41a97b5a36f4e7d08
|
@ -0,0 +1,11 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.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 = worker_2
|
||||
build_property.ProjectDir = c:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\
|
@ -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;
|
@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
|
BIN
tasks/nikiforova-ts/Lab_2/worker-2/obj/Debug/net7.0/apphost.exe
Normal file
BIN
tasks/nikiforova-ts/Lab_2/worker-2/obj/Debug/net7.0/apphost.exe
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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("worker-2")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("worker-2")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("worker-2")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Создано классом WriteCodeFragment MSBuild.
|
||||
|
@ -0,0 +1 @@
|
||||
643bd591d6cbf6f32b3a54c41a97b5a36f4e7d08
|
@ -0,0 +1,11 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net7.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 = worker_2
|
||||
build_property.ProjectDir = c:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\
|
@ -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;
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
3f9d8abb4445754d65a7e2bfcc7868b2be263e65
|
@ -0,0 +1,14 @@
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\bin\Debug\net7.0\worker-2.exe
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\bin\Debug\net7.0\worker-2.deps.json
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\bin\Debug\net7.0\worker-2.runtimeconfig.json
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\bin\Debug\net7.0\worker-2.dll
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\bin\Debug\net7.0\worker-2.pdb
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\obj\Debug\net7.0\worker-2.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\obj\Debug\net7.0\worker-2.AssemblyInfoInputs.cache
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\obj\Debug\net7.0\worker-2.AssemblyInfo.cs
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\obj\Debug\net7.0\worker-2.csproj.CoreCompileInputs.cache
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\obj\Debug\net7.0\worker-2.dll
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\obj\Debug\net7.0\refint\worker-2.dll
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\obj\Debug\net7.0\worker-2.pdb
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\obj\Debug\net7.0\worker-2.genruntimeconfig.cache
|
||||
C:\Users\Tatyana\Desktop\tasks\distributed-computing\tasks\nikiforova-ts\Lab_2\worker-2\obj\Debug\net7.0\ref\worker-2.dll
|
BIN
tasks/nikiforova-ts/Lab_2/worker-2/obj/Debug/net7.0/worker-2.dll
Normal file
BIN
tasks/nikiforova-ts/Lab_2/worker-2/obj/Debug/net7.0/worker-2.dll
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
||||
b90b751259428970751585411b04306b7ba2087c
|
BIN
tasks/nikiforova-ts/Lab_2/worker-2/obj/Debug/net7.0/worker-2.pdb
Normal file
BIN
tasks/nikiforova-ts/Lab_2/worker-2/obj/Debug/net7.0/worker-2.pdb
Normal file
Binary file not shown.
68
tasks/nikiforova-ts/Lab_2/worker-2/obj/project.assets.json
Normal file
68
tasks/nikiforova-ts/Lab_2/worker-2/obj/project.assets.json
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net7.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net7.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\Tatyana\\.nuget\\packages\\": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-2\\worker-2.csproj",
|
||||
"projectName": "worker-2",
|
||||
"projectPath": "C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-2\\worker-2.csproj",
|
||||
"packagesPath": "C:\\Users\\Tatyana\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-2\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Tatyana\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net7.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net7.0": {
|
||||
"targetAlias": "net7.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net7.0": {
|
||||
"targetAlias": "net7.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.400\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "TfoxGbP4UDsDJZ7A3OTYndw5WVbwlo6gerU6FXV75VC5VN52Gg+ZNtGWViwamEGuC898QpsxFbvWtig2HnUx2w==",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-2\\worker-2.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
@ -0,0 +1,63 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-2\\worker-2.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-2\\worker-2.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-2\\worker-2.csproj",
|
||||
"projectName": "worker-2",
|
||||
"projectPath": "C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-2\\worker-2.csproj",
|
||||
"packagesPath": "C:\\Users\\Tatyana\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\Tatyana\\Desktop\\tasks\\distributed-computing\\tasks\\nikiforova-ts\\Lab_2\\worker-2\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Tatyana\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net7.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net7.0": {
|
||||
"targetAlias": "net7.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net7.0": {
|
||||
"targetAlias": "net7.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.400\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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\Tatyana\.nuget\packages\</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.7.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\Tatyana\.nuget\packages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
@ -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" />
|
Loading…
Reference in New Issue
Block a user