-
Notifications
You must be signed in to change notification settings - Fork 0
/
Aiursoft.NiBot.sln
53 lines (53 loc) · 3.22 KB
/
Aiursoft.NiBot.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 Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiursoft.NiBot", "src\Aiursoft.NiBot\Aiursoft.NiBot.csproj", "{8FEE1063-F750-43EE-8124-6A7A85BB3531}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C3378506-CFC5-4A6D-BF31-E34D2F49830A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{00C03649-1C34-421C-8399-2F6323C41E39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiursoft.NiBot.Tests", "tests\Aiursoft.NiBot.Tests\Aiursoft.NiBot.Tests.csproj", "{C4E0DD67-7F60-4EFB-8684-47A0EF8BEE4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aiursoft.NiBot.Dedup", "src\Aiursoft.NiBot.Dedup\Aiursoft.NiBot.Dedup.csproj", "{F4DCA6D7-0E4C-413F-846B-71A2899FFC52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aiursoft.NiBot.Core", "src\Aiursoft.NiBot.Core\Aiursoft.NiBot.Core.csproj", "{271FE981-424B-441A-BD2D-E0F66CE119CB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FEE1063-F750-43EE-8124-6A7A85BB3531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FEE1063-F750-43EE-8124-6A7A85BB3531}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FEE1063-F750-43EE-8124-6A7A85BB3531}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FEE1063-F750-43EE-8124-6A7A85BB3531}.Release|Any CPU.Build.0 = Release|Any CPU
{C4E0DD67-7F60-4EFB-8684-47A0EF8BEE4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4E0DD67-7F60-4EFB-8684-47A0EF8BEE4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4E0DD67-7F60-4EFB-8684-47A0EF8BEE4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4E0DD67-7F60-4EFB-8684-47A0EF8BEE4A}.Release|Any CPU.Build.0 = Release|Any CPU
{F4DCA6D7-0E4C-413F-846B-71A2899FFC52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4DCA6D7-0E4C-413F-846B-71A2899FFC52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4DCA6D7-0E4C-413F-846B-71A2899FFC52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4DCA6D7-0E4C-413F-846B-71A2899FFC52}.Release|Any CPU.Build.0 = Release|Any CPU
{271FE981-424B-441A-BD2D-E0F66CE119CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{271FE981-424B-441A-BD2D-E0F66CE119CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{271FE981-424B-441A-BD2D-E0F66CE119CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{271FE981-424B-441A-BD2D-E0F66CE119CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8FEE1063-F750-43EE-8124-6A7A85BB3531} = {C3378506-CFC5-4A6D-BF31-E34D2F49830A}
{C4E0DD67-7F60-4EFB-8684-47A0EF8BEE4A} = {00C03649-1C34-421C-8399-2F6323C41E39}
{F4DCA6D7-0E4C-413F-846B-71A2899FFC52} = {C3378506-CFC5-4A6D-BF31-E34D2F49830A}
{271FE981-424B-441A-BD2D-E0F66CE119CB} = {C3378506-CFC5-4A6D-BF31-E34D2F49830A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BAA83CF2-A10A-43F1-B402-562B894ACF5D}
EndGlobalSection
EndGlobal