-
Notifications
You must be signed in to change notification settings - Fork 1
/
Empiria.Core.sln
36 lines (36 loc) · 1.99 KB
/
Empiria.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Empiria.Core", "Core\Empiria.Core.csproj", "{DD07A1B4-BF26-4E55-873D-CB2FE55D629B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Empiria.Core.Tests", "Core.Tests\Empiria.Core.Tests.csproj", "{9C053472-F33E-4BDB-BBEA-3D20DF361316}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Multisolutions|Any CPU = Multisolutions|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD07A1B4-BF26-4E55-873D-CB2FE55D629B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD07A1B4-BF26-4E55-873D-CB2FE55D629B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD07A1B4-BF26-4E55-873D-CB2FE55D629B}.Multisolutions|Any CPU.ActiveCfg = Multisolutions|Any CPU
{DD07A1B4-BF26-4E55-873D-CB2FE55D629B}.Multisolutions|Any CPU.Build.0 = Multisolutions|Any CPU
{DD07A1B4-BF26-4E55-873D-CB2FE55D629B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD07A1B4-BF26-4E55-873D-CB2FE55D629B}.Release|Any CPU.Build.0 = Release|Any CPU
{9C053472-F33E-4BDB-BBEA-3D20DF361316}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C053472-F33E-4BDB-BBEA-3D20DF361316}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C053472-F33E-4BDB-BBEA-3D20DF361316}.Multisolutions|Any CPU.ActiveCfg = Multisolutions|Any CPU
{9C053472-F33E-4BDB-BBEA-3D20DF361316}.Multisolutions|Any CPU.Build.0 = Multisolutions|Any CPU
{9C053472-F33E-4BDB-BBEA-3D20DF361316}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C053472-F33E-4BDB-BBEA-3D20DF361316}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {11CCADA4-C9DB-4328-AAE3-FC86C06A349C}
EndGlobalSection
EndGlobal