mirror of
https://github.com/PacktPublishing/Learn-WinUI-3-Second-Edition.git
synced 2026-06-20 12:23:09 +00:00
Add chapter 12 blazor project
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.5.002.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorTasks", "BlazorTasks.csproj", "{A356A792-5618-4A5A-9FBC-9C9C083DE0EA}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{A356A792-5618-4A5A-9FBC-9C9C083DE0EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A356A792-5618-4A5A-9FBC-9C9C083DE0EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A356A792-5618-4A5A-9FBC-9C9C083DE0EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A356A792-5618-4A5A-9FBC-9C9C083DE0EA}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {A41BE1C0-757D-4B80-BD6D-2F21351C39C4}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user