-
Notifications
You must be signed in to change notification settings - Fork 14
/
wxCAN-Sniffer.sln
38 lines (38 loc) · 1.68 KB
/
wxCAN-Sniffer.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 Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxCAN-Sniffer", "wxCAN-Sniffer\wxCAN-Sniffer.vcxproj", "{68563EF2-5104-47D5-8486-F6708C91058D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D6E6DD6C-F675-4E06-ACA2-D5C0B6EAF174}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
CMakeLists.txt = CMakeLists.txt
wxCAN-Sniffer\.vscode\c_cpp_properties.json = wxCAN-Sniffer\.vscode\c_cpp_properties.json
wxCAN-Sniffer\.vscode\launch.json = wxCAN-Sniffer\.vscode\launch.json
LICENSE = LICENSE
README.md = README.md
wxCAN-Sniffer\.vscode\settings.json = wxCAN-Sniffer\.vscode\settings.json
wxCAN-Sniffer\.vscode\tasks.json = wxCAN-Sniffer\.vscode\tasks.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68563EF2-5104-47D5-8486-F6708C91058D}.Debug|x64.ActiveCfg = Debug|x64
{68563EF2-5104-47D5-8486-F6708C91058D}.Debug|x64.Build.0 = Debug|x64
{68563EF2-5104-47D5-8486-F6708C91058D}.Release|x64.ActiveCfg = Release|x64
{68563EF2-5104-47D5-8486-F6708C91058D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13BEFDE9-4814-4D22-B5B7-6E9DD93F6D5A}
EndGlobalSection
EndGlobal