This repository has been archived by the owner on Feb 16, 2019. It is now read-only.
forked from pihi/stringprep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
StringPrep.sln
42 lines (42 loc) · 2.69 KB
/
StringPrep.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringPrep.Core", "StringPrep.Core\StringPrep.Core.csproj", "{D46FE4EE-E013-4DDB-A6B0-1E0DD10D3772}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4B0CB24E-DCC3-4694-BBF0-C9F8CBEB9989}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringPrep.Core.Tests", "StringPrep.Core.Tests\StringPrep.Core.Tests.csproj", "{7F76E3CB-DBB0-4A81-BB7F-B25DAD6249FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringPrep.Profile.SaslPrep", "StringPrep.Profile.SaslPrep\StringPrep.Profile.SaslPrep.csproj", "{56A59A9E-A005-4B39-B2A1-9F2BDAE54AA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringPrep.Profile.SaslPrep.Test", "StringPrep.Profile.SaslPrep.Test\StringPrep.Profile.SaslPrep.Test.csproj", "{DD308704-9EB2-4E26-9E43-48196B4719D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D46FE4EE-E013-4DDB-A6B0-1E0DD10D3772}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D46FE4EE-E013-4DDB-A6B0-1E0DD10D3772}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D46FE4EE-E013-4DDB-A6B0-1E0DD10D3772}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D46FE4EE-E013-4DDB-A6B0-1E0DD10D3772}.Release|Any CPU.Build.0 = Release|Any CPU
{7F76E3CB-DBB0-4A81-BB7F-B25DAD6249FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F76E3CB-DBB0-4A81-BB7F-B25DAD6249FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F76E3CB-DBB0-4A81-BB7F-B25DAD6249FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F76E3CB-DBB0-4A81-BB7F-B25DAD6249FD}.Release|Any CPU.Build.0 = Release|Any CPU
{56A59A9E-A005-4B39-B2A1-9F2BDAE54AA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56A59A9E-A005-4B39-B2A1-9F2BDAE54AA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56A59A9E-A005-4B39-B2A1-9F2BDAE54AA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56A59A9E-A005-4B39-B2A1-9F2BDAE54AA9}.Release|Any CPU.Build.0 = Release|Any CPU
{DD308704-9EB2-4E26-9E43-48196B4719D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD308704-9EB2-4E26-9E43-48196B4719D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD308704-9EB2-4E26-9E43-48196B4719D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD308704-9EB2-4E26-9E43-48196B4719D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal