-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTaskbarTools.sln
45 lines (45 loc) · 2.31 KB
/
TaskbarTools.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
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskbarTools", "TaskbarTools\TaskbarTools.csproj", "{25252187-4CE1-4F25-96F0-8A96A2C5B68F}"
ProjectSection(ProjectDependencies) = postProject
{A291A6A0-12D8-4FDF-92BF-7507A53A9228} = {A291A6A0-12D8-4FDF-92BF-7507A53A9228}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1EFDED5B-1146-4538-87D7-C582A585A357}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskbarTools.Demo", "Demo\TaskbarTools.Demo\TaskbarTools.Demo.csproj", "{D2495A5F-D60C-472E-83AA-E57E856298FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PreBuild", "PreBuild\PreBuild.csproj", "{A291A6A0-12D8-4FDF-92BF-7507A53A9228}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25252187-4CE1-4F25-96F0-8A96A2C5B68F}.Debug|x64.ActiveCfg = Debug|x64
{25252187-4CE1-4F25-96F0-8A96A2C5B68F}.Debug|x64.Build.0 = Debug|x64
{25252187-4CE1-4F25-96F0-8A96A2C5B68F}.Release|x64.ActiveCfg = Release|x64
{25252187-4CE1-4F25-96F0-8A96A2C5B68F}.Release|x64.Build.0 = Release|x64
{D2495A5F-D60C-472E-83AA-E57E856298FF}.Debug|x64.ActiveCfg = Debug|x64
{D2495A5F-D60C-472E-83AA-E57E856298FF}.Debug|x64.Build.0 = Debug|x64
{D2495A5F-D60C-472E-83AA-E57E856298FF}.Release|x64.ActiveCfg = Release|x64
{D2495A5F-D60C-472E-83AA-E57E856298FF}.Release|x64.Build.0 = Release|x64
{A291A6A0-12D8-4FDF-92BF-7507A53A9228}.Debug|x64.ActiveCfg = Debug|x64
{A291A6A0-12D8-4FDF-92BF-7507A53A9228}.Debug|x64.Build.0 = Debug|x64
{A291A6A0-12D8-4FDF-92BF-7507A53A9228}.Release|x64.ActiveCfg = Release|x64
{A291A6A0-12D8-4FDF-92BF-7507A53A9228}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1746A0A3-E724-4945-8D59-B9D6B7F7D7A0}
EndGlobalSection
EndGlobal