-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dolor.sln
52 lines (52 loc) · 2.87 KB
/
Dolor.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
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dolor.Core", "Dolor.Core\Dolor.Core.csproj", "{7C229A4A-2F49-409A-B010-3FFAA02A7CB8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dolor.Main", "Dolor.Main\Dolor.Main.csproj", "{BFECFDA5-2CFB-4381-B334-2EDD879F2343}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xls2Json", "Xls2Json\Xls2Json.csproj", "{1B36CF1D-F2AB-4362-8CEB-F0900C75F6B5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{3AB6F0DC-99CF-4A58-B73B-D50FDAB7673B}"
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}") = "Dolor.Core.Tests", "Dolor.Core.Tests\Dolor.Core.Tests.csproj", "{E3BE62C4-E8A6-4E3D-A1FD-BCCCF88E585F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "R", "R", "{DDF2E21A-D1CC-41E7-BC7C-721AFD2F0782}"
ProjectSection(SolutionItems) = preProject
R\R.dll = R\R.dll
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C229A4A-2F49-409A-B010-3FFAA02A7CB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C229A4A-2F49-409A-B010-3FFAA02A7CB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C229A4A-2F49-409A-B010-3FFAA02A7CB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C229A4A-2F49-409A-B010-3FFAA02A7CB8}.Release|Any CPU.Build.0 = Release|Any CPU
{BFECFDA5-2CFB-4381-B334-2EDD879F2343}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFECFDA5-2CFB-4381-B334-2EDD879F2343}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFECFDA5-2CFB-4381-B334-2EDD879F2343}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFECFDA5-2CFB-4381-B334-2EDD879F2343}.Release|Any CPU.Build.0 = Release|Any CPU
{1B36CF1D-F2AB-4362-8CEB-F0900C75F6B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B36CF1D-F2AB-4362-8CEB-F0900C75F6B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B36CF1D-F2AB-4362-8CEB-F0900C75F6B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B36CF1D-F2AB-4362-8CEB-F0900C75F6B5}.Release|Any CPU.Build.0 = Release|Any CPU
{E3BE62C4-E8A6-4E3D-A1FD-BCCCF88E585F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3BE62C4-E8A6-4E3D-A1FD-BCCCF88E585F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3BE62C4-E8A6-4E3D-A1FD-BCCCF88E585F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3BE62C4-E8A6-4E3D-A1FD-BCCCF88E585F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal