forked from moozzyk/CodeFirstFunctions
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCodeFirstStoreFunctions.sln
More file actions
41 lines (41 loc) · 2.37 KB
/
Copy pathCodeFirstStoreFunctions.sln
File metadata and controls
41 lines (41 loc) · 2.37 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
41
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}") = "CodeFirstStoreFunctions", "CodeFirstStoreFunctions\CodeFirstStoreFunctions.csproj", "{6912CA14-D068-4131-97A5-053530B4F58D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeFirstStoreFunctionsTests", "CodeFirstStoreFunctionsTests\CodeFirstStoreFunctionsTests.csproj", "{D5570D23-4D7B-4508-9941-E4CAC960A12F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{36005D48-1A86-42C0-AD4B-ED65E9A16257}"
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}") = "CodeFirstFunctionsSamples", "CodeFirstStoreFunctionsSamples\CodeFirstFunctionsSamples.csproj", "{00E1C73F-E7D5-4811-8C1A-57B390C2DB19}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6912CA14-D068-4131-97A5-053530B4F58D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6912CA14-D068-4131-97A5-053530B4F58D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6912CA14-D068-4131-97A5-053530B4F58D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6912CA14-D068-4131-97A5-053530B4F58D}.Release|Any CPU.Build.0 = Release|Any CPU
{D5570D23-4D7B-4508-9941-E4CAC960A12F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5570D23-4D7B-4508-9941-E4CAC960A12F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5570D23-4D7B-4508-9941-E4CAC960A12F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5570D23-4D7B-4508-9941-E4CAC960A12F}.Release|Any CPU.Build.0 = Release|Any CPU
{00E1C73F-E7D5-4811-8C1A-57B390C2DB19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00E1C73F-E7D5-4811-8C1A-57B390C2DB19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00E1C73F-E7D5-4811-8C1A-57B390C2DB19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00E1C73F-E7D5-4811-8C1A-57B390C2DB19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal