This repository was archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWpfMultiKeyBindings.sln
44 lines (44 loc) · 2.06 KB
/
WpfMultiKeyBindings.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfSample", "WpfSample\WpfSample.csproj", "{CD061F47-EF00-4790-9424-C9F3C3EE26D6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84B86374-7663-43A8-A9BC-40F44B07F269}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
before.WpfMultiKeyBindings.sln.targets = before.WpfMultiKeyBindings.sln.targets
build.bat = build.bat
empty.targets = empty.targets
GitVersionConfig.yaml = GitVersionConfig.yaml
LICENCE = LICENCE
README.md = README.md
solution.targets = solution.targets
SolutionInfo.cs = SolutionInfo.cs
WpfSample.png = WpfSample.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfMultiKeyBindings", "WpfMultiKeyBindings\WpfMultiKeyBindings.csproj", "{0A5DB1F5-AEBB-41B0-B02C-1C3B71876743}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD061F47-EF00-4790-9424-C9F3C3EE26D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD061F47-EF00-4790-9424-C9F3C3EE26D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD061F47-EF00-4790-9424-C9F3C3EE26D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD061F47-EF00-4790-9424-C9F3C3EE26D6}.Release|Any CPU.Build.0 = Release|Any CPU
{0A5DB1F5-AEBB-41B0-B02C-1C3B71876743}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A5DB1F5-AEBB-41B0-B02C-1C3B71876743}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A5DB1F5-AEBB-41B0-B02C-1C3B71876743}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A5DB1F5-AEBB-41B0-B02C-1C3B71876743}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal