-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRMAN-Parse.sln
31 lines (31 loc) · 1.49 KB
/
RMAN-Parse.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RMAN-Parse", "RMAN-Parse\RMAN-Parse.csproj", "{CBC9FDAF-C551-4049-9401-E44B792105B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RMAN_Parser Demo", "RMAN_Parser Demo\RMAN_Parser Demo.csproj", "{A21F2373-E612-4A11-A167-9681A0CFEFBA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CBC9FDAF-C551-4049-9401-E44B792105B5}.Debug|x64.ActiveCfg = Debug|x64
{CBC9FDAF-C551-4049-9401-E44B792105B5}.Debug|x64.Build.0 = Debug|x64
{CBC9FDAF-C551-4049-9401-E44B792105B5}.Release|x64.ActiveCfg = Release|x64
{CBC9FDAF-C551-4049-9401-E44B792105B5}.Release|x64.Build.0 = Release|x64
{A21F2373-E612-4A11-A167-9681A0CFEFBA}.Debug|x64.ActiveCfg = Debug|x64
{A21F2373-E612-4A11-A167-9681A0CFEFBA}.Debug|x64.Build.0 = Debug|x64
{A21F2373-E612-4A11-A167-9681A0CFEFBA}.Release|x64.ActiveCfg = Release|x64
{A21F2373-E612-4A11-A167-9681A0CFEFBA}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72A9F3BE-721E-403A-8B6C-FB110C7002CD}
EndGlobalSection
EndGlobal