forked from karelkral/dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrechtbaekelandt.sln
43 lines (43 loc) · 2.75 KB
/
brechtbaekelandt.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "brechtbaekelandt.ldap", "brechtbaekelandt.ldap\brechtbaekelandt.ldap.csproj", "{48A17624-DE75-4826-A7C1-BA04142AF19C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "brechtbaekelandt.reCaptcha", "brechtbaekelandt.reCaptcha\brechtbaekelandt.reCaptcha.csproj", "{BCAFC10E-0F18-481B-8BF9-1416395B50BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "brechtbaekelandt.removeDiactritics", "brechtbaekelandt.removeDiacritics\brechtbaekelandt.removeDiactritics.csproj", "{1BECB7A1-66FC-44BB-A67A-86C5FBA985B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "brechtbaekelandt.enableODataQueryOnComputedProperties", "brechtbaekelandt.enableODataQueryOnComputedProperties\brechtbaekelandt.enableODataQueryOnComputedProperties.csproj", "{72D11513-CAEB-4556-9539-526F4CAC36C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{48A17624-DE75-4826-A7C1-BA04142AF19C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48A17624-DE75-4826-A7C1-BA04142AF19C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48A17624-DE75-4826-A7C1-BA04142AF19C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48A17624-DE75-4826-A7C1-BA04142AF19C}.Release|Any CPU.Build.0 = Release|Any CPU
{BCAFC10E-0F18-481B-8BF9-1416395B50BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCAFC10E-0F18-481B-8BF9-1416395B50BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCAFC10E-0F18-481B-8BF9-1416395B50BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCAFC10E-0F18-481B-8BF9-1416395B50BF}.Release|Any CPU.Build.0 = Release|Any CPU
{1BECB7A1-66FC-44BB-A67A-86C5FBA985B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BECB7A1-66FC-44BB-A67A-86C5FBA985B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BECB7A1-66FC-44BB-A67A-86C5FBA985B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BECB7A1-66FC-44BB-A67A-86C5FBA985B0}.Release|Any CPU.Build.0 = Release|Any CPU
{72D11513-CAEB-4556-9539-526F4CAC36C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72D11513-CAEB-4556-9539-526F4CAC36C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72D11513-CAEB-4556-9539-526F4CAC36C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72D11513-CAEB-4556-9539-526F4CAC36C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3701A3D6-A129-491A-AF6B-7B32B98DFC9C}
EndGlobalSection
EndGlobal