Skip to content

Commit

Permalink
typography added in sln
Browse files Browse the repository at this point in the history
  • Loading branch information
skclusive committed Jan 14, 2020
1 parent 21865e5 commit 096219a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Material/src/Material.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
<RepositoryUrl>https://github.com/skclusive/Skclusive.Material.Component</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Blazor" Version="3.1.0-preview4.19579.2" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="3.1.0-preview4.19579.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.HttpClient" Version="3.1.0-preview4.19579.2" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.DevServer" Version="3.1.0-preview4.19579.2" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Core\src\Core.csproj" Version="1.0.5" />
<ProjectReference Include="..\..\AppBar\src\AppBar.csproj" Version="1.0.5" />
Expand Down
17 changes: 17 additions & 0 deletions Skclusive.Material.Component.sln
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Material", "Material", "{91
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Material", "Material\src\Material.csproj", "{B8556016-D55D-4C84-B331-5369129D6A5F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Typography", "Typography", "{FD4AC138-9A66-4E84-B512-319A59FDDC0A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Typography", "Typography\src\Typography.csproj", "{2D6C4BA5-BA0D-4C6D-BC29-FF5C80D85198}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -496,6 +500,18 @@ Global
{B8556016-D55D-4C84-B331-5369129D6A5F}.Release|x64.Build.0 = Release|Any CPU
{B8556016-D55D-4C84-B331-5369129D6A5F}.Release|x86.ActiveCfg = Release|Any CPU
{B8556016-D55D-4C84-B331-5369129D6A5F}.Release|x86.Build.0 = Release|Any CPU
{2D6C4BA5-BA0D-4C6D-BC29-FF5C80D85198}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D6C4BA5-BA0D-4C6D-BC29-FF5C80D85198}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D6C4BA5-BA0D-4C6D-BC29-FF5C80D85198}.Debug|x64.ActiveCfg = Debug|Any CPU
{2D6C4BA5-BA0D-4C6D-BC29-FF5C80D85198}.Debug|x64.Build.0 = Debug|Any CPU
{2D6C4BA5-BA0D-4C6D-BC29-FF5C80D85198}.Debug|x86.ActiveCfg = Debug|Any CPU
{2D6C4BA5-BA0D-4C6D-BC29-FF5C80D85198}.Debug|x86.Build.0 = Debug|Any CPU
{2D6C4BA5-BA0D-4C6D-BC29-FF5C80D85198}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D6C4BA5-BA0D-4C6D-BC29-FF5C80D85198}.Release|Any CPU.Build.0 = Release|Any CPU
{2D6C4BA5-BA0D-4C6D-BC29-FF5C80D85198}.Release|x64.ActiveCfg = Release|Any CPU
{2D6C4BA5-BA0D-4C6D-BC29-FF5C80D85198}.Release|x64.Build.0 = Release|Any CPU
{2D6C4BA5-BA0D-4C6D-BC29-FF5C80D85198}.Release|x86.ActiveCfg = Release|Any CPU
{2D6C4BA5-BA0D-4C6D-BC29-FF5C80D85198}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{95D5904F-C4F1-40A2-A563-31D80424EB90} = {6AFD1E9C-D89B-4385-8954-2BCEF239FA91}
Expand Down Expand Up @@ -528,5 +544,6 @@ Global
{E49AF9D6-AB71-420D-A61E-5A2F69940B83} = {A4CB1295-ADA4-4E31-BD86-27BEA0F83331}
{52AECED8-AF01-4CA3-A3C7-7C94BD0820A8} = {9F327BB1-5242-46F1-8D90-9D7B19471070}
{B8556016-D55D-4C84-B331-5369129D6A5F} = {91687B8F-58F5-4BD4-ADD5-F5F6D9A643BF}
{2D6C4BA5-BA0D-4C6D-BC29-FF5C80D85198} = {FD4AC138-9A66-4E84-B512-319A59FDDC0A}
EndGlobalSection
EndGlobal

0 comments on commit 096219a

Please sign in to comment.