-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTodoListBlazorWasm.sln
37 lines (37 loc) · 2.12 KB
/
TodoListBlazorWasm.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoListBlazorWasm", "TodoListBlazorWasm\TodoListBlazorWasm.csproj", "{100F8AB4-DE38-418A-BA32-37423EBBE69A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoListBlazorWasm.Api", "TodoListBlazorWasm.Api\TodoListBlazorWasm.Api.csproj", "{3BC45B9F-12A7-4D6B-A041-E5826CAC3D9F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoListBlazorWasm.Models", "TodoListBlazorWasm.Models\TodoListBlazorWasm.Models.csproj", "{F11EBB88-84AD-43F3-AB48-747EA1FE0E2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{100F8AB4-DE38-418A-BA32-37423EBBE69A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{100F8AB4-DE38-418A-BA32-37423EBBE69A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{100F8AB4-DE38-418A-BA32-37423EBBE69A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{100F8AB4-DE38-418A-BA32-37423EBBE69A}.Release|Any CPU.Build.0 = Release|Any CPU
{3BC45B9F-12A7-4D6B-A041-E5826CAC3D9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BC45B9F-12A7-4D6B-A041-E5826CAC3D9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BC45B9F-12A7-4D6B-A041-E5826CAC3D9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BC45B9F-12A7-4D6B-A041-E5826CAC3D9F}.Release|Any CPU.Build.0 = Release|Any CPU
{F11EBB88-84AD-43F3-AB48-747EA1FE0E2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F11EBB88-84AD-43F3-AB48-747EA1FE0E2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F11EBB88-84AD-43F3-AB48-747EA1FE0E2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F11EBB88-84AD-43F3-AB48-747EA1FE0E2C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2294A92D-4C41-4B3C-8473-C5892A444439}
EndGlobalSection
EndGlobal