-
Notifications
You must be signed in to change notification settings - Fork 1
/
MCM70.sln
43 lines (43 loc) · 2.49 KB
/
MCM70.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.31306.274
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWasmClient", "BlazorWasmClient\BlazorWasmClient.csproj", "{C9EDE4B1-F915-435B-B610-9F5E601CF34D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MCMShared", "MCMShared\MCMShared.csproj", "{7FD3EDAE-74E4-45E0-9696-BA5A740FBA5E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MCM70Client", "MCM70Client\MCM70Client.csproj", "{DFC21190-4A16-42F7-99F9-D0A16C2BEC79}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MCMData", "MCMData\MCMData.csproj", "{01192518-3E50-44FE-9073-C1277A4C9600}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9EDE4B1-F915-435B-B610-9F5E601CF34D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9EDE4B1-F915-435B-B610-9F5E601CF34D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9EDE4B1-F915-435B-B610-9F5E601CF34D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9EDE4B1-F915-435B-B610-9F5E601CF34D}.Release|Any CPU.Build.0 = Release|Any CPU
{7FD3EDAE-74E4-45E0-9696-BA5A740FBA5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FD3EDAE-74E4-45E0-9696-BA5A740FBA5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FD3EDAE-74E4-45E0-9696-BA5A740FBA5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FD3EDAE-74E4-45E0-9696-BA5A740FBA5E}.Release|Any CPU.Build.0 = Release|Any CPU
{DFC21190-4A16-42F7-99F9-D0A16C2BEC79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFC21190-4A16-42F7-99F9-D0A16C2BEC79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFC21190-4A16-42F7-99F9-D0A16C2BEC79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFC21190-4A16-42F7-99F9-D0A16C2BEC79}.Release|Any CPU.Build.0 = Release|Any CPU
{01192518-3E50-44FE-9073-C1277A4C9600}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01192518-3E50-44FE-9073-C1277A4C9600}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01192518-3E50-44FE-9073-C1277A4C9600}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01192518-3E50-44FE-9073-C1277A4C9600}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0A56A1D-9188-46BC-8476-2639D43878B2}
EndGlobalSection
EndGlobal