-
Notifications
You must be signed in to change notification settings - Fork 0
/
FileManager.sln
43 lines (43 loc) · 2.33 KB
/
FileManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84B0C014-D59D-483C-9D95-8E62FB8EE2FF}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
screenshot.png = screenshot.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileManager.Core", "FileManager.Core\FileManager.Core.csproj", "{7994833D-BE08-431E-8344-B102DF9436FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileManager.Core.Tests", "FileManager.Core.Tests\FileManager.Core.Tests.csproj", "{721B55B3-EFAB-4A83-827D-FC3BDA34C0B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileManager", "FileManager\FileManager.csproj", "{3ECB4008-8965-48FA-93FF-E07E4845CDEF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7994833D-BE08-431E-8344-B102DF9436FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7994833D-BE08-431E-8344-B102DF9436FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7994833D-BE08-431E-8344-B102DF9436FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7994833D-BE08-431E-8344-B102DF9436FA}.Release|Any CPU.Build.0 = Release|Any CPU
{721B55B3-EFAB-4A83-827D-FC3BDA34C0B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{721B55B3-EFAB-4A83-827D-FC3BDA34C0B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{721B55B3-EFAB-4A83-827D-FC3BDA34C0B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{721B55B3-EFAB-4A83-827D-FC3BDA34C0B9}.Release|Any CPU.Build.0 = Release|Any CPU
{3ECB4008-8965-48FA-93FF-E07E4845CDEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ECB4008-8965-48FA-93FF-E07E4845CDEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ECB4008-8965-48FA-93FF-E07E4845CDEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ECB4008-8965-48FA-93FF-E07E4845CDEF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {498287C2-7D77-4169-9A8A-B2644221F56D}
EndGlobalSection
EndGlobal