forked from Sbou/Casbin.NET-Redis-Watcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCasbin.NET.Watcher.Redis.sln
36 lines (36 loc) · 2.04 KB
/
Casbin.NET.Watcher.Redis.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Casbin.NET.Watcher.Redis", "Casbin.NET.Watcher.Redis\Casbin.NET.Watcher.Redis.csproj", "{B2D14079-0353-4B04-9BD1-25727EDE2FE0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Casbin.NET.Watcher.Redis.UnitTests", "Casbin.NET.Watcher.Redis.UnitTests\Casbin.NET.Watcher.Redis.UnitTests.csproj", "{E2E0B408-2DCA-45E3-87C6-7E247127949F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
TrueRedis|Any CPU = TrueRedis|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2D14079-0353-4B04-9BD1-25727EDE2FE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2D14079-0353-4B04-9BD1-25727EDE2FE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2D14079-0353-4B04-9BD1-25727EDE2FE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2D14079-0353-4B04-9BD1-25727EDE2FE0}.Release|Any CPU.Build.0 = Release|Any CPU
{B2D14079-0353-4B04-9BD1-25727EDE2FE0}.TrueRedis|Any CPU.ActiveCfg = TrueRedis|Any CPU
{B2D14079-0353-4B04-9BD1-25727EDE2FE0}.TrueRedis|Any CPU.Build.0 = TrueRedis|Any CPU
{E2E0B408-2DCA-45E3-87C6-7E247127949F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2E0B408-2DCA-45E3-87C6-7E247127949F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2E0B408-2DCA-45E3-87C6-7E247127949F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2E0B408-2DCA-45E3-87C6-7E247127949F}.Release|Any CPU.Build.0 = Release|Any CPU
{E2E0B408-2DCA-45E3-87C6-7E247127949F}.TrueRedis|Any CPU.ActiveCfg = TrueRedis|Any CPU
{E2E0B408-2DCA-45E3-87C6-7E247127949F}.TrueRedis|Any CPU.Build.0 = TrueRedis|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC2729D3-DD80-4A8E-A966-48944FFD4E88}
EndGlobalSection
EndGlobal