-
Notifications
You must be signed in to change notification settings - Fork 1
/
Vidazor.sln
43 lines (43 loc) · 2.15 KB
/
Vidazor.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vidazor", "src\Vidazor\Vidazor.csproj", "{22F8A9ED-7D41-4011-AE6A-A6985B2AAFDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWebAssembly", "samples\BlazorWebAssembly\BlazorWebAssembly.csproj", "{D255A0D9-AD34-4BC5-9C28-01240C960E07}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{FA5778AE-BBF5-48CC-AFFC-1AF057CCCD0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DA81EF62-A5DE-4636-860D-44DC7A032473}"
ProjectSection(SolutionItems) = preProject
C:\Users\Arad\Desktop\.gitignore = C:\Users\Arad\Desktop\.gitignore
Poster.svg = Poster.svg
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22F8A9ED-7D41-4011-AE6A-A6985B2AAFDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22F8A9ED-7D41-4011-AE6A-A6985B2AAFDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22F8A9ED-7D41-4011-AE6A-A6985B2AAFDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22F8A9ED-7D41-4011-AE6A-A6985B2AAFDF}.Release|Any CPU.Build.0 = Release|Any CPU
{D255A0D9-AD34-4BC5-9C28-01240C960E07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D255A0D9-AD34-4BC5-9C28-01240C960E07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D255A0D9-AD34-4BC5-9C28-01240C960E07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D255A0D9-AD34-4BC5-9C28-01240C960E07}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D255A0D9-AD34-4BC5-9C28-01240C960E07} = {FA5778AE-BBF5-48CC-AFFC-1AF057CCCD0E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42830F9C-CEAD-41A3-AF57-91F79A5A5B4B}
EndGlobalSection
EndGlobal