forked from linksplatform/Data.Doublets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Platform.Data.Doublets.sln
37 lines (37 loc) · 2.19 KB
/
Platform.Data.Doublets.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 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Platform.Data.Doublets", "csharp\Platform.Data.Doublets\Platform.Data.Doublets.csproj", "{A6463D44-E42B-4FCF-AAB5-568E0AF1B6CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Platform.Data.Doublets.Tests", "csharp\Platform.Data.Doublets.Tests\Platform.Data.Doublets.Tests.csproj", "{26400745-9D0F-4993-A23D-49EB381E4EBD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Platform.Data.Doublets.Benchmarks", "csharp\Platform.Data.Doublets.Benchmarks\Platform.Data.Doublets.Benchmarks.csproj", "{B3526338-1437-41A6-A613-B5B1222D3BB4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6463D44-E42B-4FCF-AAB5-568E0AF1B6CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6463D44-E42B-4FCF-AAB5-568E0AF1B6CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6463D44-E42B-4FCF-AAB5-568E0AF1B6CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6463D44-E42B-4FCF-AAB5-568E0AF1B6CD}.Release|Any CPU.Build.0 = Release|Any CPU
{26400745-9D0F-4993-A23D-49EB381E4EBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26400745-9D0F-4993-A23D-49EB381E4EBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26400745-9D0F-4993-A23D-49EB381E4EBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26400745-9D0F-4993-A23D-49EB381E4EBD}.Release|Any CPU.Build.0 = Release|Any CPU
{B3526338-1437-41A6-A613-B5B1222D3BB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3526338-1437-41A6-A613-B5B1222D3BB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3526338-1437-41A6-A613-B5B1222D3BB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3526338-1437-41A6-A613-B5B1222D3BB4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D0D9CA6-3248-4AE2-A6FA-CEF4A6CDDB01}
EndGlobalSection
EndGlobal