-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBunny.NET.sln
37 lines (37 loc) · 2.01 KB
/
Bunny.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bunny.NET", "Bunny.NET\Bunny.NET.csproj", "{6A8174B2-9687-45B5-BFE6-C6A0D3316605}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "Demo\Demo.csproj", "{41702B77-2C91-4B32-96F9-ABAA2B84B64A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bunny.NET.Tests", "Bunny.NET.Tests\Bunny.NET.Tests.csproj", "{314BFEF9-4EB3-4D04-8DDE-11306C84F8E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A8174B2-9687-45B5-BFE6-C6A0D3316605}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A8174B2-9687-45B5-BFE6-C6A0D3316605}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A8174B2-9687-45B5-BFE6-C6A0D3316605}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A8174B2-9687-45B5-BFE6-C6A0D3316605}.Release|Any CPU.Build.0 = Release|Any CPU
{41702B77-2C91-4B32-96F9-ABAA2B84B64A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41702B77-2C91-4B32-96F9-ABAA2B84B64A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41702B77-2C91-4B32-96F9-ABAA2B84B64A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41702B77-2C91-4B32-96F9-ABAA2B84B64A}.Release|Any CPU.Build.0 = Release|Any CPU
{314BFEF9-4EB3-4D04-8DDE-11306C84F8E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{314BFEF9-4EB3-4D04-8DDE-11306C84F8E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{314BFEF9-4EB3-4D04-8DDE-11306C84F8E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{314BFEF9-4EB3-4D04-8DDE-11306C84F8E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {398111CD-114A-4F57-9D07-82491037C08C}
EndGlobalSection
EndGlobal