-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSat_I2C.sln
More file actions
37 lines (37 loc) · 1.7 KB
/
Sat_I2C.sln
File metadata and controls
37 lines (37 loc) · 1.7 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sat_I2C", "Sat_I2C.vcxproj", "{8358D78D-6471-4402-9568-F3DCA793A7D7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Test", "..\TEST\Test.vcxproj", "{C1431907-DE13-4B88-ACE9-F4301B93783D}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tadango.visualstudio.com/defaultcollection
SccLocalPath0 = .
SccProjectUniqueName1 = Sat_I2C.vcxproj
SccLocalPath1 = .
SccProjectUniqueName2 = ..\\TEST\\Test.vcxproj
SccProjectName2 = ../TEST
SccLocalPath2 = ..\\TEST
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8358D78D-6471-4402-9568-F3DCA793A7D7}.Debug|Win32.ActiveCfg = Debug|Win32
{8358D78D-6471-4402-9568-F3DCA793A7D7}.Debug|Win32.Build.0 = Debug|Win32
{8358D78D-6471-4402-9568-F3DCA793A7D7}.Release|Win32.ActiveCfg = Release|Win32
{8358D78D-6471-4402-9568-F3DCA793A7D7}.Release|Win32.Build.0 = Release|Win32
{C1431907-DE13-4B88-ACE9-F4301B93783D}.Debug|Win32.ActiveCfg = Debug|Win32
{C1431907-DE13-4B88-ACE9-F4301B93783D}.Debug|Win32.Build.0 = Debug|Win32
{C1431907-DE13-4B88-ACE9-F4301B93783D}.Release|Win32.ActiveCfg = Release|Win32
{C1431907-DE13-4B88-ACE9-F4301B93783D}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal