forked from omeryanar/FileExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFileExplorer.sln
61 lines (61 loc) · 4.31 KB
/
FileExplorer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileExplorer", "FileExplorer\FileExplorer.csproj", "{99DEFCA0-AAA5-43C1-BEC2-899F2F06BC22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileExplorer.Extension", "FileExplorer.Extension\FileExplorer.Extension.csproj", "{DCEF0EC4-D0A0-4E15-B918-BC78E9441427}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileExplorer.Extension.ImagePreview", "FileExplorer.Extension.ImagePreview\FileExplorer.Extension.ImagePreview.csproj", "{EC86C303-9E2D-4384-8535-72F9B5464A9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileExplorer.Extension.TextPreview", "FileExplorer.Extension.TextPreview\FileExplorer.Extension.TextPreview.csproj", "{F022A038-6764-4438-B959-E02758B6AB01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileExplorer.Extension.PdfPreview", "FileExplorer.Extension.PdfPreview\FileExplorer.Extension.PdfPreview.csproj", "{E1B226A0-EA3B-4D2F-8EE3-143A2038FD39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileExplorer.Extension.RichTextPreview", "FileExplorer.Extension.RichTextPreview\FileExplorer.Extension.RichTextPreview.csproj", "{3DDDC943-00EB-49B6-AA90-C844F25D8C02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileExplorer.Extension.SpreadSheetPreview", "FileExplorer.Extension.SpreadSheetPreview\FileExplorer.Extension.SpreadSheetPreview.csproj", "{3F262AF5-F0DC-47CC-A9AB-233774184AAB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99DEFCA0-AAA5-43C1-BEC2-899F2F06BC22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99DEFCA0-AAA5-43C1-BEC2-899F2F06BC22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99DEFCA0-AAA5-43C1-BEC2-899F2F06BC22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99DEFCA0-AAA5-43C1-BEC2-899F2F06BC22}.Release|Any CPU.Build.0 = Release|Any CPU
{DCEF0EC4-D0A0-4E15-B918-BC78E9441427}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCEF0EC4-D0A0-4E15-B918-BC78E9441427}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCEF0EC4-D0A0-4E15-B918-BC78E9441427}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCEF0EC4-D0A0-4E15-B918-BC78E9441427}.Release|Any CPU.Build.0 = Release|Any CPU
{EC86C303-9E2D-4384-8535-72F9B5464A9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC86C303-9E2D-4384-8535-72F9B5464A9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC86C303-9E2D-4384-8535-72F9B5464A9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC86C303-9E2D-4384-8535-72F9B5464A9B}.Release|Any CPU.Build.0 = Release|Any CPU
{F022A038-6764-4438-B959-E02758B6AB01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F022A038-6764-4438-B959-E02758B6AB01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F022A038-6764-4438-B959-E02758B6AB01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F022A038-6764-4438-B959-E02758B6AB01}.Release|Any CPU.Build.0 = Release|Any CPU
{E1B226A0-EA3B-4D2F-8EE3-143A2038FD39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1B226A0-EA3B-4D2F-8EE3-143A2038FD39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1B226A0-EA3B-4D2F-8EE3-143A2038FD39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1B226A0-EA3B-4D2F-8EE3-143A2038FD39}.Release|Any CPU.Build.0 = Release|Any CPU
{3DDDC943-00EB-49B6-AA90-C844F25D8C02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DDDC943-00EB-49B6-AA90-C844F25D8C02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DDDC943-00EB-49B6-AA90-C844F25D8C02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DDDC943-00EB-49B6-AA90-C844F25D8C02}.Release|Any CPU.Build.0 = Release|Any CPU
{3F262AF5-F0DC-47CC-A9AB-233774184AAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F262AF5-F0DC-47CC-A9AB-233774184AAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F262AF5-F0DC-47CC-A9AB-233774184AAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F262AF5-F0DC-47CC-A9AB-233774184AAB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {76225951-68E6-4C94-BDA1-C35E11ACD8D2}
EndGlobalSection
EndGlobal