-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathBFF.DataVirtualizingCollection.sln
48 lines (48 loc) · 2.6 KB
/
BFF.DataVirtualizingCollection.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28917.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BFF.DataVirtualizingCollection", "BFF.DataVirtualizingCollection\BFF.DataVirtualizingCollection.csproj", "{D4D769DA-F7A2-43F0-ADA7-5895D36D585F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Icon", "Icon", "{2536F943-EEC8-4CF7-B0B2-E3569E164152}"
ProjectSection(SolutionItems) = preProject
Icon\Yeah69Logo.ico = Icon\Yeah69Logo.ico
Icon\Yeah69Logo_256.png = Icon\Yeah69Logo_256.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Utilities", "Utilities", "{DB002923-3355-4FBC-92E1-CC0FDFA3FCAD}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.Integration", "Tests.Integration\Tests.Integration.csproj", "{3F7BB7A3-7950-45B9-9968-3BBF6F186B30}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.Unit", "Tests.Unit\Tests.Unit.csproj", "{E0EBFFF9-3F4F-4E81-AC3D-69937E0393CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4D769DA-F7A2-43F0-ADA7-5895D36D585F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4D769DA-F7A2-43F0-ADA7-5895D36D585F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4D769DA-F7A2-43F0-ADA7-5895D36D585F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4D769DA-F7A2-43F0-ADA7-5895D36D585F}.Release|Any CPU.Build.0 = Release|Any CPU
{3F7BB7A3-7950-45B9-9968-3BBF6F186B30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F7BB7A3-7950-45B9-9968-3BBF6F186B30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F7BB7A3-7950-45B9-9968-3BBF6F186B30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F7BB7A3-7950-45B9-9968-3BBF6F186B30}.Release|Any CPU.Build.0 = Release|Any CPU
{E0EBFFF9-3F4F-4E81-AC3D-69937E0393CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0EBFFF9-3F4F-4E81-AC3D-69937E0393CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0EBFFF9-3F4F-4E81-AC3D-69937E0393CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0EBFFF9-3F4F-4E81-AC3D-69937E0393CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06A68F93-74CC-4C15-BD02-62B43AB8A585}
EndGlobalSection
EndGlobal