Добавьте файлы проекта.

This commit is contained in:
2025-03-26 17:37:13 +11:00
parent fc3e7c8026
commit 5bd17f261b
23 changed files with 2653 additions and 0 deletions

25
TelemetryIO.sln Normal file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TelemetryIO", "TelemetryIO\TelemetryIO.csproj", "{DDC6B03D-9702-4DF4-82AC-D310ACA9C549}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDC6B03D-9702-4DF4-82AC-D310ACA9C549}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDC6B03D-9702-4DF4-82AC-D310ACA9C549}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDC6B03D-9702-4DF4-82AC-D310ACA9C549}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDC6B03D-9702-4DF4-82AC-D310ACA9C549}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B159E8CE-F43C-4A4E-83AA-269FA4C8AA60}
EndGlobalSection
EndGlobal