-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathColorProgressBarControl.sln
More file actions
60 lines (60 loc) · 3.34 KB
/
ColorProgressBarControl.sln
File metadata and controls
60 lines (60 loc) · 3.34 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.37301.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ColorProgressBarControl", "ColorProgressBarControl\ColorProgressBarControl.vbproj", "{FED967C8-52DB-4989-BB22-B2B0C1C8FA89}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ColorProgressBarControlTest", "ColorProgressBarControlTest\ColorProgressBarControlTest.vbproj", "{CE3968C4-1873-4BF5-B69C-13ADFBAAF395}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projektmappenelemente", "Projektmappenelemente", "{84D27F74-D2BA-6C25-2661-968F101900D9}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Copilot_Arbeitsnotizen.md = Copilot_Arbeitsnotizen.md
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|arm64 = Debug|arm64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|arm64 = Release|arm64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FED967C8-52DB-4989-BB22-B2B0C1C8FA89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FED967C8-52DB-4989-BB22-B2B0C1C8FA89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FED967C8-52DB-4989-BB22-B2B0C1C8FA89}.Debug|arm64.ActiveCfg = Debug|arm64
{FED967C8-52DB-4989-BB22-B2B0C1C8FA89}.Debug|arm64.Build.0 = Debug|arm64
{FED967C8-52DB-4989-BB22-B2B0C1C8FA89}.Debug|x86.ActiveCfg = Debug|x86
{FED967C8-52DB-4989-BB22-B2B0C1C8FA89}.Debug|x86.Build.0 = Debug|x86
{FED967C8-52DB-4989-BB22-B2B0C1C8FA89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FED967C8-52DB-4989-BB22-B2B0C1C8FA89}.Release|Any CPU.Build.0 = Release|Any CPU
{FED967C8-52DB-4989-BB22-B2B0C1C8FA89}.Release|arm64.ActiveCfg = Release|arm64
{FED967C8-52DB-4989-BB22-B2B0C1C8FA89}.Release|arm64.Build.0 = Release|arm64
{FED967C8-52DB-4989-BB22-B2B0C1C8FA89}.Release|x86.ActiveCfg = Release|x86
{FED967C8-52DB-4989-BB22-B2B0C1C8FA89}.Release|x86.Build.0 = Release|x86
{CE3968C4-1873-4BF5-B69C-13ADFBAAF395}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE3968C4-1873-4BF5-B69C-13ADFBAAF395}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE3968C4-1873-4BF5-B69C-13ADFBAAF395}.Debug|arm64.ActiveCfg = Debug|Any CPU
{CE3968C4-1873-4BF5-B69C-13ADFBAAF395}.Debug|arm64.Build.0 = Debug|Any CPU
{CE3968C4-1873-4BF5-B69C-13ADFBAAF395}.Debug|x86.ActiveCfg = Debug|Any CPU
{CE3968C4-1873-4BF5-B69C-13ADFBAAF395}.Debug|x86.Build.0 = Debug|Any CPU
{CE3968C4-1873-4BF5-B69C-13ADFBAAF395}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE3968C4-1873-4BF5-B69C-13ADFBAAF395}.Release|Any CPU.Build.0 = Release|Any CPU
{CE3968C4-1873-4BF5-B69C-13ADFBAAF395}.Release|arm64.ActiveCfg = Release|Any CPU
{CE3968C4-1873-4BF5-B69C-13ADFBAAF395}.Release|arm64.Build.0 = Release|Any CPU
{CE3968C4-1873-4BF5-B69C-13ADFBAAF395}.Release|x86.ActiveCfg = Release|Any CPU
{CE3968C4-1873-4BF5-B69C-13ADFBAAF395}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {802D6DF4-124A-42C9-BB60-BDE8F1900C04}
EndGlobalSection
EndGlobal