forked from punker76/gong-wpf-dragdrop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GongSolutions.Wpf.DragDrop.sln
47 lines (47 loc) · 2.94 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C1D14F10-00C7-4BE6-9A49-D2B5C950DE34}"
ProjectSection(SolutionItems) = preProject
GongSolutions.Wpf.DragDrop.vsmdi = GongSolutions.Wpf.DragDrop.vsmdi
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GongSolutions.Wpf.DragDrop", "GongSolutions.Wpf.DragDrop\GongSolutions.Wpf.DragDrop.csproj", "{0C6674CC-6D49-414A-9B41-D4E175028FFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NorthwindExample", "Examples\NorthwindExample\NorthwindExample.csproj", "{6200FA9D-0590-4E44-82DD-E90C529124A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GongSolutions.Wpf.DragDrop.UnitTests", "GongSolutions.Wpf.DragDrop.UnitTests\GongSolutions.Wpf.DragDrop.UnitTests.csproj", "{27DB2F6D-D0F3-47CA-BBE7-7FF7C868C791}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultsExample", "Examples\DefaultsExample\DefaultsExample.csproj", "{310992A5-1F59-472C-A6BB-8CFDA2FE1EA0}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = GongSolutions.Wpf.DragDrop.vsmdi
EndGlobalSection
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
{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
{6200FA9D-0590-4E44-82DD-E90C529124A3}.Release|Any CPU.Build.0 = Release|Any CPU
{27DB2F6D-D0F3-47CA-BBE7-7FF7C868C791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27DB2F6D-D0F3-47CA-BBE7-7FF7C868C791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27DB2F6D-D0F3-47CA-BBE7-7FF7C868C791}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27DB2F6D-D0F3-47CA-BBE7-7FF7C868C791}.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
{310992A5-1F59-472C-A6BB-8CFDA2FE1EA0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal