Skip to content

Commit

Permalink
first working version
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorfr committed Jun 22, 2016
1 parent 24e0ec8 commit 2b238bf
Show file tree
Hide file tree
Showing 86 changed files with 3,624 additions and 370 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,5 @@ ModelManifest.xml
.paket/paket.exe

# FAKE - F# Make
.fake/
.fake/
/samples/GeekLearning.AspNetCore.Sample/wwwroot/lib
9 changes: 9 additions & 0 deletions GeekLearning.AspNetCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.AspNetCore.FlashMessage", "src\GeekLearning.AspNetCore.FlashMessage\GeekLearning.AspNetCore.FlashMessage.xproj", "{210DECF5-67BF-4121-B6F2-66A74DFFB254}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{5BCC9DD7-3193-4495-9BBB-79D35B7324C7}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.AspNetCore.Sample", "samples\GeekLearning.AspNetCore.Sample\GeekLearning.AspNetCore.Sample.xproj", "{5612DEF5-6300-4519-9A0F-093F14E20F4B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -24,11 +28,16 @@ Global
{210DECF5-67BF-4121-B6F2-66A74DFFB254}.Debug|Any CPU.Build.0 = Debug|Any CPU
{210DECF5-67BF-4121-B6F2-66A74DFFB254}.Release|Any CPU.ActiveCfg = Release|Any CPU
{210DECF5-67BF-4121-B6F2-66A74DFFB254}.Release|Any CPU.Build.0 = Release|Any CPU
{5612DEF5-6300-4519-9A0F-093F14E20F4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5612DEF5-6300-4519-9A0F-093F14E20F4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5612DEF5-6300-4519-9A0F-093F14E20F4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5612DEF5-6300-4519-9A0F-093F14E20F4B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{210DECF5-67BF-4121-B6F2-66A74DFFB254} = {A1F021F1-E4D9-414D-8517-ABB03AFF1098}
{5612DEF5-6300-4519-9A0F-093F14E20F4B} = {5BCC9DD7-3193-4495-9BBB-79D35B7324C7}
EndGlobalSection
EndGlobal
3 changes: 3 additions & 0 deletions samples/GeekLearning.AspNetCore.Sample/.bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "wwwroot/lib"
}
Loading

0 comments on commit 2b238bf

Please sign in to comment.