-
Notifications
You must be signed in to change notification settings - Fork 10
/
Griddly.sln
64 lines (64 loc) · 3.53 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
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Griddly", "Griddly\Griddly.csproj", "{EF4F0CB9-56A7-47D6-89C5-561F2DADB54F}"
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.exe = .nuget\NuGet.exe
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
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Griddly.Mvc", "Griddly.Mvc\Griddly.Mvc.csproj", "{E48FA5CB-AF1E-4D40-93AC-B73C36CC03C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Griddly.NetCore", "Griddly.NetCore\Griddly.NetCore.csproj", "{D8B8F37D-6466-49BD-93CA-102ADB01360D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Griddly.NetCore.Razor", "Griddly.NetCore.Razor\Griddly.NetCore.Razor.csproj", "{6D58C544-6AB0-4318-9563-092859F4959A}"
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
{E48FA5CB-AF1E-4D40-93AC-B73C36CC03C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E48FA5CB-AF1E-4D40-93AC-B73C36CC03C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E48FA5CB-AF1E-4D40-93AC-B73C36CC03C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E48FA5CB-AF1E-4D40-93AC-B73C36CC03C2}.Release|Any CPU.Build.0 = Release|Any CPU
{D8B8F37D-6466-49BD-93CA-102ADB01360D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8B8F37D-6466-49BD-93CA-102ADB01360D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8B8F37D-6466-49BD-93CA-102ADB01360D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8B8F37D-6466-49BD-93CA-102ADB01360D}.Release|Any CPU.Build.0 = Release|Any CPU
{6D58C544-6AB0-4318-9563-092859F4959A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D58C544-6AB0-4318-9563-092859F4959A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D58C544-6AB0-4318-9563-092859F4959A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D58C544-6AB0-4318-9563-092859F4959A}.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