This repository has been archived by the owner on May 20, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
WinPaletter.sln
36 lines (36 loc) · 1.83 KB
/
WinPaletter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinPaletter", "WinPaletter\WinPaletter.csproj", "{53965879-6567-4181-B551-04534B0D0F2B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3293D107-A681-4D70-83FC-20988DB698C0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinPaletter.SysEventsSounds", "WinPaletter.SysEventsSounds\WinPaletter.SysEventsSounds.csproj", "{C1E51D35-A55A-4CF5-ABFC-74C2DDC7DD7B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53965879-6567-4181-B551-04534B0D0F2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53965879-6567-4181-B551-04534B0D0F2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53965879-6567-4181-B551-04534B0D0F2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53965879-6567-4181-B551-04534B0D0F2B}.Release|Any CPU.Build.0 = Release|Any CPU
{C1E51D35-A55A-4CF5-ABFC-74C2DDC7DD7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1E51D35-A55A-4CF5-ABFC-74C2DDC7DD7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1E51D35-A55A-4CF5-ABFC-74C2DDC7DD7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1E51D35-A55A-4CF5-ABFC-74C2DDC7DD7B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDE40B41-D582-4B6A-A5B5-CE8BEEEFF3D7}
EndGlobalSection
EndGlobal