-
Notifications
You must be signed in to change notification settings - Fork 5
/
UWPHexEditor.sln
74 lines (73 loc) · 4.67 KB
/
UWPHexEditor.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "UWPHexEditor", "UWPHexEditor\UWPHexEditor.wapproj", "{084DD872-04F5-472A-A859-8F6062FA6856}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfHexEditor.Sample.NET47", "WpfHexEditorControl\WPFHexaEditorExample\WpfHexEditor.Sample.NET47.csproj", "{001BD673-EF33-4FD2-AB7F-57F40FD54D53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfHexaEditor.NET47", "WpfHexEditorControl\WPFHexaEditor\WpfHexaEditor.NET47.csproj", "{CF6AC02D-02FA-4EE9-A507-BD94F489972E}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
WpfHexEditorControl\WpfHexaEditor.Shared\WpfHexaEditor.Shared.projitems*{cf6ac02d-02fa-4ee9-a507-bd94f489972e}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{084DD872-04F5-472A-A859-8F6062FA6856}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{084DD872-04F5-472A-A859-8F6062FA6856}.Debug|Any CPU.Build.0 = Debug|Any CPU
{084DD872-04F5-472A-A859-8F6062FA6856}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{084DD872-04F5-472A-A859-8F6062FA6856}.Debug|x64.ActiveCfg = Debug|x64
{084DD872-04F5-472A-A859-8F6062FA6856}.Debug|x64.Build.0 = Debug|x64
{084DD872-04F5-472A-A859-8F6062FA6856}.Debug|x64.Deploy.0 = Debug|x64
{084DD872-04F5-472A-A859-8F6062FA6856}.Debug|x86.ActiveCfg = Debug|x86
{084DD872-04F5-472A-A859-8F6062FA6856}.Debug|x86.Build.0 = Debug|x86
{084DD872-04F5-472A-A859-8F6062FA6856}.Debug|x86.Deploy.0 = Debug|x86
{084DD872-04F5-472A-A859-8F6062FA6856}.Release|Any CPU.ActiveCfg = Release|Any CPU
{084DD872-04F5-472A-A859-8F6062FA6856}.Release|Any CPU.Build.0 = Release|Any CPU
{084DD872-04F5-472A-A859-8F6062FA6856}.Release|Any CPU.Deploy.0 = Release|Any CPU
{084DD872-04F5-472A-A859-8F6062FA6856}.Release|x64.ActiveCfg = Release|x64
{084DD872-04F5-472A-A859-8F6062FA6856}.Release|x64.Build.0 = Release|x64
{084DD872-04F5-472A-A859-8F6062FA6856}.Release|x64.Deploy.0 = Release|x64
{084DD872-04F5-472A-A859-8F6062FA6856}.Release|x86.ActiveCfg = Release|x86
{084DD872-04F5-472A-A859-8F6062FA6856}.Release|x86.Build.0 = Release|x86
{084DD872-04F5-472A-A859-8F6062FA6856}.Release|x86.Deploy.0 = Release|x86
{001BD673-EF33-4FD2-AB7F-57F40FD54D53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{001BD673-EF33-4FD2-AB7F-57F40FD54D53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{001BD673-EF33-4FD2-AB7F-57F40FD54D53}.Debug|x64.ActiveCfg = Debug|Any CPU
{001BD673-EF33-4FD2-AB7F-57F40FD54D53}.Debug|x64.Build.0 = Debug|Any CPU
{001BD673-EF33-4FD2-AB7F-57F40FD54D53}.Debug|x86.ActiveCfg = Debug|Any CPU
{001BD673-EF33-4FD2-AB7F-57F40FD54D53}.Debug|x86.Build.0 = Debug|Any CPU
{001BD673-EF33-4FD2-AB7F-57F40FD54D53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{001BD673-EF33-4FD2-AB7F-57F40FD54D53}.Release|Any CPU.Build.0 = Release|Any CPU
{001BD673-EF33-4FD2-AB7F-57F40FD54D53}.Release|x64.ActiveCfg = Release|Any CPU
{001BD673-EF33-4FD2-AB7F-57F40FD54D53}.Release|x64.Build.0 = Release|Any CPU
{001BD673-EF33-4FD2-AB7F-57F40FD54D53}.Release|x86.ActiveCfg = Release|Any CPU
{001BD673-EF33-4FD2-AB7F-57F40FD54D53}.Release|x86.Build.0 = Release|Any CPU
{CF6AC02D-02FA-4EE9-A507-BD94F489972E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF6AC02D-02FA-4EE9-A507-BD94F489972E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF6AC02D-02FA-4EE9-A507-BD94F489972E}.Debug|x64.ActiveCfg = Debug|Any CPU
{CF6AC02D-02FA-4EE9-A507-BD94F489972E}.Debug|x64.Build.0 = Debug|Any CPU
{CF6AC02D-02FA-4EE9-A507-BD94F489972E}.Debug|x86.ActiveCfg = Debug|Any CPU
{CF6AC02D-02FA-4EE9-A507-BD94F489972E}.Debug|x86.Build.0 = Debug|Any CPU
{CF6AC02D-02FA-4EE9-A507-BD94F489972E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF6AC02D-02FA-4EE9-A507-BD94F489972E}.Release|Any CPU.Build.0 = Release|Any CPU
{CF6AC02D-02FA-4EE9-A507-BD94F489972E}.Release|x64.ActiveCfg = Release|Any CPU
{CF6AC02D-02FA-4EE9-A507-BD94F489972E}.Release|x64.Build.0 = Release|Any CPU
{CF6AC02D-02FA-4EE9-A507-BD94F489972E}.Release|x86.ActiveCfg = Release|Any CPU
{CF6AC02D-02FA-4EE9-A507-BD94F489972E}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B27A83A5-28FE-499D-B4F4-ED368F15AEB9}
EndGlobalSection
EndGlobal