-
Notifications
You must be signed in to change notification settings - Fork 2
/
bisharp.sln
38 lines (38 loc) · 1.91 KB
/
bisharp.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
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}") = "BISharp", "src\BISharp\BISharp.csproj", "{0CC49747-5111-42FC-8A13-E4E68B95A8E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{3F5ACE01-D2E8-4563-A0C8-A7AFCD1BF881}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D3E4DE3E-47EE-4D6E-A1F2-A3EAA684DA94}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BISharp.Tests", "tests\BISharp.Tests\BISharp.Tests.csproj", "{C4248E20-DCC8-4C20-AE0F-06DAD818AB11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CC49747-5111-42FC-8A13-E4E68B95A8E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CC49747-5111-42FC-8A13-E4E68B95A8E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CC49747-5111-42FC-8A13-E4E68B95A8E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CC49747-5111-42FC-8A13-E4E68B95A8E3}.Release|Any CPU.Build.0 = Release|Any CPU
{C4248E20-DCC8-4C20-AE0F-06DAD818AB11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4248E20-DCC8-4C20-AE0F-06DAD818AB11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4248E20-DCC8-4C20-AE0F-06DAD818AB11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4248E20-DCC8-4C20-AE0F-06DAD818AB11}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C4248E20-DCC8-4C20-AE0F-06DAD818AB11} = {D3E4DE3E-47EE-4D6E-A1F2-A3EAA684DA94}
EndGlobalSection
EndGlobal