-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
FarNet.sln
54 lines (54 loc) · 3.14 KB
/
FarNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerShellFar", "PowerShellFar\PowerShellFar.csproj", "{602C5210-AF86-471A-BF19-35C0D5A71719}"
ProjectSection(ProjectDependencies) = postProject
{A5F07EDB-2242-4A92-BFD1-48396007C625} = {A5F07EDB-2242-4A92-BFD1-48396007C625}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FarNetMan", "FarNet\FarNetMan\FarNetMan.vcxproj", "{A5F07EDB-2242-4A92-BFD1-48396007C625}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FarNet", "FarNet\FarNet\FarNet.csproj", "{264744C1-B6FF-4B75-8AD0-0920BCCFF3D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{602C5210-AF86-471A-BF19-35C0D5A71719}.Debug|Win32.ActiveCfg = Debug|Any CPU
{602C5210-AF86-471A-BF19-35C0D5A71719}.Debug|Win32.Build.0 = Debug|Any CPU
{602C5210-AF86-471A-BF19-35C0D5A71719}.Debug|x64.ActiveCfg = Debug|Any CPU
{602C5210-AF86-471A-BF19-35C0D5A71719}.Debug|x64.Build.0 = Debug|Any CPU
{602C5210-AF86-471A-BF19-35C0D5A71719}.Release|Win32.ActiveCfg = Release|Any CPU
{602C5210-AF86-471A-BF19-35C0D5A71719}.Release|Win32.Build.0 = Release|Any CPU
{602C5210-AF86-471A-BF19-35C0D5A71719}.Release|x64.ActiveCfg = Release|Any CPU
{602C5210-AF86-471A-BF19-35C0D5A71719}.Release|x64.Build.0 = Release|Any CPU
{A5F07EDB-2242-4A92-BFD1-48396007C625}.Debug|Win32.ActiveCfg = Debug|Win32
{A5F07EDB-2242-4A92-BFD1-48396007C625}.Debug|Win32.Build.0 = Debug|Win32
{A5F07EDB-2242-4A92-BFD1-48396007C625}.Debug|x64.ActiveCfg = Debug|x64
{A5F07EDB-2242-4A92-BFD1-48396007C625}.Debug|x64.Build.0 = Debug|x64
{A5F07EDB-2242-4A92-BFD1-48396007C625}.Release|Win32.ActiveCfg = Release|Win32
{A5F07EDB-2242-4A92-BFD1-48396007C625}.Release|Win32.Build.0 = Release|Win32
{A5F07EDB-2242-4A92-BFD1-48396007C625}.Release|x64.ActiveCfg = Release|x64
{A5F07EDB-2242-4A92-BFD1-48396007C625}.Release|x64.Build.0 = Release|x64
{264744C1-B6FF-4B75-8AD0-0920BCCFF3D3}.Debug|Win32.ActiveCfg = Debug|Any CPU
{264744C1-B6FF-4B75-8AD0-0920BCCFF3D3}.Debug|Win32.Build.0 = Debug|Any CPU
{264744C1-B6FF-4B75-8AD0-0920BCCFF3D3}.Debug|x64.ActiveCfg = Debug|Any CPU
{264744C1-B6FF-4B75-8AD0-0920BCCFF3D3}.Debug|x64.Build.0 = Debug|Any CPU
{264744C1-B6FF-4B75-8AD0-0920BCCFF3D3}.Release|Win32.ActiveCfg = Release|Any CPU
{264744C1-B6FF-4B75-8AD0-0920BCCFF3D3}.Release|Win32.Build.0 = Release|Any CPU
{264744C1-B6FF-4B75-8AD0-0920BCCFF3D3}.Release|x64.ActiveCfg = Release|Any CPU
{264744C1-B6FF-4B75-8AD0-0920BCCFF3D3}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA258746-FA53-4B5A-A3EF-34EF1B8A0C7E}
EndGlobalSection
EndGlobal