-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathu2fhost.sln
35 lines (35 loc) · 1.7 KB
/
u2fhost.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "u2fhost", "u2fhost\u2fhost.csproj", "{F28D70D6-4109-4F8B-8303-6F253AB7E436}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "u2fhost.console", "u2fhost.console\u2fhost.console.csproj", "{268080A7-5957-4498-AB25-80CF28D68378}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7558A8E4-6AD7-4BDF-BDC9-2A01DB88537B}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
u2fhost.nuspec = u2fhost.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F28D70D6-4109-4F8B-8303-6F253AB7E436}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F28D70D6-4109-4F8B-8303-6F253AB7E436}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F28D70D6-4109-4F8B-8303-6F253AB7E436}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F28D70D6-4109-4F8B-8303-6F253AB7E436}.Release|Any CPU.Build.0 = Release|Any CPU
{268080A7-5957-4498-AB25-80CF28D68378}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{268080A7-5957-4498-AB25-80CF28D68378}.Debug|Any CPU.Build.0 = Debug|Any CPU
{268080A7-5957-4498-AB25-80CF28D68378}.Release|Any CPU.ActiveCfg = Release|Any CPU
{268080A7-5957-4498-AB25-80CF28D68378}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal