This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathJARVIS-2024.sln
40 lines (40 loc) · 2.08 KB
/
JARVIS-2024.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FE9DA242-8F8A-4562-971E-09E369DA82C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "hmd", "hmd", "{4E034132-E3CB-4799-AC8A-4A61CAC1F7F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Listener", "src\hmd\Listener\Listener.csproj", "{A90AD769-AF5E-4858-AC59-5C8E8C92FC8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "src\hmd\Client\Client.csproj", "{E886AF79-2FE1-4BB6-B24A-FDF8C47175AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A90AD769-AF5E-4858-AC59-5C8E8C92FC8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A90AD769-AF5E-4858-AC59-5C8E8C92FC8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A90AD769-AF5E-4858-AC59-5C8E8C92FC8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A90AD769-AF5E-4858-AC59-5C8E8C92FC8B}.Release|Any CPU.Build.0 = Release|Any CPU
{E886AF79-2FE1-4BB6-B24A-FDF8C47175AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E886AF79-2FE1-4BB6-B24A-FDF8C47175AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E886AF79-2FE1-4BB6-B24A-FDF8C47175AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E886AF79-2FE1-4BB6-B24A-FDF8C47175AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4E034132-E3CB-4799-AC8A-4A61CAC1F7F5} = {FE9DA242-8F8A-4562-971E-09E369DA82C0}
{A90AD769-AF5E-4858-AC59-5C8E8C92FC8B} = {4E034132-E3CB-4799-AC8A-4A61CAC1F7F5}
{E886AF79-2FE1-4BB6-B24A-FDF8C47175AC} = {4E034132-E3CB-4799-AC8A-4A61CAC1F7F5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B0D4192B-41B8-4657-8C7F-E816CF10623A}
EndGlobalSection
EndGlobal