-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathThermalDotNet.sln
53 lines (53 loc) · 2.29 KB
/
ThermalDotNet.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
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2A7FB5E2-B0D5-4323-BFD0-AA9AED358671}"
ProjectSection(SolutionItems) = preProject
README = README
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThermalDotNet", "ThermalDotNet\ThermalDotNet.csproj", "{A186A64A-2BBD-4CF2-9101-B8B53BAB4987}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThermalPrinterTestApp", "ThermalPrinterTestApp\ThermalPrinterTestApp.csproj", "{8283D395-3F68-4E65-847D-096CB9BA47D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A186A64A-2BBD-4CF2-9101-B8B53BAB4987}.Debug|x86.ActiveCfg = Debug|Any CPU
{A186A64A-2BBD-4CF2-9101-B8B53BAB4987}.Debug|x86.Build.0 = Debug|Any CPU
{A186A64A-2BBD-4CF2-9101-B8B53BAB4987}.Release|x86.ActiveCfg = Release|Any CPU
{A186A64A-2BBD-4CF2-9101-B8B53BAB4987}.Release|x86.Build.0 = Release|Any CPU
{8283D395-3F68-4E65-847D-096CB9BA47D5}.Debug|x86.ActiveCfg = Debug|x86
{8283D395-3F68-4E65-847D-096CB9BA47D5}.Debug|x86.Build.0 = Debug|x86
{8283D395-3F68-4E65-847D-096CB9BA47D5}.Release|x86.ActiveCfg = Release|x86
{8283D395-3F68-4E65-847D-096CB9BA47D5}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {56EA853A-DADA-4D83-883F-4C5CCACE6439}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = ThermalPrinterTestApp\ThermalPrinterTestApp.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.StandardHeader = $2
$2.Text =
$2.IncludeInNewFiles = True
$0.VersionControlPolicy = $3
$3.inheritsSet = Mono
$0.ChangeLogPolicy = $4
$4.UpdateMode = None
$4.MessageStyle = $5
$5.LineAlign = 0
$4.inheritsSet = Mono
EndGlobalSection
EndGlobal