-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomtray.sln
39 lines (39 loc) · 1.77 KB
/
comtray.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "comtray", "comtray\comtray.csproj", "{4AFEF615-3614-4BD6-8078-9463FCA1158C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AB0F6AC6-A22C-42C2-8872-A8CA63BF0608}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{C35F7042-4EF8-4DF7-AA24-3328C1DDB202}"
ProjectSection(SolutionItems) = preProject
images\add-screenshot_21-mar-30.PNG = images\add-screenshot_21-mar-30.PNG
images\del-screenshot_21-mar-30.PNG = images\del-screenshot_21-mar-30.PNG
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4AFEF615-3614-4BD6-8078-9463FCA1158C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AFEF615-3614-4BD6-8078-9463FCA1158C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AFEF615-3614-4BD6-8078-9463FCA1158C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AFEF615-3614-4BD6-8078-9463FCA1158C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C35F7042-4EF8-4DF7-AA24-3328C1DDB202} = {AB0F6AC6-A22C-42C2-8872-A8CA63BF0608}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1142D882-544F-4E3C-9905-82EB38E72FE4}
EndGlobalSection
EndGlobal