-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCorePin.sln
More file actions
30 lines (30 loc) · 1.55 KB
/
Copy pathCorePin.sln
File metadata and controls
30 lines (30 loc) · 1.55 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CorePin.Shared", "CorePin.Shared\CorePin.Shared.csproj", "{26100E33-D636-2E44-814B-925E8C0419BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CorePin.UI", "CorePin.UI\CorePin.UI.csproj", "{75D1B25D-6C56-36B7-9FF2-C0B15B41E69E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26100E33-D636-2E44-814B-925E8C0419BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26100E33-D636-2E44-814B-925E8C0419BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26100E33-D636-2E44-814B-925E8C0419BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26100E33-D636-2E44-814B-925E8C0419BC}.Release|Any CPU.Build.0 = Release|Any CPU
{75D1B25D-6C56-36B7-9FF2-C0B15B41E69E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75D1B25D-6C56-36B7-9FF2-C0B15B41E69E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75D1B25D-6C56-36B7-9FF2-C0B15B41E69E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75D1B25D-6C56-36B7-9FF2-C0B15B41E69E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {15561AB3-9283-4240-8814-25E4D78701EB}
EndGlobalSection
EndGlobal