-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathp4g64.customSubMenu.sln
37 lines (37 loc) · 2.23 KB
/
p4g64.customSubMenu.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "p4g64.customSubMenu", "p4g64.customSubMenu\p4g64.customSubMenu.csproj", "{3F4FB09B-E2B1-4E99-9C52-54AC910A0465}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BF.File.Emulator.Interfaces", "Submodules\FileEmulationFramework\Emulator\Interfaces\BF.File.Emulator.Interfaces\BF.File.Emulator.Interfaces.csproj", "{CEA1E09C-EFF7-41DD-B9EB-B83517DEEE86}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileEmulationFramework.Lib", "Submodules\FileEmulationFramework\FileEmulationFramework.Lib\FileEmulationFramework.Lib.csproj", "{56B93970-F86E-4649-931D-F6655C31D82A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F4FB09B-E2B1-4E99-9C52-54AC910A0465}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F4FB09B-E2B1-4E99-9C52-54AC910A0465}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F4FB09B-E2B1-4E99-9C52-54AC910A0465}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F4FB09B-E2B1-4E99-9C52-54AC910A0465}.Release|Any CPU.Build.0 = Release|Any CPU
{CEA1E09C-EFF7-41DD-B9EB-B83517DEEE86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEA1E09C-EFF7-41DD-B9EB-B83517DEEE86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEA1E09C-EFF7-41DD-B9EB-B83517DEEE86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEA1E09C-EFF7-41DD-B9EB-B83517DEEE86}.Release|Any CPU.Build.0 = Release|Any CPU
{56B93970-F86E-4649-931D-F6655C31D82A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56B93970-F86E-4649-931D-F6655C31D82A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56B93970-F86E-4649-931D-F6655C31D82A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56B93970-F86E-4649-931D-F6655C31D82A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57026491-45F1-4FCB-AE07-116464F61705}
EndGlobalSection
EndGlobal