-
Notifications
You must be signed in to change notification settings - Fork 2
/
GeoblockingMiddleware.sln
37 lines (37 loc) · 2.22 KB
/
GeoblockingMiddleware.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 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "GeoblockingMiddleware", "src\GeoblockingMiddleware\GeoblockingMiddleware.fsproj", "{0AC1014E-B6C5-4B5B-A1BF-68CC0889EC71}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "GeoblockingMiddleware.Tests", "src\GeoblockingMiddleware.Tests\GeoblockingMiddleware.Tests.fsproj", "{BAF74CB6-8536-4727-83D0-0DBC5ACD6097}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "GeoblockingMiddlewareFrameworkTest", "src\GeoblockingMiddleware.FrameworkTest\GeoblockingMiddlewareFrameworkTest.fsproj", "{67B5747B-200D-4E57-8E46-9810C3607077}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0AC1014E-B6C5-4B5B-A1BF-68CC0889EC71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AC1014E-B6C5-4B5B-A1BF-68CC0889EC71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AC1014E-B6C5-4B5B-A1BF-68CC0889EC71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AC1014E-B6C5-4B5B-A1BF-68CC0889EC71}.Release|Any CPU.Build.0 = Release|Any CPU
{BAF74CB6-8536-4727-83D0-0DBC5ACD6097}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAF74CB6-8536-4727-83D0-0DBC5ACD6097}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAF74CB6-8536-4727-83D0-0DBC5ACD6097}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAF74CB6-8536-4727-83D0-0DBC5ACD6097}.Release|Any CPU.Build.0 = Release|Any CPU
{67B5747B-200D-4E57-8E46-9810C3607077}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67B5747B-200D-4E57-8E46-9810C3607077}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67B5747B-200D-4E57-8E46-9810C3607077}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67B5747B-200D-4E57-8E46-9810C3607077}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {274579CD-0A3B-4588-BF7B-417C8264483E}
EndGlobalSection
EndGlobal