forked from programcsharp/griddly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Griddly.sln
54 lines (54 loc) · 2.63 KB
/
Griddly.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Griddly", "Griddly\Griddly.csproj", "{EF4F0CB9-56A7-47D6-89C5-561F2DADB54F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Griddly.Mvc", "Griddly.Mvc\Griddly.Mvc.csproj", "{B43B3EA7-F12E-45C1-8BE5-D3BE1C8DBA1F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{5CC20399-D191-4DD0-8BBA-30BAE95D4356}"
ProjectSection(SolutionItems) = preProject
Build\build.proj = Build\build.proj
Build\CommonAssemblyInfo.cs = Build\CommonAssemblyInfo.cs
Build\Griddly.Core.nuspec = Build\Griddly.Core.nuspec
Build\Griddly.nuspec = Build\Griddly.nuspec
Build\publish-nuget.ps1 = Build\publish-nuget.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{71734489-B8FF-4A41-BB19-1427A7935E95}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{F0321065-3FE3-4650-B130-2457CF3ABF1E}"
ProjectSection(SolutionItems) = preProject
Build.proj = Build.proj
.build\MSBuild.Community.Tasks.dll = .build\MSBuild.Community.Tasks.dll
.build\MSBuild.Community.Tasks.targets = .build\MSBuild.Community.Tasks.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF4F0CB9-56A7-47D6-89C5-561F2DADB54F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF4F0CB9-56A7-47D6-89C5-561F2DADB54F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF4F0CB9-56A7-47D6-89C5-561F2DADB54F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF4F0CB9-56A7-47D6-89C5-561F2DADB54F}.Release|Any CPU.Build.0 = Release|Any CPU
{B43B3EA7-F12E-45C1-8BE5-D3BE1C8DBA1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B43B3EA7-F12E-45C1-8BE5-D3BE1C8DBA1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B43B3EA7-F12E-45C1-8BE5-D3BE1C8DBA1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B43B3EA7-F12E-45C1-8BE5-D3BE1C8DBA1F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A723F992-62A0-4A3E-AEB2-9EA36F16C325}
EndGlobalSection
EndGlobal