-
Notifications
You must be signed in to change notification settings - Fork 105
/
UAParser.sln
53 lines (53 loc) · 2.67 KB
/
UAParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UAParser.ConsoleApp", "UAParser.ConsoleApp\UAParser.ConsoleApp.csproj", "{280CF383-6A6E-487B-9D25-281C98F3A7C8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Items", "Items", "{AB82C54B-9D7F-4FD6-B3F3-05589F11E4C2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
build.bat = build.bat
build.proj = build.proj
PublicKey.snk = PublicKey.snk
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{5C3BCDB7-71FF-46A2-8096-ECB821509915}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UAParser", "UAParser\UAParser.csproj", "{12CB7D5C-E7A6-4B7F-BA64-D12D96F81E79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UAParser.Tests", "UAParser.Tests\UAParser.Tests.csproj", "{754416BE-F962-4898-832A-739B0EF6C3CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{280CF383-6A6E-487B-9D25-281C98F3A7C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{280CF383-6A6E-487B-9D25-281C98F3A7C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{280CF383-6A6E-487B-9D25-281C98F3A7C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{280CF383-6A6E-487B-9D25-281C98F3A7C8}.Release|Any CPU.Build.0 = Release|Any CPU
{12CB7D5C-E7A6-4B7F-BA64-D12D96F81E79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12CB7D5C-E7A6-4B7F-BA64-D12D96F81E79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12CB7D5C-E7A6-4B7F-BA64-D12D96F81E79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12CB7D5C-E7A6-4B7F-BA64-D12D96F81E79}.Release|Any CPU.Build.0 = Release|Any CPU
{754416BE-F962-4898-832A-739B0EF6C3CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{754416BE-F962-4898-832A-739B0EF6C3CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{754416BE-F962-4898-832A-739B0EF6C3CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{754416BE-F962-4898-832A-739B0EF6C3CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4866C3A1-F0D3-4C9E-A56A-D957C5AF43A0}
EndGlobalSection
EndGlobal