forked from micjahn/ZXing.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zxing.ce.sln
39 lines (39 loc) · 2.3 KB
/
zxing.ce.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "zxing.ce2.0", "Source\lib\zxing.ce2.0.csproj", "{81F3837E-0045-44B6-B492-01431DF5A44D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "zxing.ce3.5", "Source\lib\zxing.ce3.5.csproj", "{20ED3331-13D2-4384-A962-027894272421}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Clients", "Clients", "{3BEAB0BB-0422-4C0A-BA72-B1739EFE3879}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsCEDemo", "Clients\WindowsCEDemo\WindowsCEDemo.csproj", "{A45B3EDD-9944-4B9A-886A-1823E8F310B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81F3837E-0045-44B6-B492-01431DF5A44D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81F3837E-0045-44B6-B492-01431DF5A44D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81F3837E-0045-44B6-B492-01431DF5A44D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81F3837E-0045-44B6-B492-01431DF5A44D}.Release|Any CPU.Build.0 = Release|Any CPU
{20ED3331-13D2-4384-A962-027894272421}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20ED3331-13D2-4384-A962-027894272421}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20ED3331-13D2-4384-A962-027894272421}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20ED3331-13D2-4384-A962-027894272421}.Release|Any CPU.Build.0 = Release|Any CPU
{A45B3EDD-9944-4B9A-886A-1823E8F310B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A45B3EDD-9944-4B9A-886A-1823E8F310B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A45B3EDD-9944-4B9A-886A-1823E8F310B7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{A45B3EDD-9944-4B9A-886A-1823E8F310B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A45B3EDD-9944-4B9A-886A-1823E8F310B7}.Release|Any CPU.Build.0 = Release|Any CPU
{A45B3EDD-9944-4B9A-886A-1823E8F310B7}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A45B3EDD-9944-4B9A-886A-1823E8F310B7} = {3BEAB0BB-0422-4C0A-BA72-B1739EFE3879}
EndGlobalSection
EndGlobal