-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIM871A.sln
38 lines (38 loc) · 1.79 KB
/
IM871A.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 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Example\Example.csproj", "{401740BA-B2D5-4DB5-8AFA-2BE72AEB800A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IM871A", "IM871A\IM871A.csproj", "{B3308E5D-2F32-46DA-BAA6-FDB590A42F3C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{38D5E63A-2559-4779-909A-2FB43B414BAF}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
TODO.txt = TODO.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{401740BA-B2D5-4DB5-8AFA-2BE72AEB800A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{401740BA-B2D5-4DB5-8AFA-2BE72AEB800A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{401740BA-B2D5-4DB5-8AFA-2BE72AEB800A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{401740BA-B2D5-4DB5-8AFA-2BE72AEB800A}.Release|Any CPU.Build.0 = Release|Any CPU
{B3308E5D-2F32-46DA-BAA6-FDB590A42F3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3308E5D-2F32-46DA-BAA6-FDB590A42F3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3308E5D-2F32-46DA-BAA6-FDB590A42F3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3308E5D-2F32-46DA-BAA6-FDB590A42F3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {091DEB55-88F7-4237-8C00-90D5E9E4BA48}
EndGlobalSection
EndGlobal