forked from totpero/DeviceDetector.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DeviceDetector.NET.sln
57 lines (57 loc) · 3.48 KB
/
DeviceDetector.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeviceDetector.NET", "DeviceDetector.NET\DeviceDetector.NET.csproj", "{9D04EA3B-96FC-4B15-AA5E-8F6E6AD31E9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeviceDetector.NET.Tests", "DeviceDetector.NET.Tests\DeviceDetector.NET.Tests.csproj", "{24AF45AC-9BF3-46FB-85A3-2FA3C6EDB44A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeviceDetector.NET.Web", "DeviceDetector.NET.Web\DeviceDetector.NET.Web.csproj", "{1F1A33AF-57D9-48C8-B159-E5A50A8F2C77}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{999E1778-7E91-4F62-AD53-6BE530E59B7C}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeviceDetector.NET.RegexEngine.PCRE", "DeviceDetector.NET.RegexEngine.PCRE\DeviceDetector.NET.RegexEngine.PCRE.csproj", "{94B4F635-61AC-40E4-87CC-DDA4217A0999}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceDetector.NET.CacheBuilder", "DeviceDetector.Net.CacheBuilder\DeviceDetector.NET.CacheBuilder.csproj", "{E4DA874C-7C29-4D34-9C0E-103073AEE043}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D04EA3B-96FC-4B15-AA5E-8F6E6AD31E9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D04EA3B-96FC-4B15-AA5E-8F6E6AD31E9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D04EA3B-96FC-4B15-AA5E-8F6E6AD31E9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D04EA3B-96FC-4B15-AA5E-8F6E6AD31E9C}.Release|Any CPU.Build.0 = Release|Any CPU
{24AF45AC-9BF3-46FB-85A3-2FA3C6EDB44A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24AF45AC-9BF3-46FB-85A3-2FA3C6EDB44A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24AF45AC-9BF3-46FB-85A3-2FA3C6EDB44A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24AF45AC-9BF3-46FB-85A3-2FA3C6EDB44A}.Release|Any CPU.Build.0 = Release|Any CPU
{1F1A33AF-57D9-48C8-B159-E5A50A8F2C77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F1A33AF-57D9-48C8-B159-E5A50A8F2C77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F1A33AF-57D9-48C8-B159-E5A50A8F2C77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F1A33AF-57D9-48C8-B159-E5A50A8F2C77}.Release|Any CPU.Build.0 = Release|Any CPU
{94B4F635-61AC-40E4-87CC-DDA4217A0999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94B4F635-61AC-40E4-87CC-DDA4217A0999}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94B4F635-61AC-40E4-87CC-DDA4217A0999}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94B4F635-61AC-40E4-87CC-DDA4217A0999}.Release|Any CPU.Build.0 = Release|Any CPU
{E4DA874C-7C29-4D34-9C0E-103073AEE043}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4DA874C-7C29-4D34-9C0E-103073AEE043}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4DA874C-7C29-4D34-9C0E-103073AEE043}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4DA874C-7C29-4D34-9C0E-103073AEE043}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {88D253CD-9A5E-42A6-BBBA-3362F7D47DF2}
EndGlobalSection
EndGlobal