forked from ArangoDB-Community/arangodb-net-standard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
arangodb-net-standard.sln
31 lines (31 loc) · 1.62 KB
/
arangodb-net-standard.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArangoDBNetStandard", "arangodb-net-standard\ArangoDBNetStandard.csproj", "{A46089A1-FF27-4C00-AAF4-134ACF6E8FB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArangoDBNetStandardTest", "arangodb-net-standard.Test\ArangoDBNetStandardTest.csproj", "{70184444-F45A-4357-84BE-1AA5F6E8344E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A46089A1-FF27-4C00-AAF4-134ACF6E8FB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A46089A1-FF27-4C00-AAF4-134ACF6E8FB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A46089A1-FF27-4C00-AAF4-134ACF6E8FB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A46089A1-FF27-4C00-AAF4-134ACF6E8FB2}.Release|Any CPU.Build.0 = Release|Any CPU
{70184444-F45A-4357-84BE-1AA5F6E8344E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70184444-F45A-4357-84BE-1AA5F6E8344E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70184444-F45A-4357-84BE-1AA5F6E8344E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70184444-F45A-4357-84BE-1AA5F6E8344E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {372F4FE3-7226-4A25-920F-43E06A2DE205}
EndGlobalSection
EndGlobal