-
Notifications
You must be signed in to change notification settings - Fork 0
/
MenuBarCodeReader.sln
25 lines (24 loc) · 1.09 KB
/
MenuBarCodeReader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MenuBarCodeReader", "MenuBarCodeReader\MenuBarCodeReader.csproj", "{08A10750-3BD7-42F0-B39D-5BB5433EF87C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08A10750-3BD7-42F0-B39D-5BB5433EF87C}.Debug|x86.ActiveCfg = Debug|x86
{08A10750-3BD7-42F0-B39D-5BB5433EF87C}.Debug|x86.Build.0 = Debug|x86
{08A10750-3BD7-42F0-B39D-5BB5433EF87C}.Release|x86.ActiveCfg = Release|x86
{08A10750-3BD7-42F0-B39D-5BB5433EF87C}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.VersionControlPolicy = $2
description = A small mac utility to quickly scan QR codes (or other bar codes) which are visible on your screen.
version = 1.0
EndGlobalSection
EndGlobal