forked from dedpichto/ag.WPF.ColorPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ag.WPF.ColorPicker.sln
54 lines (54 loc) · 3.23 KB
/
ag.WPF.ColorPicker.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
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ag.WPF.ColorPicker", "ag.WPF.ColorPicker\ag.WPF.ColorPicker.csproj", "{0840EB07-9BCC-436A-BE72-B1BC69DF7808}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ag.WPF.ColorPicker.NET", "ag.WPF.ColorPicker.NET\ag.WPF.ColorPicker.NET.csproj", "{D9092613-C591-4839-AE33-CB76A1A889A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7F1E16CB-F70D-461B-AA58-DC0E9C4954B0}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestNET", "TestNET\TestNET.csproj", "{A2AF1E63-35C6-478E-B580-DBAB2F0711F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFramework", "TestFramework\TestFramework.csproj", "{6C6B2361-3EFC-424C-A60A-F08798A49FFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "ExampleNetwork\Example.csproj", "{25C1587B-660A-466A-887A-D6AC380F18F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0840EB07-9BCC-436A-BE72-B1BC69DF7808}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0840EB07-9BCC-436A-BE72-B1BC69DF7808}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0840EB07-9BCC-436A-BE72-B1BC69DF7808}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0840EB07-9BCC-436A-BE72-B1BC69DF7808}.Release|Any CPU.Build.0 = Release|Any CPU
{D9092613-C591-4839-AE33-CB76A1A889A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9092613-C591-4839-AE33-CB76A1A889A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9092613-C591-4839-AE33-CB76A1A889A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9092613-C591-4839-AE33-CB76A1A889A2}.Release|Any CPU.Build.0 = Release|Any CPU
{A2AF1E63-35C6-478E-B580-DBAB2F0711F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2AF1E63-35C6-478E-B580-DBAB2F0711F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2AF1E63-35C6-478E-B580-DBAB2F0711F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2AF1E63-35C6-478E-B580-DBAB2F0711F7}.Release|Any CPU.Build.0 = Release|Any CPU
{6C6B2361-3EFC-424C-A60A-F08798A49FFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C6B2361-3EFC-424C-A60A-F08798A49FFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C6B2361-3EFC-424C-A60A-F08798A49FFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C6B2361-3EFC-424C-A60A-F08798A49FFB}.Release|Any CPU.Build.0 = Release|Any CPU
{25C1587B-660A-466A-887A-D6AC380F18F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25C1587B-660A-466A-887A-D6AC380F18F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25C1587B-660A-466A-887A-D6AC380F18F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25C1587B-660A-466A-887A-D6AC380F18F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B4781B4A-48D4-4845-A9DC-8E98396B820E}
EndGlobalSection
EndGlobal