-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBufferQSolution.sln
41 lines (41 loc) · 2.05 KB
/
BufferQSolution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BufferQProject", "BufferQProject\BufferQProject.csproj", "{013D3D58-956C-42F3-8D24-EAEFB3147A61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp", "Samples\Sample1\SampleApp.csproj", "{2F8A966A-A743-4F92-A9BB-2C1BE05F7657}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{14317A12-8ECF-4E97-A8E6-7AF7DF8DE0C5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F25F6164-A78C-4A8F-BF97-E79951206EBD}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{013D3D58-956C-42F3-8D24-EAEFB3147A61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{013D3D58-956C-42F3-8D24-EAEFB3147A61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{013D3D58-956C-42F3-8D24-EAEFB3147A61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{013D3D58-956C-42F3-8D24-EAEFB3147A61}.Release|Any CPU.Build.0 = Release|Any CPU
{2F8A966A-A743-4F92-A9BB-2C1BE05F7657}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F8A966A-A743-4F92-A9BB-2C1BE05F7657}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F8A966A-A743-4F92-A9BB-2C1BE05F7657}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F8A966A-A743-4F92-A9BB-2C1BE05F7657}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2F8A966A-A743-4F92-A9BB-2C1BE05F7657} = {14317A12-8ECF-4E97-A8E6-7AF7DF8DE0C5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {974F361F-DE51-4D4A-AC05-542296A471E8}
EndGlobalSection
EndGlobal