-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathSendsafelyAPI.sln
More file actions
34 lines (34 loc) · 1.78 KB
/
SendsafelyAPI.sln
File metadata and controls
34 lines (34 loc) · 1.78 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SendsafelyAPI", "SendsafelyAPI\SendsafelyAPI.csproj", "{9BDEB9EC-7B8C-44DD-A3A1-9EF4F2B2499E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9BDEB9EC-7B8C-44DD-A3A1-9EF4F2B2499E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BDEB9EC-7B8C-44DD-A3A1-9EF4F2B2499E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BDEB9EC-7B8C-44DD-A3A1-9EF4F2B2499E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9BDEB9EC-7B8C-44DD-A3A1-9EF4F2B2499E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9BDEB9EC-7B8C-44DD-A3A1-9EF4F2B2499E}.Debug|x86.ActiveCfg = Debug|Any CPU
{9BDEB9EC-7B8C-44DD-A3A1-9EF4F2B2499E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BDEB9EC-7B8C-44DD-A3A1-9EF4F2B2499E}.Release|Any CPU.Build.0 = Release|Any CPU
{9BDEB9EC-7B8C-44DD-A3A1-9EF4F2B2499E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9BDEB9EC-7B8C-44DD-A3A1-9EF4F2B2499E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9BDEB9EC-7B8C-44DD-A3A1-9EF4F2B2499E}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09580AB2-B0CC-44BF-9DB0-22677C6E80F1}
EndGlobalSection
EndGlobal