-
-
Notifications
You must be signed in to change notification settings - Fork 113
/
Copy pathAt24cxx.sln
43 lines (43 loc) · 2.48 KB
/
At24cxx.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 15.0.26124.0
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "At24cxx", "At24cxx.nfproj", "{14E43E63-9B26-4A68-AC48-95211300906F}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "At24cxx.samples", "samples\At24cxx.samples.nfproj", "{4DE6FAE1-2E0A-4DD9-920E-7D7F4063BFC7}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "NFUnitTest", "tests\NFUnitTest.nfproj", "{603E1466-E37E-490B-84BB-37E407EB4D89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14E43E63-9B26-4A68-AC48-95211300906F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14E43E63-9B26-4A68-AC48-95211300906F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14E43E63-9B26-4A68-AC48-95211300906F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{14E43E63-9B26-4A68-AC48-95211300906F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14E43E63-9B26-4A68-AC48-95211300906F}.Release|Any CPU.Build.0 = Release|Any CPU
{14E43E63-9B26-4A68-AC48-95211300906F}.Release|Any CPU.Deploy.0 = Release|Any CPU
{4DE6FAE1-2E0A-4DD9-920E-7D7F4063BFC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DE6FAE1-2E0A-4DD9-920E-7D7F4063BFC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DE6FAE1-2E0A-4DD9-920E-7D7F4063BFC7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{4DE6FAE1-2E0A-4DD9-920E-7D7F4063BFC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DE6FAE1-2E0A-4DD9-920E-7D7F4063BFC7}.Release|Any CPU.Build.0 = Release|Any CPU
{4DE6FAE1-2E0A-4DD9-920E-7D7F4063BFC7}.Release|Any CPU.Deploy.0 = Release|Any CPU
{603E1466-E37E-490B-84BB-37E407EB4D89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{603E1466-E37E-490B-84BB-37E407EB4D89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{603E1466-E37E-490B-84BB-37E407EB4D89}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{603E1466-E37E-490B-84BB-37E407EB4D89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{603E1466-E37E-490B-84BB-37E407EB4D89}.Release|Any CPU.Build.0 = Release|Any CPU
{603E1466-E37E-490B-84BB-37E407EB4D89}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A2CD402-E89F-4CB9-BC3A-9503BC7A2C09}
EndGlobalSection
EndGlobal