-
Notifications
You must be signed in to change notification settings - Fork 13
/
DataTanker.sln
55 lines (55 loc) · 3.23 KB
/
DataTanker.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
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7F145DF9-5FE0-4167-BE64-01759A7D2FE1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{633BAF89-99A6-47A3-BDC3-16D80B144C2D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataTanker.Utils", "DataTanker\Utils\DataTanker.Utils.csproj", "{1FBD5135-09A5-4917-8908-998D695238B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataTanker.Core", "DataTanker\Core\DataTanker.Core.csproj", "{9718BBF2-C459-47D6-8081-B3C3444DA4EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{220BF7E4-8296-49B5-B763-6DD9CA48DD66}"
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}") = "DataTanker.Core.Tests", "DataTanker\Tests\Unit\DataTanker.Core.Tests.csproj", "{677A726B-E269-46DB-827C-36858F0CC534}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Performance", "DataTanker\Tests\Performance\Performance.csproj", "{CB86CE2C-8B57-4833-94C2-4A304DDBE48E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FBD5135-09A5-4917-8908-998D695238B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FBD5135-09A5-4917-8908-998D695238B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FBD5135-09A5-4917-8908-998D695238B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FBD5135-09A5-4917-8908-998D695238B7}.Release|Any CPU.Build.0 = Release|Any CPU
{9718BBF2-C459-47D6-8081-B3C3444DA4EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9718BBF2-C459-47D6-8081-B3C3444DA4EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9718BBF2-C459-47D6-8081-B3C3444DA4EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9718BBF2-C459-47D6-8081-B3C3444DA4EA}.Release|Any CPU.Build.0 = Release|Any CPU
{677A726B-E269-46DB-827C-36858F0CC534}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{677A726B-E269-46DB-827C-36858F0CC534}.Debug|Any CPU.Build.0 = Debug|Any CPU
{677A726B-E269-46DB-827C-36858F0CC534}.Release|Any CPU.ActiveCfg = Release|Any CPU
{677A726B-E269-46DB-827C-36858F0CC534}.Release|Any CPU.Build.0 = Release|Any CPU
{CB86CE2C-8B57-4833-94C2-4A304DDBE48E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB86CE2C-8B57-4833-94C2-4A304DDBE48E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB86CE2C-8B57-4833-94C2-4A304DDBE48E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB86CE2C-8B57-4833-94C2-4A304DDBE48E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{677A726B-E269-46DB-827C-36858F0CC534} = {633BAF89-99A6-47A3-BDC3-16D80B144C2D}
{CB86CE2C-8B57-4833-94C2-4A304DDBE48E} = {633BAF89-99A6-47A3-BDC3-16D80B144C2D}
EndGlobalSection
EndGlobal