-
Notifications
You must be signed in to change notification settings - Fork 1
/
haufe.components.printer.sln
63 lines (63 loc) · 3.32 KB
/
haufe.components.printer.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
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deploy", "Deploy", "{4361445D-AA7C-4856-83FE-E55BE0FAC9ED}"
ProjectSection(SolutionItems) = preProject
deploy\haufe.components.printer.props = deploy\haufe.components.printer.props
deploy\PrintMonitor.h = deploy\PrintMonitor.h
Deploy\PrintMonitor.ps1 = Deploy\PrintMonitor.ps1
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "haufe.components.printer", "Haufe.Components.Printer\Haufe.Components.Printer.vcxproj", "{07DAD44F-2449-403E-A8A8-C1B274E39734}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "haufe.components.printer.sample", "Haufe.Components.Printer.Sample\Haufe.Components.Printer.Sample.vcxproj", "{634BB152-6B92-49AE-903D-07BCCE9119E7}"
ProjectSection(ProjectDependencies) = postProject
{07DAD44F-2449-403E-A8A8-C1B274E39734} = {07DAD44F-2449-403E-A8A8-C1B274E39734}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07DAD44F-2449-403E-A8A8-C1B274E39734}.Debug|x64.ActiveCfg = Debug|x64
{07DAD44F-2449-403E-A8A8-C1B274E39734}.Debug|x64.Build.0 = Debug|x64
{07DAD44F-2449-403E-A8A8-C1B274E39734}.Debug|x86.ActiveCfg = Debug|Win32
{07DAD44F-2449-403E-A8A8-C1B274E39734}.Debug|x86.Build.0 = Debug|Win32
{07DAD44F-2449-403E-A8A8-C1B274E39734}.Release|x64.ActiveCfg = Release|x64
{07DAD44F-2449-403E-A8A8-C1B274E39734}.Release|x64.Build.0 = Release|x64
{07DAD44F-2449-403E-A8A8-C1B274E39734}.Release|x86.ActiveCfg = Release|Win32
{07DAD44F-2449-403E-A8A8-C1B274E39734}.Release|x86.Build.0 = Release|Win32
{634BB152-6B92-49AE-903D-07BCCE9119E7}.Debug|x64.ActiveCfg = Debug|x64
{634BB152-6B92-49AE-903D-07BCCE9119E7}.Debug|x64.Build.0 = Debug|x64
{634BB152-6B92-49AE-903D-07BCCE9119E7}.Debug|x86.ActiveCfg = Debug|Win32
{634BB152-6B92-49AE-903D-07BCCE9119E7}.Debug|x86.Build.0 = Debug|Win32
{634BB152-6B92-49AE-903D-07BCCE9119E7}.Release|x64.ActiveCfg = Release|x64
{634BB152-6B92-49AE-903D-07BCCE9119E7}.Release|x64.Build.0 = Release|x64
{634BB152-6B92-49AE-903D-07BCCE9119E7}.Release|x86.ActiveCfg = Release|Win32
{634BB152-6B92-49AE-903D-07BCCE9119E7}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {968DD378-77C3-480A-8DA0-8149111C012F}
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = http://tfs:8080/hmg
SccLocalPath0 = .
SccProjectUniqueName1 = Haufe.Components.Printer\\Haufe.Components.Printer.vcxproj
SccProjectName1 = Haufe.Components.Printer
SccLocalPath1 = Haufe.Components.Printer
SccProjectUniqueName2 = Haufe.Components.Printer.Sample\\Haufe.Components.Printer.Sample.vcxproj
SccProjectName2 = Haufe.Components.Printer.Sample
SccLocalPath2 = Haufe.Components.Printer.Sample
EndGlobalSection
EndGlobal