Skip to content

Commit

Permalink
Merge pull request #2 from SiroccoHub/develop
Browse files Browse the repository at this point in the history
release 1.0.1
  • Loading branch information
arichika committed May 18, 2016
2 parents 32f6241 + 4910683 commit fa3b913
Show file tree
Hide file tree
Showing 115 changed files with 23,473 additions and 25 deletions.
9 changes: 8 additions & 1 deletion JwtCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "JwtCore.Tests", "tests\JwtC
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{EF64BB4C-2171-4EBD-B59D-6747949D4F67}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "JwtCore.SampleWebApp", "samples\JwtCore.SampleWebApp\JwtCore.SampleWebApp.xproj", "{047CFC27-D983-4A19-84F1-AD50F5A44BC6}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SampleWebApp.NetCore", "samples\SampleWebApp.NetCore\SampleWebApp.NetCore.xproj", "{047CFC27-D983-4A19-84F1-AD50F5A44BC6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "documents", "documents", "{00B9E9FD-D35B-4238-BE84-F619E79C25EC}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SampleWebApp.NetFramework", "samples\SampleWebApp.NetFramework\SampleWebApp.NetFramework.xproj", "{F76A744D-09E0-4BDF-9C4D-3D4C578DF864}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -44,6 +46,10 @@ Global
{047CFC27-D983-4A19-84F1-AD50F5A44BC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{047CFC27-D983-4A19-84F1-AD50F5A44BC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{047CFC27-D983-4A19-84F1-AD50F5A44BC6}.Release|Any CPU.Build.0 = Release|Any CPU
{F76A744D-09E0-4BDF-9C4D-3D4C578DF864}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F76A744D-09E0-4BDF-9C4D-3D4C578DF864}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F76A744D-09E0-4BDF-9C4D-3D4C578DF864}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F76A744D-09E0-4BDF-9C4D-3D4C578DF864}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -52,5 +58,6 @@ Global
{F4C5F0DC-FFB4-4BCB-964B-1F073833B245} = {E1F74D6D-CB96-43D9-8137-6F5810D6F932}
{4942BE8E-0818-4E2E-A9D3-F2072FBA8691} = {D4CAACA5-6A10-4948-A2B3-20C344759C26}
{047CFC27-D983-4A19-84F1-AD50F5A44BC6} = {EF64BB4C-2171-4EBD-B59D-6747949D4F67}
{F76A744D-09E0-4BDF-9C4D-3D4C578DF864} = {EF64BB4C-2171-4EBD-B59D-6747949D4F67}
EndGlobalSection
EndGlobal
1 change: 0 additions & 1 deletion samples/JwtCore.SampleWebApp/wwwroot/css/site.min.css

This file was deleted.

1 change: 0 additions & 1 deletion samples/JwtCore.SampleWebApp/wwwroot/images/banner1.svg

This file was deleted.

Loading

0 comments on commit fa3b913

Please sign in to comment.