-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathA4tabRaven.sln
45 lines (45 loc) · 2.59 KB
/
A4tabRaven.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{EE60100C-19E2-40C8-83A5-E40CB49566C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{BCCA1C96-C8DA-4050-BFEC-F1A4D46984F1}"
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}") = "Importer", "Importer\Importer.csproj", "{A5900126-2D02-420D-8010-C6A6B3E5A51C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{1E59D022-13BD-4BFD-BA29-C627AD7791A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{0D2AB428-6AA7-47BD-BEA9-A8A10C5E7B0E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE60100C-19E2-40C8-83A5-E40CB49566C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE60100C-19E2-40C8-83A5-E40CB49566C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE60100C-19E2-40C8-83A5-E40CB49566C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE60100C-19E2-40C8-83A5-E40CB49566C0}.Release|Any CPU.Build.0 = Release|Any CPU
{A5900126-2D02-420D-8010-C6A6B3E5A51C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5900126-2D02-420D-8010-C6A6B3E5A51C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5900126-2D02-420D-8010-C6A6B3E5A51C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5900126-2D02-420D-8010-C6A6B3E5A51C}.Release|Any CPU.Build.0 = Release|Any CPU
{1E59D022-13BD-4BFD-BA29-C627AD7791A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E59D022-13BD-4BFD-BA29-C627AD7791A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E59D022-13BD-4BFD-BA29-C627AD7791A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E59D022-13BD-4BFD-BA29-C627AD7791A0}.Release|Any CPU.Build.0 = Release|Any CPU
{0D2AB428-6AA7-47BD-BEA9-A8A10C5E7B0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D2AB428-6AA7-47BD-BEA9-A8A10C5E7B0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D2AB428-6AA7-47BD-BEA9-A8A10C5E7B0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D2AB428-6AA7-47BD-BEA9-A8A10C5E7B0E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal