-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathYuxi.SharedKernel.sln
More file actions
37 lines (37 loc) · 2.15 KB
/
Yuxi.SharedKernel.sln
File metadata and controls
37 lines (37 loc) · 2.15 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yuxi.SharedKernel.Specification", "Yuxi.SharedKernel.Specification\Yuxi.SharedKernel.Specification.csproj", "{57D38CFE-F0EB-4F5A-BA78-BD3E4A84CC5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yuxi.SharedKernel.Data", "Yuxi.SharedKernel.Data\Yuxi.SharedKernel.Data.csproj", "{F83E7A95-05AC-4EC0-9AAD-BD19A5785E76}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yuxi.SharedKernel.Storage", "Yuxi.SharedKernel.Storage\Yuxi.SharedKernel.Storage.csproj", "{642718DA-8548-40C7-9177-4E4C7AB06BE6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57D38CFE-F0EB-4F5A-BA78-BD3E4A84CC5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57D38CFE-F0EB-4F5A-BA78-BD3E4A84CC5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57D38CFE-F0EB-4F5A-BA78-BD3E4A84CC5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57D38CFE-F0EB-4F5A-BA78-BD3E4A84CC5F}.Release|Any CPU.Build.0 = Release|Any CPU
{F83E7A95-05AC-4EC0-9AAD-BD19A5785E76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F83E7A95-05AC-4EC0-9AAD-BD19A5785E76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F83E7A95-05AC-4EC0-9AAD-BD19A5785E76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F83E7A95-05AC-4EC0-9AAD-BD19A5785E76}.Release|Any CPU.Build.0 = Release|Any CPU
{642718DA-8548-40C7-9177-4E4C7AB06BE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{642718DA-8548-40C7-9177-4E4C7AB06BE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{642718DA-8548-40C7-9177-4E4C7AB06BE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{642718DA-8548-40C7-9177-4E4C7AB06BE6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF5127C1-DF8D-4CE0-B0D9-5E2D85162B1D}
EndGlobalSection
EndGlobal