Move progetto

This commit is contained in:
Samuele Locatelli
2021-05-29 08:07:21 +02:00
parent 67f58398b5
commit 61524eda79
72 changed files with 34 additions and 0 deletions

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

+31
View File
@@ -0,0 +1,31 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31321.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlaServApp.Data", "BlaServApp.Data\BlaServApp.Data.csproj", "{50690414-013C-4A2E-9255-F5CB4BF03420}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlaServApp.UI", "BlaServApp.UI\BlaServApp.UI.csproj", "{5F0DBAB0-122F-4A81-BE73-161BBEFEEF59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50690414-013C-4A2E-9255-F5CB4BF03420}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50690414-013C-4A2E-9255-F5CB4BF03420}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50690414-013C-4A2E-9255-F5CB4BF03420}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50690414-013C-4A2E-9255-F5CB4BF03420}.Release|Any CPU.Build.0 = Release|Any CPU
{5F0DBAB0-122F-4A81-BE73-161BBEFEEF59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F0DBAB0-122F-4A81-BE73-161BBEFEEF59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F0DBAB0-122F-4A81-BE73-161BBEFEEF59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F0DBAB0-122F-4A81-BE73-161BBEFEEF59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C30B060-E89F-430F-98FE-D446892A8155}
EndGlobalSection
EndGlobal
+3
View File
@@ -0,0 +1,3 @@
# Blazor Server
Template applicazione Blazor Server di riferimento.