Files
radzen-blazor/Radzen.WebAssembly.sln

52 lines
3.2 KiB
Plaintext
Raw Normal View History

WebAssembly version of demos added (#704) * Demos as WASM * Copy the default wasm loading CSS. * InMemory database instead SQLite * DbContext filled with data * Host project added * Server renamed to Host * Remove location.reload. * Remove startup. * Stop github caching to file. Use larger page size to improve load time. * Display enum values. * DbContext with static data * Host DbContex added * Examples and Sitemap added * docker updated * Theme changing. * Update Dockerfile * Set WORKDIR. * Do not throw errors for duplicate assets. * Do not inherit Index from DbContextPage * Documentation works again. * Sqlite removed from host * DataGrid Save/Load settings fixed * Demo source fixed * Add loading. * Add loading image * Hide the loading with JS interop. * Add the loading globally. * Add server demos. * Delete data files. * Remove the db copy code from Dockerfile. * DbContext seed fixed * missing await added * Separate solutions for all project, Blazor server and Blazor WebAssembly added * tree demos data access fixed * Avoid using Last() and First() * Orders and OrderDetails data made smaller * Update loading animation * Move the loading to MainLayout. * Update loading animation speed * Seed() improved * Revert "Move the loading to MainLayout." This reverts commit f43ce050396b9483e8809af35493eb35531f254c. * Fix homepage bg color with dark theme * Revert "Revert "Move the loading to MainLayout."" This reverts commit faee40d4ad92f474577434c61f31d847e6777a53. Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-14 13:14:47 +02:00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Radzen.Blazor", "Radzen.Blazor\Radzen.Blazor.csproj", "{30919FA8-6A6A-45A3-9B05-0B65ABF8F70F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RadzenBlazorDemos", "RadzenBlazorDemos\RadzenBlazorDemos.csproj", "{DF9EC444-791A-415A-A3EB-C4B008E5FCB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RadzenBlazorDemos.Host", "RadzenBlazorDemos.Host\RadzenBlazorDemos.Host.csproj", "{18702B3F-791E-45F3-BCFD-1792A1300AAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RadzenBlazorDemos.Tools", "RadzenBlazorDemos.Tools\RadzenBlazorDemos.Tools.csproj", "{8726EFA9-554D-41D4-8B99-27744DCC7017}"
EndProject
WebAssembly version of demos added (#704) * Demos as WASM * Copy the default wasm loading CSS. * InMemory database instead SQLite * DbContext filled with data * Host project added * Server renamed to Host * Remove location.reload. * Remove startup. * Stop github caching to file. Use larger page size to improve load time. * Display enum values. * DbContext with static data * Host DbContex added * Examples and Sitemap added * docker updated * Theme changing. * Update Dockerfile * Set WORKDIR. * Do not throw errors for duplicate assets. * Do not inherit Index from DbContextPage * Documentation works again. * Sqlite removed from host * DataGrid Save/Load settings fixed * Demo source fixed * Add loading. * Add loading image * Hide the loading with JS interop. * Add the loading globally. * Add server demos. * Delete data files. * Remove the db copy code from Dockerfile. * DbContext seed fixed * missing await added * Separate solutions for all project, Blazor server and Blazor WebAssembly added * tree demos data access fixed * Avoid using Last() and First() * Orders and OrderDetails data made smaller * Update loading animation * Move the loading to MainLayout. * Update loading animation speed * Seed() improved * Revert "Move the loading to MainLayout." This reverts commit f43ce050396b9483e8809af35493eb35531f254c. * Fix homepage bg color with dark theme * Revert "Revert "Move the loading to MainLayout."" This reverts commit faee40d4ad92f474577434c61f31d847e6777a53. Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-14 13:14:47 +02:00
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30919FA8-6A6A-45A3-9B05-0B65ABF8F70F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30919FA8-6A6A-45A3-9B05-0B65ABF8F70F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30919FA8-6A6A-45A3-9B05-0B65ABF8F70F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30919FA8-6A6A-45A3-9B05-0B65ABF8F70F}.Release|Any CPU.Build.0 = Release|Any CPU
{DF9EC444-791A-415A-A3EB-C4B008E5FCB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF9EC444-791A-415A-A3EB-C4B008E5FCB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF9EC444-791A-415A-A3EB-C4B008E5FCB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF9EC444-791A-415A-A3EB-C4B008E5FCB5}.Release|Any CPU.Build.0 = Release|Any CPU
{BC20637F-A979-425A-9C3F-D72633FE555C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC20637F-A979-425A-9C3F-D72633FE555C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC20637F-A979-425A-9C3F-D72633FE555C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC20637F-A979-425A-9C3F-D72633FE555C}.Release|Any CPU.Build.0 = Release|Any CPU
{18702B3F-791E-45F3-BCFD-1792A1300AAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18702B3F-791E-45F3-BCFD-1792A1300AAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18702B3F-791E-45F3-BCFD-1792A1300AAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18702B3F-791E-45F3-BCFD-1792A1300AAB}.Release|Any CPU.Build.0 = Release|Any CPU
{EC869401-304A-45BC-93CA-C1CDFAAA7F7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC869401-304A-45BC-93CA-C1CDFAAA7F7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC869401-304A-45BC-93CA-C1CDFAAA7F7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC869401-304A-45BC-93CA-C1CDFAAA7F7B}.Release|Any CPU.Build.0 = Release|Any CPU
{8726EFA9-554D-41D4-8B99-27744DCC7017}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8726EFA9-554D-41D4-8B99-27744DCC7017}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8726EFA9-554D-41D4-8B99-27744DCC7017}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8726EFA9-554D-41D4-8B99-27744DCC7017}.Release|Any CPU.Build.0 = Release|Any CPU
WebAssembly version of demos added (#704) * Demos as WASM * Copy the default wasm loading CSS. * InMemory database instead SQLite * DbContext filled with data * Host project added * Server renamed to Host * Remove location.reload. * Remove startup. * Stop github caching to file. Use larger page size to improve load time. * Display enum values. * DbContext with static data * Host DbContex added * Examples and Sitemap added * docker updated * Theme changing. * Update Dockerfile * Set WORKDIR. * Do not throw errors for duplicate assets. * Do not inherit Index from DbContextPage * Documentation works again. * Sqlite removed from host * DataGrid Save/Load settings fixed * Demo source fixed * Add loading. * Add loading image * Hide the loading with JS interop. * Add the loading globally. * Add server demos. * Delete data files. * Remove the db copy code from Dockerfile. * DbContext seed fixed * missing await added * Separate solutions for all project, Blazor server and Blazor WebAssembly added * tree demos data access fixed * Avoid using Last() and First() * Orders and OrderDetails data made smaller * Update loading animation * Move the loading to MainLayout. * Update loading animation speed * Seed() improved * Revert "Move the loading to MainLayout." This reverts commit f43ce050396b9483e8809af35493eb35531f254c. * Fix homepage bg color with dark theme * Revert "Revert "Move the loading to MainLayout."" This reverts commit faee40d4ad92f474577434c61f31d847e6777a53. Co-authored-by: Atanas Korchev <akorchev@gmail.com> Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-14 13:14:47 +02:00
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD0EF65D-06F5-4DBD-BF9F-82CA04E26D8C}
EndGlobalSection
EndGlobal