-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathES51922Reader.sln
31 lines (30 loc) · 1.59 KB
/
ES51922Reader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ES51922Reader", "ES51922Reader\ES51922Reader.csproj", "{5C76CC35-E3F9-4A02-865B-3EB8F7948A4D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{71158E3D-C4F1-4E6D-BED3-13C08E5A8475}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
Example.gif = Example.gif
Cyrustek ES51922.pdf = Cyrustek ES51922.pdf
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{2A6DDDFE-4C99-49ED-9EDA-8222F546CB6B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C76CC35-E3F9-4A02-865B-3EB8F7948A4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C76CC35-E3F9-4A02-865B-3EB8F7948A4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C76CC35-E3F9-4A02-865B-3EB8F7948A4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C76CC35-E3F9-4A02-865B-3EB8F7948A4D}.Release|Any CPU.Build.0 = Release|Any CPU
{2A6DDDFE-4C99-49ED-9EDA-8222F546CB6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A6DDDFE-4C99-49ED-9EDA-8222F546CB6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A6DDDFE-4C99-49ED-9EDA-8222F546CB6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A6DDDFE-4C99-49ED-9EDA-8222F546CB6B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal