Skip to content

Commit b658fd1

Browse files
upd guid
1 parent 6ad66a2 commit b658fd1

13 files changed

+1148
-5
lines changed

DeepLearningProtocol.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio Version 17
33
VisualStudioVersion = 17.0.31903.59
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepLearningProtocol", "DeepLearningProtocol\DeepLearningProtocol.csproj", "{YOUR-GUID-HERE}"
5+
Project("{9966171e-c69b-482f-ace8-6e8dc33fa1cc}") = "DeepLearningProtocol", "DeepLearningProtocol\DeepLearningProtocol.csproj", "{YOUR-GUID-HERE}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
99
Debug|Any CPU = Debug|Any CPU
1010
Release|Any CPU = Release|Any CPU
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{YOUR-GUID-HERE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{YOUR-GUID-HERE}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{YOUR-GUID-HERE}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{YOUR-GUID-HERE}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{9966171e-c69b-482f-ace8-6e8dc33fa1cc}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{9966171e-c69b-482f-ace8-6e8dc33fa1cc}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{9966171e-c69b-482f-ace8-6e8dc33fa1cc}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{9966171e-c69b-482f-ace8-6e8dc33fa1cc}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
EndGlobal
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// <autogenerated />
2+
using System;
3+
using System.Reflection;
4+
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
//
5+
// Changes to this file may cause incorrect behavior and will be lost if
6+
// the code is regenerated.
7+
// </auto-generated>
8+
//------------------------------------------------------------------------------
9+
10+
using System;
11+
using System.Reflection;
12+
13+
[assembly: System.Reflection.AssemblyCompanyAttribute("DeepLearningProtocol")]
14+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
15+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6ad66a277e1fca6a691c65b037314dd4af13d57c")]
17+
[assembly: System.Reflection.AssemblyProductAttribute("DeepLearningProtocol")]
18+
[assembly: System.Reflection.AssemblyTitleAttribute("DeepLearningProtocol")]
19+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
20+
21+
// Generated by the MSBuild WriteCodeFragment class.
22+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1d5300090529248eddf661bdb5a883c2beb521e415a60a5d17f2800c05b88c65
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
is_global = true
2+
build_property.TargetFramework = net8.0
3+
build_property.TargetFrameworkIdentifier = .NETCoreApp
4+
build_property.TargetFrameworkVersion = v8.0
5+
build_property.TargetPlatformMinVersion =
6+
build_property.UsingMicrosoftNETSdkWeb =
7+
build_property.ProjectTypeGuids =
8+
build_property.InvariantGlobalization =
9+
build_property.PlatformNeutralAssembly =
10+
build_property.EnforceExtendedAnalyzerRules =
11+
build_property._SupportedPlatformList = Linux,macOS,Windows
12+
build_property.RootNamespace = DeepLearningProtocol
13+
build_property.ProjectDir = /workspaces/DeepLearningProtocol/DeepLearningProtocol/
14+
build_property.EnableComHosting =
15+
build_property.EnableGeneratedComInterfaceComImportInterop =
16+
build_property.EffectiveAnalysisLevelStyle = 8.0
17+
build_property.EnableCodeStyleSeverity =
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// <auto-generated/>
2+
global using System;
3+
global using System.Collections.Generic;
4+
global using System.IO;
5+
global using System.Linq;
6+
global using System.Net.Http;
7+
global using System.Threading;
8+
global using System.Threading.Tasks;
Binary file not shown.
Binary file not shown.
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"format": 1,
3+
"restore": {
4+
"/workspaces/DeepLearningProtocol/DeepLearningProtocol/DeepLearningProtocol.csproj": {}
5+
},
6+
"projects": {
7+
"/workspaces/DeepLearningProtocol/DeepLearningProtocol/DeepLearningProtocol.csproj": {
8+
"version": "1.0.0",
9+
"restore": {
10+
"projectUniqueName": "/workspaces/DeepLearningProtocol/DeepLearningProtocol/DeepLearningProtocol.csproj",
11+
"projectName": "DeepLearningProtocol",
12+
"projectPath": "/workspaces/DeepLearningProtocol/DeepLearningProtocol/DeepLearningProtocol.csproj",
13+
"packagesPath": "/home/codespace/.nuget/packages/",
14+
"outputPath": "/workspaces/DeepLearningProtocol/DeepLearningProtocol/obj/",
15+
"projectStyle": "PackageReference",
16+
"configFilePaths": [
17+
"/home/codespace/.nuget/NuGet/NuGet.Config"
18+
],
19+
"originalTargetFrameworks": [
20+
"net8.0"
21+
],
22+
"sources": {
23+
"https://api.nuget.org/v3/index.json": {}
24+
},
25+
"frameworks": {
26+
"net8.0": {
27+
"targetAlias": "net8.0",
28+
"projectReferences": {}
29+
}
30+
},
31+
"warningProperties": {
32+
"warnAsError": [
33+
"NU1605"
34+
]
35+
},
36+
"restoreAuditProperties": {
37+
"enableAudit": "true",
38+
"auditLevel": "low",
39+
"auditMode": "direct"
40+
},
41+
"SdkAnalysisLevel": "10.0.100"
42+
},
43+
"frameworks": {
44+
"net8.0": {
45+
"targetAlias": "net8.0",
46+
"dependencies": {
47+
"Microsoft.NET.Test.Sdk": {
48+
"target": "Package",
49+
"version": "[17.12.0, )"
50+
},
51+
"xunit": {
52+
"target": "Package",
53+
"version": "[2.9.2, )"
54+
},
55+
"xunit.runner.visualstudio": {
56+
"target": "Package",
57+
"version": "[2.9.2, )"
58+
}
59+
},
60+
"imports": [
61+
"net461",
62+
"net462",
63+
"net47",
64+
"net471",
65+
"net472",
66+
"net48",
67+
"net481"
68+
],
69+
"assetTargetFallback": true,
70+
"warn": true,
71+
"downloadDependencies": [
72+
{
73+
"name": "Microsoft.AspNetCore.App.Ref",
74+
"version": "[8.0.22, 8.0.22]"
75+
},
76+
{
77+
"name": "Microsoft.NETCore.App.Host.linux-x64",
78+
"version": "[8.0.22, 8.0.22]"
79+
},
80+
{
81+
"name": "Microsoft.NETCore.App.Ref",
82+
"version": "[8.0.22, 8.0.22]"
83+
}
84+
],
85+
"frameworkReferences": {
86+
"Microsoft.NETCore.App": {
87+
"privateAssets": "all"
88+
}
89+
},
90+
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.100/PortableRuntimeIdentifierGraph.json"
91+
}
92+
}
93+
}
94+
}
95+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4+
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5+
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6+
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
7+
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/codespace/.nuget/packages/</NuGetPackageRoot>
8+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/codespace/.nuget/packages/</NuGetPackageFolders>
9+
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
11+
</PropertyGroup>
12+
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13+
<SourceRoot Include="/home/codespace/.nuget/packages/" />
14+
</ItemGroup>
15+
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
16+
<Import Project="$(NuGetPackageRoot)xunit.runner.visualstudio/3.0.0/build/net6.0/xunit.runner.visualstudio.props" Condition="Exists('$(NuGetPackageRoot)xunit.runner.visualstudio/3.0.0/build/net6.0/xunit.runner.visualstudio.props')" />
17+
<Import Project="$(NuGetPackageRoot)xunit.core/2.9.2/build/xunit.core.props" Condition="Exists('$(NuGetPackageRoot)xunit.core/2.9.2/build/xunit.core.props')" />
18+
<Import Project="$(NuGetPackageRoot)microsoft.testplatform.testhost/17.12.0/build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost/17.12.0/build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props')" />
19+
<Import Project="$(NuGetPackageRoot)microsoft.codecoverage/17.12.0/build/netstandard2.0/Microsoft.CodeCoverage.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage/17.12.0/build/netstandard2.0/Microsoft.CodeCoverage.props')" />
20+
<Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk/17.12.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk/17.12.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props')" />
21+
</ImportGroup>
22+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
23+
<Pkgxunit_analyzers Condition=" '$(Pkgxunit_analyzers)' == '' ">/home/codespace/.nuget/packages/xunit.analyzers/1.16.0</Pkgxunit_analyzers>
24+
</PropertyGroup>
25+
</Project>

0 commit comments

Comments
 (0)