-
Notifications
You must be signed in to change notification settings - Fork 2
/
EntityServiceDemo.sln
35 lines (35 loc) · 1.74 KB
/
EntityServiceDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityServiceDemo", "EntityServiceDemo\EntityServiceDemo.csproj", "{96C0FC48-90CC-47AC-AE04-B13F2ECE8CFB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{7E52155C-2D52-4856-8DAB-FE67D037E1FA}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{CAA73BB0-EF22-4D79-A57E-DF67B3BA9C80}") = "SPEAK", "SPEAK\SPEAK.scproj", "{059A4C2A-968D-47F8-87B1-CD0406DC0107}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96C0FC48-90CC-47AC-AE04-B13F2ECE8CFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96C0FC48-90CC-47AC-AE04-B13F2ECE8CFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96C0FC48-90CC-47AC-AE04-B13F2ECE8CFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96C0FC48-90CC-47AC-AE04-B13F2ECE8CFB}.Release|Any CPU.Build.0 = Release|Any CPU
{059A4C2A-968D-47F8-87B1-CD0406DC0107}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{059A4C2A-968D-47F8-87B1-CD0406DC0107}.Release|Any CPU.ActiveCfg = Release|Any CPU
{059A4C2A-968D-47F8-87B1-CD0406DC0107}.Release|Any CPU.Build.0 = Release|Any CPU
{059A4C2A-968D-47F8-87B1-CD0406DC0107}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal