-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathColimaStatusBar.sln
37 lines (37 loc) · 1.82 KB
/
ColimaStatusBar.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Additional items", "Additional items", "{415BAC5A-B1E6-4C03-8043-BA2C8C2516F1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColimaStatusBar", "src\ColimaStatusBar\ColimaStatusBar.csproj", "{9F1CE05A-CB3A-4B80-A7C5-5E355E617375}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reactive", "src\Reactive\Reactive.csproj", "{B25E55D3-AD4D-48B6-8A77-0B1D8ABF4B26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F1CE05A-CB3A-4B80-A7C5-5E355E617375}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F1CE05A-CB3A-4B80-A7C5-5E355E617375}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F1CE05A-CB3A-4B80-A7C5-5E355E617375}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F1CE05A-CB3A-4B80-A7C5-5E355E617375}.Release|Any CPU.Build.0 = Release|Any CPU
{B25E55D3-AD4D-48B6-8A77-0B1D8ABF4B26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B25E55D3-AD4D-48B6-8A77-0B1D8ABF4B26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B25E55D3-AD4D-48B6-8A77-0B1D8ABF4B26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B25E55D3-AD4D-48B6-8A77-0B1D8ABF4B26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal