-
Notifications
You must be signed in to change notification settings - Fork 17
/
ColorSet.sln
executable file
·31 lines (31 loc) · 1.6 KB
/
ColorSet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29025.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColorSetKit", "ColorSetKit\ColorSetKit.csproj", "{E3BF32CB-99E2-4331-AFB6-9281D79E63BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColorSetKit-Test", "ColorSetKit-Test\ColorSetKit-Test.csproj", "{2212001F-B3EA-4496-9EC5-C4B54889FFB5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3BF32CB-99E2-4331-AFB6-9281D79E63BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3BF32CB-99E2-4331-AFB6-9281D79E63BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3BF32CB-99E2-4331-AFB6-9281D79E63BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3BF32CB-99E2-4331-AFB6-9281D79E63BC}.Release|Any CPU.Build.0 = Release|Any CPU
{2212001F-B3EA-4496-9EC5-C4B54889FFB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2212001F-B3EA-4496-9EC5-C4B54889FFB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2212001F-B3EA-4496-9EC5-C4B54889FFB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2212001F-B3EA-4496-9EC5-C4B54889FFB5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5BF84F5-B6D2-4A4C-ADFB-0971E4D60E2C}
EndGlobalSection
EndGlobal