This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GoodlyFere.Import.Web.sln
51 lines (51 loc) · 3.06 KB
/
GoodlyFere.Import.Web.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
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B8D505C1-55F1-4F59-992C-DFF565C3E247}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoodlyFere.Import.Web", "GoodlyFere.Import.Web\GoodlyFere.Import.Web.csproj", "{4BBF5DDD-23D7-4F1B-AAF7-B9E072018B54}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoodlyFere.Import.Business", "GoodlyFere.Import.Business\GoodlyFere.Import.Business.csproj", "{9369395A-756D-4481-A66F-0E89A8431C27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoodlyFere.Import.Data", "GoodlyFere.Import.Data\GoodlyFere.Import.Data.csproj", "{20641DBD-13B3-49BE-B573-28B8C91B851C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoodlyFere.Import.Data.EntityFramework", "GoodlyFere.Import.Data.EntityFramework\GoodlyFere.Import.Data.EntityFramework.csproj", "{9B5540AA-EAF2-42F0-9658-343C05B4E300}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{115972F2-F36D-4870-8527-0CE7972A6F0D}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BBF5DDD-23D7-4F1B-AAF7-B9E072018B54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BBF5DDD-23D7-4F1B-AAF7-B9E072018B54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BBF5DDD-23D7-4F1B-AAF7-B9E072018B54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BBF5DDD-23D7-4F1B-AAF7-B9E072018B54}.Release|Any CPU.Build.0 = Release|Any CPU
{9369395A-756D-4481-A66F-0E89A8431C27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9369395A-756D-4481-A66F-0E89A8431C27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9369395A-756D-4481-A66F-0E89A8431C27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9369395A-756D-4481-A66F-0E89A8431C27}.Release|Any CPU.Build.0 = Release|Any CPU
{20641DBD-13B3-49BE-B573-28B8C91B851C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20641DBD-13B3-49BE-B573-28B8C91B851C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20641DBD-13B3-49BE-B573-28B8C91B851C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20641DBD-13B3-49BE-B573-28B8C91B851C}.Release|Any CPU.Build.0 = Release|Any CPU
{9B5540AA-EAF2-42F0-9658-343C05B4E300}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B5540AA-EAF2-42F0-9658-343C05B4E300}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B5540AA-EAF2-42F0-9658-343C05B4E300}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B5540AA-EAF2-42F0-9658-343C05B4E300}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal