-
Notifications
You must be signed in to change notification settings - Fork 5
/
XiaoFeng.Ofd.sln
49 lines (49 loc) · 2.96 KB
/
XiaoFeng.Ofd.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34601.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XiaoFeng.Ofd", "XiaoFeng.Ofd.csproj", "{DEABF5F9-67D7-4B98-9E8F-EDDD2CD94F92}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XiaoFeng", "..\XiaoFeng\XiaoFeng.csproj", "{E669A3B3-BD15-49E8-B43C-9B4E33D5F2C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestOfd", "..\Test\TestOfd\TestOfd.csproj", "{B1FD0667-02E8-4628-8E5F-01F7206B778E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XiaoFeng.Mvc", "..\XiaoFeng.Mvc\XiaoFeng.Mvc.csproj", "{F610F011-5403-4EB3-BE4A-E7FBBC92599D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XiaoFeng.Mqtt", "..\XiaoFeng.Mqtt\XiaoFeng.Mqtt.csproj", "{48613C72-6833-43FB-89B0-513922D6FA65}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DEABF5F9-67D7-4B98-9E8F-EDDD2CD94F92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEABF5F9-67D7-4B98-9E8F-EDDD2CD94F92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEABF5F9-67D7-4B98-9E8F-EDDD2CD94F92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEABF5F9-67D7-4B98-9E8F-EDDD2CD94F92}.Release|Any CPU.Build.0 = Release|Any CPU
{E669A3B3-BD15-49E8-B43C-9B4E33D5F2C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E669A3B3-BD15-49E8-B43C-9B4E33D5F2C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E669A3B3-BD15-49E8-B43C-9B4E33D5F2C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E669A3B3-BD15-49E8-B43C-9B4E33D5F2C1}.Release|Any CPU.Build.0 = Release|Any CPU
{B1FD0667-02E8-4628-8E5F-01F7206B778E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1FD0667-02E8-4628-8E5F-01F7206B778E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1FD0667-02E8-4628-8E5F-01F7206B778E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1FD0667-02E8-4628-8E5F-01F7206B778E}.Release|Any CPU.Build.0 = Release|Any CPU
{F610F011-5403-4EB3-BE4A-E7FBBC92599D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F610F011-5403-4EB3-BE4A-E7FBBC92599D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F610F011-5403-4EB3-BE4A-E7FBBC92599D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F610F011-5403-4EB3-BE4A-E7FBBC92599D}.Release|Any CPU.Build.0 = Release|Any CPU
{48613C72-6833-43FB-89B0-513922D6FA65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48613C72-6833-43FB-89B0-513922D6FA65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48613C72-6833-43FB-89B0-513922D6FA65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48613C72-6833-43FB-89B0-513922D6FA65}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {001FEE03-D578-45B6-8EFA-97C3FB8E45AB}
EndGlobalSection
EndGlobal