forked from beyerch/J2534DotNet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
J2534DotNet.sln
34 lines (34 loc) · 1.79 KB
/
J2534DotNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "J2534DotNet", "J2534DotNet\J2534DotNet.csproj", "{D99E0DE7-2F06-41E3-B33E-687E1B425A7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{BAED744D-B115-4EB2-8431-1F187C929C05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "J2534DotNet.Logger", "J2534DotNet.Logger\J2534DotNet.Logger.csproj", "{3B62CC0A-CF3D-491F-9174-B60C5A8070D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D99E0DE7-2F06-41E3-B33E-687E1B425A7F}.Debug|x86.ActiveCfg = Debug|x86
{D99E0DE7-2F06-41E3-B33E-687E1B425A7F}.Debug|x86.Build.0 = Debug|x86
{D99E0DE7-2F06-41E3-B33E-687E1B425A7F}.Release|x86.ActiveCfg = Release|x86
{D99E0DE7-2F06-41E3-B33E-687E1B425A7F}.Release|x86.Build.0 = Release|x86
{BAED744D-B115-4EB2-8431-1F187C929C05}.Debug|x86.ActiveCfg = Debug|x86
{BAED744D-B115-4EB2-8431-1F187C929C05}.Debug|x86.Build.0 = Debug|x86
{BAED744D-B115-4EB2-8431-1F187C929C05}.Release|x86.ActiveCfg = Release|x86
{BAED744D-B115-4EB2-8431-1F187C929C05}.Release|x86.Build.0 = Release|x86
{3B62CC0A-CF3D-491F-9174-B60C5A8070D4}.Debug|x86.ActiveCfg = Debug|x86
{3B62CC0A-CF3D-491F-9174-B60C5A8070D4}.Debug|x86.Build.0 = Debug|x86
{3B62CC0A-CF3D-491F-9174-B60C5A8070D4}.Release|x86.ActiveCfg = Release|x86
{3B62CC0A-CF3D-491F-9174-B60C5A8070D4}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal