-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProjectPrinter.sln
More file actions
43 lines (43 loc) · 2.54 KB
/
ProjectPrinter.sln
File metadata and controls
43 lines (43 loc) · 2.54 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11415.281
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ProjectPrinter", "ProjectPrinter\ProjectPrinter.vbproj", "{3D47126E-4FCF-4D98-A275-5258021EDEFB}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "device_config", "device_config\device_config.vbproj", "{AED46AD2-CDB0-465D-A81F-BD47F8692264}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D2E8653-B547-4ECC-A2E0-B3B46B99C5EA}"
ProjectSection(SolutionItems) = preProject
pp_debian_build.tar = pp_debian_build.tar
C:\Users\Scott\.gemini\antigravity\scratch\PrinterView\PrinterView_Deployment\ProjectPrinter-Apache2-Webviewer.tar.gz = C:\Users\Scott\.gemini\antigravity\scratch\PrinterView\PrinterView_Deployment\ProjectPrinter-Apache2-Webviewer.tar.gz
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Device_Config3270", "Device_Config3270\Device_Config3270.vbproj", "{C95B563B-C85E-427D-976A-282D50BA4783}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D47126E-4FCF-4D98-A275-5258021EDEFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D47126E-4FCF-4D98-A275-5258021EDEFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D47126E-4FCF-4D98-A275-5258021EDEFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D47126E-4FCF-4D98-A275-5258021EDEFB}.Release|Any CPU.Build.0 = Release|Any CPU
{AED46AD2-CDB0-465D-A81F-BD47F8692264}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AED46AD2-CDB0-465D-A81F-BD47F8692264}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AED46AD2-CDB0-465D-A81F-BD47F8692264}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AED46AD2-CDB0-465D-A81F-BD47F8692264}.Release|Any CPU.Build.0 = Release|Any CPU
{C95B563B-C85E-427D-976A-282D50BA4783}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C95B563B-C85E-427D-976A-282D50BA4783}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C95B563B-C85E-427D-976A-282D50BA4783}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C95B563B-C85E-427D-976A-282D50BA4783}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A7F13AF-BE9D-4F70-A00B-1E36EEB32239}
EndGlobalSection
EndGlobal