forked from telerik/blazor-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRemoteValidationWasm.sln
37 lines (36 loc) · 2.14 KB
/
RemoteValidationWasm.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 16
VisualStudioVersion = 25.0.1706.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteValidationWasm.Server", "Server\RemoteValidationWasm.Server.csproj", "{C958C14D-1DB4-447F-86FE-E9B242AB45F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteValidationWasm.Client", "Client\RemoteValidationWasm.Client.csproj", "{85028194-56A1-427D-9040-EDE93864A9DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteValidationWasm.Shared", "Shared\RemoteValidationWasm.Shared.csproj", "{CB296B71-887B-4584-A41A-3DC2EC599806}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C958C14D-1DB4-447F-86FE-E9B242AB45F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C958C14D-1DB4-447F-86FE-E9B242AB45F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C958C14D-1DB4-447F-86FE-E9B242AB45F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C958C14D-1DB4-447F-86FE-E9B242AB45F9}.Release|Any CPU.Build.0 = Release|Any CPU
{85028194-56A1-427D-9040-EDE93864A9DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85028194-56A1-427D-9040-EDE93864A9DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85028194-56A1-427D-9040-EDE93864A9DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85028194-56A1-427D-9040-EDE93864A9DE}.Release|Any CPU.Build.0 = Release|Any CPU
{CB296B71-887B-4584-A41A-3DC2EC599806}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB296B71-887B-4584-A41A-3DC2EC599806}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB296B71-887B-4584-A41A-3DC2EC599806}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB296B71-887B-4584-A41A-3DC2EC599806}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09B6AB68-5FC2-4F9D-8D29-B54457CB434A}
EndGlobalSection
EndGlobal