-
Notifications
You must be signed in to change notification settings - Fork 1
/
SaferString.sln
62 lines (62 loc) · 3.46 KB
/
SaferString.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SaferString", "SaferString\SaferString.csproj", "{E278A905-2F45-4D94-B4D3-A91B4101A2C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SaferString.Tests", "SaferString.Tests\SaferString.Tests.csproj", "{D8E6C938-7782-445A-87B1-6613D5118E3E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B96E692-3159-49C7-88D9-5CE3D13BA3FA}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SaferString.NuGet", "SaferString.NuGet\SaferString.NuGet.csproj", "{0451BAEF-DF2E-4B98-8644-94EE9415E389}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".NuGetPack", ".NuGetPack", "{DF0FDE6D-BC35-4B18-82DA-F13EC1748B03}"
ProjectSection(SolutionItems) = preProject
.NuGetPack\NuGet.exe = .NuGetPack\NuGet.exe
.NuGetPack\NuGetPack.exe = .NuGetPack\NuGetPack.exe
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E278A905-2F45-4D94-B4D3-A91B4101A2C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E278A905-2F45-4D94-B4D3-A91B4101A2C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E278A905-2F45-4D94-B4D3-A91B4101A2C5}.Debug|x64.ActiveCfg = Debug|x64
{E278A905-2F45-4D94-B4D3-A91B4101A2C5}.Debug|x64.Build.0 = Debug|x64
{E278A905-2F45-4D94-B4D3-A91B4101A2C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E278A905-2F45-4D94-B4D3-A91B4101A2C5}.Release|Any CPU.Build.0 = Release|Any CPU
{E278A905-2F45-4D94-B4D3-A91B4101A2C5}.Release|x64.ActiveCfg = Release|x64
{E278A905-2F45-4D94-B4D3-A91B4101A2C5}.Release|x64.Build.0 = Release|x64
{D8E6C938-7782-445A-87B1-6613D5118E3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8E6C938-7782-445A-87B1-6613D5118E3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8E6C938-7782-445A-87B1-6613D5118E3E}.Debug|x64.ActiveCfg = Debug|Any CPU
{D8E6C938-7782-445A-87B1-6613D5118E3E}.Debug|x64.Build.0 = Debug|Any CPU
{D8E6C938-7782-445A-87B1-6613D5118E3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8E6C938-7782-445A-87B1-6613D5118E3E}.Release|Any CPU.Build.0 = Release|Any CPU
{D8E6C938-7782-445A-87B1-6613D5118E3E}.Release|x64.ActiveCfg = Release|Any CPU
{D8E6C938-7782-445A-87B1-6613D5118E3E}.Release|x64.Build.0 = Release|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Debug|x64.ActiveCfg = Debug|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Debug|x64.Build.0 = Debug|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Release|Any CPU.Build.0 = Release|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Release|x64.ActiveCfg = Release|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal