-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCreatingCardSample.sln
37 lines (37 loc) · 2.09 KB
/
CreatingCardSample.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.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreatingCardSample.Server", "Server\CreatingCardSample.Server.csproj", "{90838A6C-9A3D-41D7-B585-3D59252F81B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreatingCardSample.Client", "Client\CreatingCardSample.Client.csproj", "{D51ABAB1-3584-418D-80C9-43A5E7AD7324}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreatingCardSample.Shared", "Shared\CreatingCardSample.Shared.csproj", "{8E49F041-78CF-4AB2-8D01-2C3B3F52DA4B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90838A6C-9A3D-41D7-B585-3D59252F81B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90838A6C-9A3D-41D7-B585-3D59252F81B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90838A6C-9A3D-41D7-B585-3D59252F81B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90838A6C-9A3D-41D7-B585-3D59252F81B7}.Release|Any CPU.Build.0 = Release|Any CPU
{D51ABAB1-3584-418D-80C9-43A5E7AD7324}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D51ABAB1-3584-418D-80C9-43A5E7AD7324}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D51ABAB1-3584-418D-80C9-43A5E7AD7324}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D51ABAB1-3584-418D-80C9-43A5E7AD7324}.Release|Any CPU.Build.0 = Release|Any CPU
{8E49F041-78CF-4AB2-8D01-2C3B3F52DA4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E49F041-78CF-4AB2-8D01-2C3B3F52DA4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E49F041-78CF-4AB2-8D01-2C3B3F52DA4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E49F041-78CF-4AB2-8D01-2C3B3F52DA4B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {71F7E903-22A7-4590-9EAE-A2C8F2CDB3FB}
EndGlobalSection
EndGlobal