-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKonsolenprogramme.sln
More file actions
69 lines (69 loc) · 4.05 KB
/
Konsolenprogramme.sln
File metadata and controls
69 lines (69 loc) · 4.05 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11512.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projektmappenelemente", "Projektmappenelemente", "{8BA2074E-1175-4572-A168-6730FEA6CD8F}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Base64.rar = Base64.rar
Konsolenprogramme.sln.vsdoc = Konsolenprogramme.sln.vsdoc
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Beep", "Beep\Beep.vbproj", "{515A5D62-01C9-469D-BFB2-FC5E88D9C0A7}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Power", "Power\Power.vbproj", "{77F38AB8-0678-4C57-BAFA-050822C04C04}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ServerCheck", "ServerCheck\ServerCheck.vbproj", "{0D83D93B-CA64-4C34-888D-33A2B55203A2}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Wait", "Wait\Wait.vbproj", "{D8C4102F-4D5F-46AA-86C2-D29F47C6F2FD}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ConsoleHelperLib", "ConsoleHelperLib\ConsoleHelperLib.vbproj", "{AAF79B68-A712-4ADA-950A-DC38BE282345}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{DBE9999D-346E-CA63-6964-F3B7FC1D42B4}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CdRom", "CdRom\CdRom.vbproj", "{77248FF2-79AE-4F4F-B51D-E8BD4051AF45}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{515A5D62-01C9-469D-BFB2-FC5E88D9C0A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{515A5D62-01C9-469D-BFB2-FC5E88D9C0A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{515A5D62-01C9-469D-BFB2-FC5E88D9C0A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{515A5D62-01C9-469D-BFB2-FC5E88D9C0A7}.Release|Any CPU.Build.0 = Release|Any CPU
{77F38AB8-0678-4C57-BAFA-050822C04C04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77F38AB8-0678-4C57-BAFA-050822C04C04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77F38AB8-0678-4C57-BAFA-050822C04C04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77F38AB8-0678-4C57-BAFA-050822C04C04}.Release|Any CPU.Build.0 = Release|Any CPU
{0D83D93B-CA64-4C34-888D-33A2B55203A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D83D93B-CA64-4C34-888D-33A2B55203A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D83D93B-CA64-4C34-888D-33A2B55203A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D83D93B-CA64-4C34-888D-33A2B55203A2}.Release|Any CPU.Build.0 = Release|Any CPU
{D8C4102F-4D5F-46AA-86C2-D29F47C6F2FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8C4102F-4D5F-46AA-86C2-D29F47C6F2FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8C4102F-4D5F-46AA-86C2-D29F47C6F2FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8C4102F-4D5F-46AA-86C2-D29F47C6F2FD}.Release|Any CPU.Build.0 = Release|Any CPU
{AAF79B68-A712-4ADA-950A-DC38BE282345}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAF79B68-A712-4ADA-950A-DC38BE282345}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAF79B68-A712-4ADA-950A-DC38BE282345}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAF79B68-A712-4ADA-950A-DC38BE282345}.Release|Any CPU.Build.0 = Release|Any CPU
{DBE9999D-346E-CA63-6964-F3B7FC1D42B4}.Debug|Any CPU.ActiveCfg = Debug
{DBE9999D-346E-CA63-6964-F3B7FC1D42B4}.Release|Any CPU.ActiveCfg = Release
{77248FF2-79AE-4F4F-B51D-E8BD4051AF45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77248FF2-79AE-4F4F-B51D-E8BD4051AF45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77248FF2-79AE-4F4F-B51D-E8BD4051AF45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77248FF2-79AE-4F4F-B51D-E8BD4051AF45}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {389AAF5A-3F45-4FA0-B531-F57D046D95C1}
EndGlobalSection
EndGlobal