-
Notifications
You must be signed in to change notification settings - Fork 40
/
TeraFinder.sln
58 lines (58 loc) · 3.52 KB
/
TeraFinder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeraFinder.Core", "TeraFinder.Core\TeraFinder.Core.csproj", "{34B925D5-E9EE-45CD-95C2-133D632D5DFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeraFinder.Plugins", "TeraFinder.Plugins\TeraFinder.Plugins.csproj", "{4E369721-CF2E-4C16-B409-F95272E7468D}"
ProjectSection(ProjectDependencies) = postProject
{1F659D38-B5FC-4A04-B2CA-8942FDAB18E5} = {1F659D38-B5FC-4A04-B2CA-8942FDAB18E5}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeraFinder.Launcher", "TeraFinder.Launcher\TeraFinder.Launcher.csproj", "{E3234482-506B-4A94-9446-13247EE0A7A3}"
ProjectSection(ProjectDependencies) = postProject
{4E369721-CF2E-4C16-B409-F95272E7468D} = {4E369721-CF2E-4C16-B409-F95272E7468D}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeraFinder.RemoteExecutor", "TeraFinder.RemoteExecutor\TeraFinder.RemoteExecutor.csproj", "{1F659D38-B5FC-4A04-B2CA-8942FDAB18E5}"
ProjectSection(ProjectDependencies) = postProject
{34B925D5-E9EE-45CD-95C2-133D632D5DFD} = {34B925D5-E9EE-45CD-95C2-133D632D5DFD}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeraFinder.Tests", "TeraFinder.Tests\TeraFinder.Tests.csproj", "{0CB3C5C8-9A89-4C72-8AE3-3D047734C347}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34B925D5-E9EE-45CD-95C2-133D632D5DFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34B925D5-E9EE-45CD-95C2-133D632D5DFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34B925D5-E9EE-45CD-95C2-133D632D5DFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34B925D5-E9EE-45CD-95C2-133D632D5DFD}.Release|Any CPU.Build.0 = Release|Any CPU
{4E369721-CF2E-4C16-B409-F95272E7468D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E369721-CF2E-4C16-B409-F95272E7468D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E369721-CF2E-4C16-B409-F95272E7468D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E369721-CF2E-4C16-B409-F95272E7468D}.Release|Any CPU.Build.0 = Release|Any CPU
{E3234482-506B-4A94-9446-13247EE0A7A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3234482-506B-4A94-9446-13247EE0A7A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3234482-506B-4A94-9446-13247EE0A7A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3234482-506B-4A94-9446-13247EE0A7A3}.Release|Any CPU.Build.0 = Release|Any CPU
{1F659D38-B5FC-4A04-B2CA-8942FDAB18E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F659D38-B5FC-4A04-B2CA-8942FDAB18E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F659D38-B5FC-4A04-B2CA-8942FDAB18E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F659D38-B5FC-4A04-B2CA-8942FDAB18E5}.Release|Any CPU.Build.0 = Release|Any CPU
{0CB3C5C8-9A89-4C72-8AE3-3D047734C347}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CB3C5C8-9A89-4C72-8AE3-3D047734C347}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CB3C5C8-9A89-4C72-8AE3-3D047734C347}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CB3C5C8-9A89-4C72-8AE3-3D047734C347}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B54FA997-0B2E-4ACC-BC36-53A62CEF3FA5}
EndGlobalSection
EndGlobal