-
Notifications
You must be signed in to change notification settings - Fork 11
/
UniFiSharp.sln
40 lines (40 loc) · 2.03 KB
/
UniFiSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31710.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniFiSharp", "UniFiSharp\UniFiSharp.csproj", "{3D81DE3B-4058-41A2-B5C5-A58ADF85668D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B4270B0-A3C6-426E-B7B2-7C0C5F9325DA}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
UniFiSharp\UniFiSharpLogo.ico = UniFiSharp\UniFiSharpLogo.ico
UniFiSharp\UniFiSharpLogo.pdn = UniFiSharp\UniFiSharpLogo.pdn
UniFiSharp\UniFiSharpLogo.png = UniFiSharp\UniFiSharpLogo.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniFiSharp.CLI", "UniFiSharp.CLI\UniFiSharp.CLI.csproj", "{B709D920-2F0A-42C2-B731-E9E00D27485A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D81DE3B-4058-41A2-B5C5-A58ADF85668D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D81DE3B-4058-41A2-B5C5-A58ADF85668D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D81DE3B-4058-41A2-B5C5-A58ADF85668D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D81DE3B-4058-41A2-B5C5-A58ADF85668D}.Release|Any CPU.Build.0 = Release|Any CPU
{B709D920-2F0A-42C2-B731-E9E00D27485A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B709D920-2F0A-42C2-B731-E9E00D27485A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B709D920-2F0A-42C2-B731-E9E00D27485A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B709D920-2F0A-42C2-B731-E9E00D27485A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7CB25D5C-B0E6-4079-B07D-C29D5B391CF0}
EndGlobalSection
EndGlobal