This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBaelorNet.sln
43 lines (43 loc) · 2.16 KB
/
BaelorNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D9C27A0C-28FB-4AF4-92CB-2588CE413A5E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{22314D68-C2B2-4B70-8ED2-8A20FE3CE49C}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
global.json = global.json
test.cmd = test.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{654F19D0-1CFE-462C-A9B6-041CAAF63CD0}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "BaelorNet", "src\BaelorNet\BaelorNet.xproj", "{91697FE0-C77C-4142-B186-D1464337D656}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "BaelorNet.Tests", "test\BaelorNet.Tests\BaelorNet.Tests.xproj", "{71D58EF3-D251-4C19-B27C-49D7E5818589}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91697FE0-C77C-4142-B186-D1464337D656}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91697FE0-C77C-4142-B186-D1464337D656}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91697FE0-C77C-4142-B186-D1464337D656}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91697FE0-C77C-4142-B186-D1464337D656}.Release|Any CPU.Build.0 = Release|Any CPU
{71D58EF3-D251-4C19-B27C-49D7E5818589}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71D58EF3-D251-4C19-B27C-49D7E5818589}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71D58EF3-D251-4C19-B27C-49D7E5818589}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71D58EF3-D251-4C19-B27C-49D7E5818589}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{91697FE0-C77C-4142-B186-D1464337D656} = {D9C27A0C-28FB-4AF4-92CB-2588CE413A5E}
{71D58EF3-D251-4C19-B27C-49D7E5818589} = {654F19D0-1CFE-462C-A9B6-041CAAF63CD0}
EndGlobalSection
EndGlobal