-
Notifications
You must be signed in to change notification settings - Fork 0
/
OpenNet_Public.sln
38 lines (38 loc) · 1.59 KB
/
OpenNet_Public.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{643702EB-7D25-4059-95BD-E0141721ABD1}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Build.cmd = Build.cmd
Import.cmd = Import.cmd
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{745C4634-AD66-4B7D-B64D-189951586919}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Radar", "Samples\Radar\Radar.vcxproj", "{4F6D256B-937E-4685-AB6D-36CDDAF59A4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F6D256B-937E-4685-AB6D-36CDDAF59A4A}.Debug|x64.ActiveCfg = Debug|x64
{4F6D256B-937E-4685-AB6D-36CDDAF59A4A}.Debug|x64.Build.0 = Debug|x64
{4F6D256B-937E-4685-AB6D-36CDDAF59A4A}.Release|x64.ActiveCfg = Release|x64
{4F6D256B-937E-4685-AB6D-36CDDAF59A4A}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4F6D256B-937E-4685-AB6D-36CDDAF59A4A} = {745C4634-AD66-4B7D-B64D-189951586919}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A00A850-9C3F-43D5-943D-2C84BC9F97B2}
EndGlobalSection
EndGlobal