-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEFIndexTuningAdvisor.sln
More file actions
40 lines (40 loc) · 2.34 KB
/
EFIndexTuningAdvisor.sln
File metadata and controls
40 lines (40 loc) · 2.34 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFIndexTuningAdvisorTestApp", "EFIndexTuningAdvisorTestApp\EFIndexTuningAdvisorTestApp.csproj", "{32466107-FD6F-40AB-9F8C-788566A9C9D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFIndexTuningAdvisor", "EFIndexTuningAdvisor\EFIndexTuningAdvisor.csproj", "{99DE208B-C341-4FC7-8D0E-2EF267B35D8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WideWorldImportersDomain", "WideWorldImportersDomain\WideWorldImportersDomain.csproj", "{B4787B64-F405-4A95-831D-0B1C27210F92}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nuget_Packages", "Nuget_Packages", "{564EE693-6772-4C0C-B828-E4670C6F49F7}"
ProjectSection(SolutionItems) = preProject
EFIndexTuningAdvisor.0.2.0.nupkg = EFIndexTuningAdvisor.0.2.0.nupkg
EFIndexTuningAdvisor.0.3.0.nupkg = EFIndexTuningAdvisor.0.3.0.nupkg
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32466107-FD6F-40AB-9F8C-788566A9C9D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32466107-FD6F-40AB-9F8C-788566A9C9D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32466107-FD6F-40AB-9F8C-788566A9C9D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32466107-FD6F-40AB-9F8C-788566A9C9D1}.Release|Any CPU.Build.0 = Release|Any CPU
{99DE208B-C341-4FC7-8D0E-2EF267B35D8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99DE208B-C341-4FC7-8D0E-2EF267B35D8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99DE208B-C341-4FC7-8D0E-2EF267B35D8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99DE208B-C341-4FC7-8D0E-2EF267B35D8A}.Release|Any CPU.Build.0 = Release|Any CPU
{B4787B64-F405-4A95-831D-0B1C27210F92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4787B64-F405-4A95-831D-0B1C27210F92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4787B64-F405-4A95-831D-0B1C27210F92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4787B64-F405-4A95-831D-0B1C27210F92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal