-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyStore.sln
More file actions
43 lines (43 loc) · 2.54 KB
/
MyStore.sln
File metadata and controls
43 lines (43 loc) · 2.54 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 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyStore.Mvc", "MyStore.Mvc\MyStore.Mvc.csproj", "{346A2AE7-92F0-44C1-8D60-BABAA1A9F6C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyStore.Nhibarnate", "MyStore.Nhibarnate\MyStore.Nhibarnate.csproj", "{3C790644-FD65-474F-B5BF-5BBD4E65BC0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyStore.Business", "MyStore.Bussiness\MyStore.Business.csproj", "{3A4D5922-DA3F-465B-9696-1A7E5E2E2303}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyStore.Lucene", "MyStore.Lucene\MyStore.Lucene.csproj", "{F634D3B3-2B6D-46C2-A34D-0096F6325CAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{346A2AE7-92F0-44C1-8D60-BABAA1A9F6C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{346A2AE7-92F0-44C1-8D60-BABAA1A9F6C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{346A2AE7-92F0-44C1-8D60-BABAA1A9F6C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{346A2AE7-92F0-44C1-8D60-BABAA1A9F6C8}.Release|Any CPU.Build.0 = Release|Any CPU
{3C790644-FD65-474F-B5BF-5BBD4E65BC0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C790644-FD65-474F-B5BF-5BBD4E65BC0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C790644-FD65-474F-B5BF-5BBD4E65BC0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C790644-FD65-474F-B5BF-5BBD4E65BC0D}.Release|Any CPU.Build.0 = Release|Any CPU
{3A4D5922-DA3F-465B-9696-1A7E5E2E2303}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A4D5922-DA3F-465B-9696-1A7E5E2E2303}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A4D5922-DA3F-465B-9696-1A7E5E2E2303}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A4D5922-DA3F-465B-9696-1A7E5E2E2303}.Release|Any CPU.Build.0 = Release|Any CPU
{F634D3B3-2B6D-46C2-A34D-0096F6325CAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F634D3B3-2B6D-46C2-A34D-0096F6325CAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F634D3B3-2B6D-46C2-A34D-0096F6325CAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F634D3B3-2B6D-46C2-A34D-0096F6325CAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4AB0008-D24F-42D0-8D39-9BDAB341C7DF}
EndGlobalSection
EndGlobal