-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReelBox.sln
More file actions
107 lines (107 loc) · 7.89 KB
/
Copy pathReelBox.sln
File metadata and controls
107 lines (107 loc) · 7.89 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36203.30
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReelBox", "ReelBox\ReelBox.csproj", "{3B348305-4316-4CF7-8127-5CF9733077C8}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CompressMediaPage", "CompressMediaPageWinUI\CompressMediaPage.shproj", "{40B273DF-70A4-4FD2-9E2C-098067D39FBB}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ConcatMediaPage", "ConcatMediaPageWinUI\ConcatMediaPage.shproj", "{8AE49B4F-4DAA-4CDA-B2C1-07ABBF7C89E7}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "VideoSplitterPage", "VideoSplitterPageWinUI\VideoSplitterPage.shproj", "{F2AB1059-95A2-4A58-A3D2-A409961585DB}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "VideoCropperPage", "VideoCropperPageWinUI\VideoCropperPage.shproj", "{B939521D-3D99-4A7F-8FF5-1472EA1A0B49}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "MediaTrackMixerPage", "MediaTrackMixerPageWinUI\MediaTrackMixerPage.shproj", "{41BD008E-AF39-42E1-9D50-8FB0F51D1A24}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ImageTourPage", "ImageTourPageWinUI\ImageTourPage.shproj", "{12E27B88-C197-4545-8A19-6E744A5012AD}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "DraggerResizer", "DraggerResizerWinUI\DraggerResizer.shproj", "{26BA5B05-9F47-4FB6-873D-CA48909F653E}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "VideoSplitterBase", "VideoSplitterBaseWinUI\VideoSplitterBase.shproj", "{875AC41B-16E1-4AE2-AEB6-C57576B303C6}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Timeline", "TimelineWinUI\Timeline.shproj", "{8A87FF88-D9FA-499F-971F-6A8B191EB7C5}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "WinUIShared", "WinUIShared\WinUIShared.shproj", "{EAEDEDF3-CC91-4D2B-8476-35DD81F8D00A}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TextToTimeSpan", "TextToTimeSpanWinUI\TextToTimeSpan.shproj", "{8473885D-BD20-4CD5-9848-93DFF6689070}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileLogger", "FileLogger\FileLogger\FileLogger.csproj", "{972BDDBA-E3B9-0A2F-B257-C1D0B9828BD4}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "MediaPadderPage", "MediaPadderPageWinUI\MediaPadderPage.shproj", "{BB788274-9A26-49F6-A93B-88E69425D5FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B348305-4316-4CF7-8127-5CF9733077C8}.Debug|ARM64.ActiveCfg = Debug|ARM64
{3B348305-4316-4CF7-8127-5CF9733077C8}.Debug|ARM64.Build.0 = Debug|ARM64
{3B348305-4316-4CF7-8127-5CF9733077C8}.Debug|ARM64.Deploy.0 = Debug|ARM64
{3B348305-4316-4CF7-8127-5CF9733077C8}.Debug|x64.ActiveCfg = Debug|x64
{3B348305-4316-4CF7-8127-5CF9733077C8}.Debug|x64.Build.0 = Debug|x64
{3B348305-4316-4CF7-8127-5CF9733077C8}.Debug|x64.Deploy.0 = Debug|x64
{3B348305-4316-4CF7-8127-5CF9733077C8}.Debug|x86.ActiveCfg = Debug|x86
{3B348305-4316-4CF7-8127-5CF9733077C8}.Debug|x86.Build.0 = Debug|x86
{3B348305-4316-4CF7-8127-5CF9733077C8}.Debug|x86.Deploy.0 = Debug|x86
{3B348305-4316-4CF7-8127-5CF9733077C8}.Release|ARM64.ActiveCfg = Release|ARM64
{3B348305-4316-4CF7-8127-5CF9733077C8}.Release|ARM64.Build.0 = Release|ARM64
{3B348305-4316-4CF7-8127-5CF9733077C8}.Release|ARM64.Deploy.0 = Release|ARM64
{3B348305-4316-4CF7-8127-5CF9733077C8}.Release|x64.ActiveCfg = Release|x64
{3B348305-4316-4CF7-8127-5CF9733077C8}.Release|x64.Build.0 = Release|x64
{3B348305-4316-4CF7-8127-5CF9733077C8}.Release|x64.Deploy.0 = Release|x64
{3B348305-4316-4CF7-8127-5CF9733077C8}.Release|x86.ActiveCfg = Release|x86
{3B348305-4316-4CF7-8127-5CF9733077C8}.Release|x86.Build.0 = Release|x86
{3B348305-4316-4CF7-8127-5CF9733077C8}.Release|x86.Deploy.0 = Release|x86
{972BDDBA-E3B9-0A2F-B257-C1D0B9828BD4}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{972BDDBA-E3B9-0A2F-B257-C1D0B9828BD4}.Debug|ARM64.Build.0 = Debug|Any CPU
{972BDDBA-E3B9-0A2F-B257-C1D0B9828BD4}.Debug|x64.ActiveCfg = Debug|Any CPU
{972BDDBA-E3B9-0A2F-B257-C1D0B9828BD4}.Debug|x64.Build.0 = Debug|Any CPU
{972BDDBA-E3B9-0A2F-B257-C1D0B9828BD4}.Debug|x86.ActiveCfg = Debug|Any CPU
{972BDDBA-E3B9-0A2F-B257-C1D0B9828BD4}.Debug|x86.Build.0 = Debug|Any CPU
{972BDDBA-E3B9-0A2F-B257-C1D0B9828BD4}.Release|ARM64.ActiveCfg = Release|Any CPU
{972BDDBA-E3B9-0A2F-B257-C1D0B9828BD4}.Release|ARM64.Build.0 = Release|Any CPU
{972BDDBA-E3B9-0A2F-B257-C1D0B9828BD4}.Release|x64.ActiveCfg = Release|Any CPU
{972BDDBA-E3B9-0A2F-B257-C1D0B9828BD4}.Release|x64.Build.0 = Release|Any CPU
{972BDDBA-E3B9-0A2F-B257-C1D0B9828BD4}.Release|x86.ActiveCfg = Release|Any CPU
{972BDDBA-E3B9-0A2F-B257-C1D0B9828BD4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC5E771B-AAD0-41CE-AC72-9AEB6A742F2C}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
ImageTourPageWinUI\ImageTourPage.projitems*{12e27b88-c197-4545-8a19-6e744a5012ad}*SharedItemsImports = 13
DraggerResizerWinUI\DraggerResizer.projitems*{26ba5b05-9f47-4fb6-873d-ca48909f653e}*SharedItemsImports = 13
CompressMediaPageWinUI\CompressMediaPage.projitems*{3b348305-4316-4cf7-8127-5cf9733077c8}*SharedItemsImports = 5
ConcatMediaPageWinUI\ConcatMediaPage.projitems*{3b348305-4316-4cf7-8127-5cf9733077c8}*SharedItemsImports = 5
DraggerResizerWinUI\DraggerResizer.projitems*{3b348305-4316-4cf7-8127-5cf9733077c8}*SharedItemsImports = 5
ImageTourPageWinUI\ImageTourPage.projitems*{3b348305-4316-4cf7-8127-5cf9733077c8}*SharedItemsImports = 5
MediaPadderPageWinUI\MediaPadderPage.projitems*{3b348305-4316-4cf7-8127-5cf9733077c8}*SharedItemsImports = 5
MediaTrackMixerPageWinUI\MediaTrackMixerPage.projitems*{3b348305-4316-4cf7-8127-5cf9733077c8}*SharedItemsImports = 5
TextToTimeSpanWinUI\TextToTimeSpan.projitems*{3b348305-4316-4cf7-8127-5cf9733077c8}*SharedItemsImports = 5
TimelineWinUI\Timeline.projitems*{3b348305-4316-4cf7-8127-5cf9733077c8}*SharedItemsImports = 5
VideoCropperPageWinUI\VideoCropperPage.projitems*{3b348305-4316-4cf7-8127-5cf9733077c8}*SharedItemsImports = 5
VideoSplitterBaseWinUI\VideoSplitterBase.projitems*{3b348305-4316-4cf7-8127-5cf9733077c8}*SharedItemsImports = 5
VideoSplitterPageWinUI\VideoSplitterPage.projitems*{3b348305-4316-4cf7-8127-5cf9733077c8}*SharedItemsImports = 5
WinUIShared\WinUIShared.projitems*{3b348305-4316-4cf7-8127-5cf9733077c8}*SharedItemsImports = 5
CompressMediaPageWinUI\CompressMediaPage.projitems*{40b273df-70a4-4fd2-9e2c-098067d39fbb}*SharedItemsImports = 13
MediaTrackMixerPageWinUI\MediaTrackMixerPage.projitems*{41bd008e-af39-42e1-9d50-8fb0f51d1a24}*SharedItemsImports = 13
TextToTimeSpanWinUI\TextToTimeSpan.projitems*{8473885d-bd20-4cd5-9848-93dff6689070}*SharedItemsImports = 13
VideoSplitterBaseWinUI\VideoSplitterBase.projitems*{875ac41b-16e1-4ae2-aeb6-c57576b303c6}*SharedItemsImports = 13
TimelineWinUI\Timeline.projitems*{8a87ff88-d9fa-499f-971f-6a8b191eb7c5}*SharedItemsImports = 13
ConcatMediaPageWinUI\ConcatMediaPage.projitems*{8ae49b4f-4daa-4cda-b2c1-07abbf7c89e7}*SharedItemsImports = 13
VideoCropperPageWinUI\VideoCropperPage.projitems*{b939521d-3d99-4a7f-8ff5-1472ea1a0b49}*SharedItemsImports = 13
MediaPadderPageWinUI\MediaPadderPage.projitems*{bb788274-9a26-49f6-a93b-88e69425d5fd}*SharedItemsImports = 13
WinUIShared\WinUIShared.projitems*{eaededf3-cc91-4d2b-8476-35dd81f8d00a}*SharedItemsImports = 13
VideoSplitterPageWinUI\VideoSplitterPage.projitems*{f2ab1059-95a2-4a58-a3d2-a409961585db}*SharedItemsImports = 13
EndGlobalSection
EndGlobal