-
Notifications
You must be signed in to change notification settings - Fork 1
/
Kimserey.Rating.Web.sln
47 lines (47 loc) · 2.26 KB
/
Kimserey.Rating.Web.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
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}") = "Kimserey.Rating.Web", "Kimserey.Rating.Web\Kimserey.Rating.Web.csproj", "{C1A416E2-0F89-498F-95E2-8D4BFF68DCFB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C577A307-7DF4-4D3C-9E17-37A8DC3F49C4}"
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}") = "Mandrill", "Mandrill\Mandrill.csproj", "{E4360E82-85BB-4E72-9984-B8AD541E1AE0}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://kimserey.visualstudio.com/defaultcollection
SccLocalPath0 = .
SccProjectUniqueName1 = Kimserey.Rating.Web\\Kimserey.Rating.Web.csproj
SccProjectName1 = Kimserey.Rating.Web
SccLocalPath1 = Kimserey.Rating.Web
SccProjectUniqueName2 = Mandrill\\Mandrill.csproj
SccProjectName2 = Mandrill
SccLocalPath2 = Mandrill
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1A416E2-0F89-498F-95E2-8D4BFF68DCFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1A416E2-0F89-498F-95E2-8D4BFF68DCFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1A416E2-0F89-498F-95E2-8D4BFF68DCFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1A416E2-0F89-498F-95E2-8D4BFF68DCFB}.Release|Any CPU.Build.0 = Release|Any CPU
{E4360E82-85BB-4E72-9984-B8AD541E1AE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4360E82-85BB-4E72-9984-B8AD541E1AE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4360E82-85BB-4E72-9984-B8AD541E1AE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4360E82-85BB-4E72-9984-B8AD541E1AE0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal