Skip to content

Commit f8b236d

Browse files
upd
1 parent 312d5fe commit f8b236d

12 files changed

+17
-9
lines changed

.vscode/tasks.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,24 @@
1717
},
1818
"presentation": {
1919
"reveal": "always"
20-
}
20+
},
21+
"problemMatcher": []
2122
},
2223
{
2324
"label": "dotnet build",
2425
"command": "dotnet",
2526
"type": "shell",
2627
"args": ["build"],
27-
"group": "build"
28+
"group": "build",
29+
"problemMatcher": []
2830
},
2931
{
3032
"label": "dotnet test",
3133
"command": "dotnet",
3234
"type": "shell",
3335
"args": ["test"],
34-
"group": "test"
36+
"group": "test",
37+
"problemMatcher": []
3538
}
3639
]
3740
}

DeepLearningProtocol.sln

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ VisualStudioVersion = 17.0.31903.59
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{9966171e-c69b-482f-ace8-6e8dc33fa1cc}") = "DeepLearningProtocol", "DeepLearningProtocol\DeepLearningProtocol.csproj", "{9966171e-c69b-482f-ace8-6e8dc33fa1cc}"
66
EndProject
7+
Project("{9966171e-c69b-482f-ace8-6e8dc33fa1cc}") = "DeepLearningProtocol.Tests", "DeepLearningProtocol.Tests\DeepLearningProtocol.Tests.csproj", "{a1b2c3d4-e5f6-4789-abc0-def123456789}"
8+
EndProject
79
Global
810
GlobalSection(SolutionConfigurationPlatforms) = preSolution
911
Debug|Any CPU = Debug|Any CPU
@@ -15,4 +17,10 @@ Global
1517
{9966171e-c69b-482f-ace8-6e8dc33fa1cc}.Release|Any CPU.ActiveCfg = Release|Any CPU
1618
{9966171e-c69b-482f-ace8-6e8dc33fa1cc}.Release|Any CPU.Build.0 = Release|Any CPU
1719
EndGlobalSection
20+
GlobalSection(SolutionProperties) = preSolution
21+
HideSolutionNode = FALSE
22+
EndGlobalSection
23+
GlobalSection(StartupProject) = preSolution
24+
{9966171e-c69b-482f-ace8-6e8dc33fa1cc}
25+
EndGlobalSection
1826
EndGlobal
0 Bytes
Binary file not shown.
692 Bytes
Binary file not shown.

DeepLearningProtocol/obj/Debug/net10.0/DeepLearningProtocol.AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: System.Reflection.AssemblyCompanyAttribute("DeepLearningProtocol")]
1414
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1515
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0756c98407e06074d67eff5d2bfb946e052c2a2")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+312d5fede277641616cdf95fa5a718207f75cc7e")]
1717
[assembly: System.Reflection.AssemblyProductAttribute("DeepLearningProtocol")]
1818
[assembly: System.Reflection.AssemblyTitleAttribute("DeepLearningProtocol")]
1919
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f7667123cb562fd0868fc45138005014802acef84720739b77e62aaf9ce8aa3a
1+
97b08da521bb8a2ccd46ece18de51597896f5723efcb1850568b1dffb388f309
0 Bytes
Binary file not shown.
692 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documents":{"/workspaces/DeepLearningProtocol/*":"https://raw.githubusercontent.com/quickattach0-tech/DeepLearningProtocol/d0756c98407e06074d67eff5d2bfb946e052c2a2/*"}}
1+
{"documents":{"/workspaces/DeepLearningProtocol/*":"https://raw.githubusercontent.com/quickattach0-tech/DeepLearningProtocol/312d5fede277641616cdf95fa5a718207f75cc7e/*"}}
Binary file not shown.

0 commit comments

Comments
 (0)