-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsamples.sln
40 lines (40 loc) · 2.02 KB
/
samples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{FBB3A151-2B0B-4726-91DC-8505FACD61CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "copy-sdk", "samples\copy-sdk\copy-sdk.csproj", "{B7C00F56-BDFB-401D-931C-0A428E2BE46D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bluray-data", "samples\bluray-data\bluray-data.csproj", "{A28F1A1F-5953-49E8-8068-CB811142FAAF}"
ProjectSection(ProjectDependencies) = postProject
{B7C00F56-BDFB-401D-931C-0A428E2BE46D} = {B7C00F56-BDFB-401D-931C-0A428E2BE46D}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|ARM64 = Debug|ARM64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7C00F56-BDFB-401D-931C-0A428E2BE46D}.Debug|x64.ActiveCfg = Debug|x64
{B7C00F56-BDFB-401D-931C-0A428E2BE46D}.Debug|x64.Build.0 = Debug|x64
{B7C00F56-BDFB-401D-931C-0A428E2BE46D}.Debug|ARM64.ActiveCfg = Debug|ARM64
{B7C00F56-BDFB-401D-931C-0A428E2BE46D}.Debug|ARM64.Build.0 = Debug|ARM64
{A28F1A1F-5953-49E8-8068-CB811142FAAF}.Debug|x64.ActiveCfg = Debug|x64
{A28F1A1F-5953-49E8-8068-CB811142FAAF}.Debug|x64.Build.0 = Debug|x64
{A28F1A1F-5953-49E8-8068-CB811142FAAF}.Debug|ARM64.ActiveCfg = Debug|ARM64
{A28F1A1F-5953-49E8-8068-CB811142FAAF}.Debug|ARM64.Build.0 = Debug|ARM64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B7C00F56-BDFB-401D-931C-0A428E2BE46D} = {FBB3A151-2B0B-4726-91DC-8505FACD61CB}
{A28F1A1F-5953-49E8-8068-CB811142FAAF} = {FBB3A151-2B0B-4726-91DC-8505FACD61CB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE08AFDF-7EA5-4A0F-AD4E-C9307EF8EDE0}
EndGlobalSection
EndGlobal