forked from punker76/gong-wpf-dragdrop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGongSolutions.Wpf.DragDrop.sln
59 lines (59 loc) · 3.88 KB
/
GongSolutions.Wpf.DragDrop.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
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GongSolutions.Wpf.DragDrop (NET4)", "GongSolutions.Wpf.DragDrop\GongSolutions.Wpf.DragDrop (NET4).csproj", "{0C6674CC-6D49-414A-9B41-D4E175028FFB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{96F74036-17C4-470A-B820-1B0653472F61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultsExample (NET4)", "Examples\DefaultsExample\DefaultsExample (NET4).csproj", "{310992A5-1F59-472C-A6BB-8CFDA2FE1EA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NorthwindExample (NET4)", "Examples\NorthwindExample\NorthwindExample (NET4).csproj", "{6200FA9D-0590-4E44-82DD-E90C529124A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultsExample (NET35)", "Examples\DefaultsExample\DefaultsExample (NET35).csproj", "{8A43AA51-6D56-4D11-8CD8-47361E9E2CA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NorthwindExample (NET35)", "Examples\NorthwindExample\NorthwindExample (NET35).csproj", "{AE057EDA-E882-4FE1-B027-1989787E9D89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GongSolutions.Wpf.DragDrop (NET35)", "GongSolutions.Wpf.DragDrop\GongSolutions.Wpf.DragDrop (NET35).csproj", "{F4562C4B-9D6F-4C80-9C75-BF194A3D7CCC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C6674CC-6D49-414A-9B41-D4E175028FFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C6674CC-6D49-414A-9B41-D4E175028FFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C6674CC-6D49-414A-9B41-D4E175028FFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C6674CC-6D49-414A-9B41-D4E175028FFB}.Release|Any CPU.Build.0 = Release|Any CPU
{310992A5-1F59-472C-A6BB-8CFDA2FE1EA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{310992A5-1F59-472C-A6BB-8CFDA2FE1EA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{310992A5-1F59-472C-A6BB-8CFDA2FE1EA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6200FA9D-0590-4E44-82DD-E90C529124A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6200FA9D-0590-4E44-82DD-E90C529124A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6200FA9D-0590-4E44-82DD-E90C529124A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A43AA51-6D56-4D11-8CD8-47361E9E2CA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A43AA51-6D56-4D11-8CD8-47361E9E2CA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A43AA51-6D56-4D11-8CD8-47361E9E2CA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE057EDA-E882-4FE1-B027-1989787E9D89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE057EDA-E882-4FE1-B027-1989787E9D89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE057EDA-E882-4FE1-B027-1989787E9D89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4562C4B-9D6F-4C80-9C75-BF194A3D7CCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4562C4B-9D6F-4C80-9C75-BF194A3D7CCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4562C4B-9D6F-4C80-9C75-BF194A3D7CCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4562C4B-9D6F-4C80-9C75-BF194A3D7CCC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{310992A5-1F59-472C-A6BB-8CFDA2FE1EA0} = {96F74036-17C4-470A-B820-1B0653472F61}
{6200FA9D-0590-4E44-82DD-E90C529124A3} = {96F74036-17C4-470A-B820-1B0653472F61}
{8A43AA51-6D56-4D11-8CD8-47361E9E2CA4} = {96F74036-17C4-470A-B820-1B0653472F61}
{AE057EDA-E882-4FE1-B027-1989787E9D89} = {96F74036-17C4-470A-B820-1B0653472F61}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = GongSolutions.Wpf.DragDrop (NET4).vsmdi
EndGlobalSection
EndGlobal