-
Notifications
You must be signed in to change notification settings - Fork 3
/
Transitionals.sln
60 lines (60 loc) · 3.52 KB
/
Transitionals.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
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E16A1E0D-D844-4E7A-A49B-C24197A9E96E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Microsoft Public License (Ms-PL).txt = Microsoft Public License (Ms-PL).txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Framework", "Framework", "{2966072E-6B2D-404A-AA4E-71C57AABCD71}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{8CB63814-E4E9-4789-B52A-47BFBD57616D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TransitionTester", "WPF\Samples\TransitionTester\TransitionTester.csproj", "{1FF4601A-0641-4FC3-AD87-271DC8A35C36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageViewer", "WPF\Samples\ImageViewer\ImageViewer.csproj", "{A5F6B80E-9202-434A-BE07-093E2656C6AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transitionals", "WPF\Framework\Transitionals\Transitionals.csproj", "{99A5ED11-D9C6-4D04-A20B-3DFDAD0BD391}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicTester", "BasicTester\BasicTester.csproj", "{C84D9DA0-85D3-4AC5-A20E-EFAEEEC18DD5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FF4601A-0641-4FC3-AD87-271DC8A35C36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FF4601A-0641-4FC3-AD87-271DC8A35C36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FF4601A-0641-4FC3-AD87-271DC8A35C36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FF4601A-0641-4FC3-AD87-271DC8A35C36}.Release|Any CPU.Build.0 = Release|Any CPU
{A5F6B80E-9202-434A-BE07-093E2656C6AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5F6B80E-9202-434A-BE07-093E2656C6AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5F6B80E-9202-434A-BE07-093E2656C6AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5F6B80E-9202-434A-BE07-093E2656C6AA}.Release|Any CPU.Build.0 = Release|Any CPU
{99A5ED11-D9C6-4D04-A20B-3DFDAD0BD391}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99A5ED11-D9C6-4D04-A20B-3DFDAD0BD391}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99A5ED11-D9C6-4D04-A20B-3DFDAD0BD391}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99A5ED11-D9C6-4D04-A20B-3DFDAD0BD391}.Release|Any CPU.Build.0 = Release|Any CPU
{C84D9DA0-85D3-4AC5-A20E-EFAEEEC18DD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C84D9DA0-85D3-4AC5-A20E-EFAEEEC18DD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C84D9DA0-85D3-4AC5-A20E-EFAEEEC18DD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C84D9DA0-85D3-4AC5-A20E-EFAEEEC18DD5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1FF4601A-0641-4FC3-AD87-271DC8A35C36} = {8CB63814-E4E9-4789-B52A-47BFBD57616D}
{A5F6B80E-9202-434A-BE07-093E2656C6AA} = {8CB63814-E4E9-4789-B52A-47BFBD57616D}
{99A5ED11-D9C6-4D04-A20B-3DFDAD0BD391} = {2966072E-6B2D-404A-AA4E-71C57AABCD71}
{C84D9DA0-85D3-4AC5-A20E-EFAEEEC18DD5} = {8CB63814-E4E9-4789-B52A-47BFBD57616D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C8C334D-2BB5-4AAB-A0D1-72F1A9A0B81C}
EndGlobalSection
EndGlobal