-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathASoft.CQRS.Common.sln
41 lines (41 loc) · 2.21 KB
/
ASoft.CQRS.Common.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
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASoft", "ASoft\ASoft.csproj", "{87C9DB3A-94BB-4B3B-9E09-1C3647943670}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASoft.Ext", "ASoft.Ext\ASoft.Ext.csproj", "{F2AC5973-9C8C-4C4E-9AAC-D0F381137EBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASoft.Services.Common", "ASoft.Services.Common\ASoft.Services.Common.csproj", "{D79ED6F1-1F9B-428B-9D94-BB592E6CB03C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6328ECD1-5C4E-4203-AD56-51EE13029579}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87C9DB3A-94BB-4B3B-9E09-1C3647943670}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87C9DB3A-94BB-4B3B-9E09-1C3647943670}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87C9DB3A-94BB-4B3B-9E09-1C3647943670}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87C9DB3A-94BB-4B3B-9E09-1C3647943670}.Release|Any CPU.Build.0 = Release|Any CPU
{F2AC5973-9C8C-4C4E-9AAC-D0F381137EBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2AC5973-9C8C-4C4E-9AAC-D0F381137EBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2AC5973-9C8C-4C4E-9AAC-D0F381137EBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2AC5973-9C8C-4C4E-9AAC-D0F381137EBB}.Release|Any CPU.Build.0 = Release|Any CPU
{D79ED6F1-1F9B-428B-9D94-BB592E6CB03C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D79ED6F1-1F9B-428B-9D94-BB592E6CB03C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D79ED6F1-1F9B-428B-9D94-BB592E6CB03C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D79ED6F1-1F9B-428B-9D94-BB592E6CB03C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal