This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Traceless.OPQ.sln
48 lines (48 loc) · 2.78 KB
/
Traceless.OPQ.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
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Traceless.OPQSDK", "Traceless.OPQSDK\Traceless.OPQSDK.csproj", "{3F739B65-F282-4214-BA32-9B0966700245}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Traceless.SocketIO", "Traceless.SocketIO\Traceless.SocketIO.csproj", "{31F16988-942A-4437-AB11-82A8FCE33F6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Traceless.Utils", "Traceless.Utils\Traceless.Utils.csproj", "{97BBE97B-4B8E-412F-9A70-6B01E136DD1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Traceless.Robot", "Traceless.Robot\Traceless.Robot.csproj", "{B67190B4-8E01-4744-A5BA-246FC4447BE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FE2C6295-E6FF-4264-A2FD-61BD58B3020F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F739B65-F282-4214-BA32-9B0966700245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F739B65-F282-4214-BA32-9B0966700245}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F739B65-F282-4214-BA32-9B0966700245}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F739B65-F282-4214-BA32-9B0966700245}.Release|Any CPU.Build.0 = Release|Any CPU
{31F16988-942A-4437-AB11-82A8FCE33F6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31F16988-942A-4437-AB11-82A8FCE33F6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31F16988-942A-4437-AB11-82A8FCE33F6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31F16988-942A-4437-AB11-82A8FCE33F6A}.Release|Any CPU.Build.0 = Release|Any CPU
{97BBE97B-4B8E-412F-9A70-6B01E136DD1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97BBE97B-4B8E-412F-9A70-6B01E136DD1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97BBE97B-4B8E-412F-9A70-6B01E136DD1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97BBE97B-4B8E-412F-9A70-6B01E136DD1C}.Release|Any CPU.Build.0 = Release|Any CPU
{B67190B4-8E01-4744-A5BA-246FC4447BE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B67190B4-8E01-4744-A5BA-246FC4447BE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B67190B4-8E01-4744-A5BA-246FC4447BE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B67190B4-8E01-4744-A5BA-246FC4447BE4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4263E56D-8286-4A7B-9504-C50A57F3A1D1}
EndGlobalSection
EndGlobal