-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBriefingCom.sln
More file actions
43 lines (43 loc) · 2.57 KB
/
Copy pathBriefingCom.sln
File metadata and controls
43 lines (43 loc) · 2.57 KB
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 Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BriefingCom.UI", "BriefingCom.UI\BriefingCom.UI.csproj", "{72881CC6-450C-4589-99FC-0CEDB8FE2D1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BriefingCom.Server", "BriefingCom.Server\BriefingCom.Server.csproj", "{2A2A9A07-470C-403E-BEF6-A3796C37CB35}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BriefingCom.Logic", "BriefingCom.Logic\BriefingCom.Logic.csproj", "{2C4232C1-A9FE-43C2-9EC6-E184A612E3ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BriefingCom.Testing", "BriefingCom.Testing\BriefingCom.Testing.csproj", "{00C319EA-EC91-4909-97B3-CBA92B1AA841}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72881CC6-450C-4589-99FC-0CEDB8FE2D1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72881CC6-450C-4589-99FC-0CEDB8FE2D1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72881CC6-450C-4589-99FC-0CEDB8FE2D1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72881CC6-450C-4589-99FC-0CEDB8FE2D1A}.Release|Any CPU.Build.0 = Release|Any CPU
{2A2A9A07-470C-403E-BEF6-A3796C37CB35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A2A9A07-470C-403E-BEF6-A3796C37CB35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A2A9A07-470C-403E-BEF6-A3796C37CB35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A2A9A07-470C-403E-BEF6-A3796C37CB35}.Release|Any CPU.Build.0 = Release|Any CPU
{2C4232C1-A9FE-43C2-9EC6-E184A612E3ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C4232C1-A9FE-43C2-9EC6-E184A612E3ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C4232C1-A9FE-43C2-9EC6-E184A612E3ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C4232C1-A9FE-43C2-9EC6-E184A612E3ED}.Release|Any CPU.Build.0 = Release|Any CPU
{00C319EA-EC91-4909-97B3-CBA92B1AA841}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00C319EA-EC91-4909-97B3-CBA92B1AA841}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00C319EA-EC91-4909-97B3-CBA92B1AA841}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00C319EA-EC91-4909-97B3-CBA92B1AA841}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8C0B49E2-628E-4138-95BE-1842729FAB75}
EndGlobalSection
EndGlobal