forked from AlexandrSitdikov/monetdb-mapi-net
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMonetDb.Mapi.sln
More file actions
31 lines (31 loc) · 1.58 KB
/
MonetDb.Mapi.sln
File metadata and controls
31 lines (31 loc) · 1.58 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonetDb.Mapi", "MonetDb.Mapi\MonetDb.Mapi.csproj", "{6604AE8F-58BD-4535-B545-FD531A9813DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{2341FBB4-0F47-41C7-AA60-6EA2BFFAD36D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6604AE8F-58BD-4535-B545-FD531A9813DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6604AE8F-58BD-4535-B545-FD531A9813DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6604AE8F-58BD-4535-B545-FD531A9813DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6604AE8F-58BD-4535-B545-FD531A9813DC}.Release|Any CPU.Build.0 = Release|Any CPU
{2341FBB4-0F47-41C7-AA60-6EA2BFFAD36D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2341FBB4-0F47-41C7-AA60-6EA2BFFAD36D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2341FBB4-0F47-41C7-AA60-6EA2BFFAD36D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2341FBB4-0F47-41C7-AA60-6EA2BFFAD36D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93094C20-3B02-4D01-A653-A8C1834E64D7}
EndGlobalSection
EndGlobal