-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBobCore.sln
30 lines (30 loc) · 1.5 KB
/
BobCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BobDeathmic", "BobDeathmic\BobDeathmic.csproj", "{B3E68F4B-D856-4F3A-A7BD-60EFCBADC0DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BobDeathmic.Tests", "BobDeathmic.Tests\BobDeathmic.Tests.csproj", "{BBE490AF-AD3F-4EB4-9C91-388B1F145282}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3E68F4B-D856-4F3A-A7BD-60EFCBADC0DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3E68F4B-D856-4F3A-A7BD-60EFCBADC0DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3E68F4B-D856-4F3A-A7BD-60EFCBADC0DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3E68F4B-D856-4F3A-A7BD-60EFCBADC0DC}.Release|Any CPU.Build.0 = Release|Any CPU
{BBE490AF-AD3F-4EB4-9C91-388B1F145282}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBE490AF-AD3F-4EB4-9C91-388B1F145282}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBE490AF-AD3F-4EB4-9C91-388B1F145282}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF9A10AA-5CC8-4048-8134-489FAA90A206}
EndGlobalSection
EndGlobal