forked from elcattivo/CloudFlareUtilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCloudFlareUtilities.sln
47 lines (47 loc) · 2.65 KB
/
CloudFlareUtilities.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{35AE7C83-F762-4ACE-8F68-681095A06B6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudFlareUtilities", "CloudFlareUtilities\CloudFlareUtilities.csproj", "{0BF93B57-C09D-4B7A-A128-E79B7A8B6623}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudFlareUtilities.ClearanceExample", "CloudFlareUtilities.ClearanceExample\CloudFlareUtilities.ClearanceExample.csproj", "{C5E7BEFC-78DF-47A4-A0EA-CD728DEA772E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudFlareUtilities.Tests", "CloudFlareUtilities.Tests\CloudFlareUtilities.Tests.csproj", "{0F413149-149B-4F2D-BF43-112B761E7C66}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{92E6C09A-334C-4F74-9BDD-A6DB185A1F92}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BF93B57-C09D-4B7A-A128-E79B7A8B6623}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BF93B57-C09D-4B7A-A128-E79B7A8B6623}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BF93B57-C09D-4B7A-A128-E79B7A8B6623}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BF93B57-C09D-4B7A-A128-E79B7A8B6623}.Release|Any CPU.Build.0 = Release|Any CPU
{C5E7BEFC-78DF-47A4-A0EA-CD728DEA772E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5E7BEFC-78DF-47A4-A0EA-CD728DEA772E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5E7BEFC-78DF-47A4-A0EA-CD728DEA772E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5E7BEFC-78DF-47A4-A0EA-CD728DEA772E}.Release|Any CPU.Build.0 = Release|Any CPU
{0F413149-149B-4F2D-BF43-112B761E7C66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F413149-149B-4F2D-BF43-112B761E7C66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F413149-149B-4F2D-BF43-112B761E7C66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F413149-149B-4F2D-BF43-112B761E7C66}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C5E7BEFC-78DF-47A4-A0EA-CD728DEA772E} = {35AE7C83-F762-4ACE-8F68-681095A06B6F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F50DFBED-B229-4E39-93DE-82CC94A4A5AE}
EndGlobalSection
EndGlobal