-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathClaimsTransformation.sln
37 lines (37 loc) · 2.2 KB
/
ClaimsTransformation.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 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClaimsTransformation.Engine", "ClaimsTransformation.Engine\ClaimsTransformation.Engine.csproj", "{C3BFE867-BAA1-4C1A-AF2A-A8A8AD300202}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClaimsTransformation.Language", "ClaimsTransformation.Language\ClaimsTransformation.Language.csproj", "{820BA22D-14D6-4786-A49B-8A6DA4BF1039}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClaimsTransformation.Tests", "ClaimsTransformation.Tests\ClaimsTransformation.Tests.csproj", "{29B2CD1F-96ED-4D27-805B-1752456799E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3BFE867-BAA1-4C1A-AF2A-A8A8AD300202}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3BFE867-BAA1-4C1A-AF2A-A8A8AD300202}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3BFE867-BAA1-4C1A-AF2A-A8A8AD300202}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3BFE867-BAA1-4C1A-AF2A-A8A8AD300202}.Release|Any CPU.Build.0 = Release|Any CPU
{820BA22D-14D6-4786-A49B-8A6DA4BF1039}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{820BA22D-14D6-4786-A49B-8A6DA4BF1039}.Debug|Any CPU.Build.0 = Debug|Any CPU
{820BA22D-14D6-4786-A49B-8A6DA4BF1039}.Release|Any CPU.ActiveCfg = Release|Any CPU
{820BA22D-14D6-4786-A49B-8A6DA4BF1039}.Release|Any CPU.Build.0 = Release|Any CPU
{29B2CD1F-96ED-4D27-805B-1752456799E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29B2CD1F-96ED-4D27-805B-1752456799E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29B2CD1F-96ED-4D27-805B-1752456799E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29B2CD1F-96ED-4D27-805B-1752456799E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14F5A8BD-CD26-4766-A113-6E032AEC60D0}
EndGlobalSection
EndGlobal