-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathARLiteNET.sln
More file actions
43 lines (43 loc) · 2.6 KB
/
ARLiteNET.sln
File metadata and controls
43 lines (43 loc) · 2.6 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ARLiteNET", "ARLiteNET\ARLiteNET.csproj", "{4A0C97C3-5D64-4B9E-A4EC-0277BD28433D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ARLiteNET.Unit.Tests", "ARLiteNET.Unit.Tests\ARLiteNET.Unit.Tests.csproj", "{84656FAF-EAA9-4024-A21C-153461A5C295}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ARLiteNET.SQLite", "ARLiteNET.SQLite\ARLiteNET.SQLite.csproj", "{4079AC44-37A4-4791-A38B-55EAE4383CED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ARLiteNET.SQLite.Integration.Tests", "ARLiteNET.SQLite.Integration.Tests\ARLiteNET.SQLite.Integration.Tests.csproj", "{FFDB952A-BFFD-4E3E-A8F7-50F7D0E1DB46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A0C97C3-5D64-4B9E-A4EC-0277BD28433D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A0C97C3-5D64-4B9E-A4EC-0277BD28433D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A0C97C3-5D64-4B9E-A4EC-0277BD28433D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A0C97C3-5D64-4B9E-A4EC-0277BD28433D}.Release|Any CPU.Build.0 = Release|Any CPU
{84656FAF-EAA9-4024-A21C-153461A5C295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84656FAF-EAA9-4024-A21C-153461A5C295}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84656FAF-EAA9-4024-A21C-153461A5C295}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84656FAF-EAA9-4024-A21C-153461A5C295}.Release|Any CPU.Build.0 = Release|Any CPU
{4079AC44-37A4-4791-A38B-55EAE4383CED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4079AC44-37A4-4791-A38B-55EAE4383CED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4079AC44-37A4-4791-A38B-55EAE4383CED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4079AC44-37A4-4791-A38B-55EAE4383CED}.Release|Any CPU.Build.0 = Release|Any CPU
{FFDB952A-BFFD-4E3E-A8F7-50F7D0E1DB46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFDB952A-BFFD-4E3E-A8F7-50F7D0E1DB46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFDB952A-BFFD-4E3E-A8F7-50F7D0E1DB46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFDB952A-BFFD-4E3E-A8F7-50F7D0E1DB46}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC0EDD94-D849-4A35-B969-8312E61F5DF0}
EndGlobalSection
EndGlobal