-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathTheBear.sln
37 lines (37 loc) · 2.03 KB
/
TheBear.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 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheBear", "TheBear\TheBear.csproj", "{5845281E-4788-494B-864A-76BF2E3373AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheBear.Core", "TheBear.Core\TheBear.Core.csproj", "{5DA5F0EB-3D6B-44AE-A044-C4041D9FBF6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheBear.Pipeline", "TheBear.Pipeline\TheBear.Pipeline.csproj", "{9B8E707B-7F8E-4C89-8CC8-700FB9B04BAA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5845281E-4788-494B-864A-76BF2E3373AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5845281E-4788-494B-864A-76BF2E3373AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5845281E-4788-494B-864A-76BF2E3373AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5845281E-4788-494B-864A-76BF2E3373AE}.Release|Any CPU.Build.0 = Release|Any CPU
{5DA5F0EB-3D6B-44AE-A044-C4041D9FBF6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DA5F0EB-3D6B-44AE-A044-C4041D9FBF6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DA5F0EB-3D6B-44AE-A044-C4041D9FBF6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DA5F0EB-3D6B-44AE-A044-C4041D9FBF6C}.Release|Any CPU.Build.0 = Release|Any CPU
{9B8E707B-7F8E-4C89-8CC8-700FB9B04BAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B8E707B-7F8E-4C89-8CC8-700FB9B04BAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B8E707B-7F8E-4C89-8CC8-700FB9B04BAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B8E707B-7F8E-4C89-8CC8-700FB9B04BAA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8A29BF5-629A-4702-BC2F-CF68127584AF}
EndGlobalSection
EndGlobal