This repository has been archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
MK.IO.sln
49 lines (49 loc) · 2.81 KB
/
MK.IO.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34018.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MK.IO", "MK.IO\MK.IO.csproj", "{D49EB09F-BB45-446F-8CC6-29E1C6E73EFB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleNet8.0", "SampleNet8.0\SampleNet8.0.csproj", "{AC8541CD-7314-4B58-BA18-483891137232}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleNetFramework4.8", "SampleNetFramework4.8\SampleNetFramework4.8.csproj", "{FD73FD43-77EF-4057-B13D-98FC72F8F2C7}"
ProjectSection(ProjectDependencies) = postProject
{D49EB09F-BB45-446F-8CC6-29E1C6E73EFB} = {D49EB09F-BB45-446F-8CC6-29E1C6E73EFB}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleCore3.1", "SampleCore3.1\SampleCore3.1.csproj", "{7E4DC505-6D8E-4210-9EB1-9A71F0754D60}"
ProjectSection(ProjectDependencies) = postProject
{D49EB09F-BB45-446F-8CC6-29E1C6E73EFB} = {D49EB09F-BB45-446F-8CC6-29E1C6E73EFB}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D49EB09F-BB45-446F-8CC6-29E1C6E73EFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D49EB09F-BB45-446F-8CC6-29E1C6E73EFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D49EB09F-BB45-446F-8CC6-29E1C6E73EFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D49EB09F-BB45-446F-8CC6-29E1C6E73EFB}.Release|Any CPU.Build.0 = Release|Any CPU
{AC8541CD-7314-4B58-BA18-483891137232}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC8541CD-7314-4B58-BA18-483891137232}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC8541CD-7314-4B58-BA18-483891137232}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC8541CD-7314-4B58-BA18-483891137232}.Release|Any CPU.Build.0 = Release|Any CPU
{FD73FD43-77EF-4057-B13D-98FC72F8F2C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD73FD43-77EF-4057-B13D-98FC72F8F2C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD73FD43-77EF-4057-B13D-98FC72F8F2C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD73FD43-77EF-4057-B13D-98FC72F8F2C7}.Release|Any CPU.Build.0 = Release|Any CPU
{7E4DC505-6D8E-4210-9EB1-9A71F0754D60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E4DC505-6D8E-4210-9EB1-9A71F0754D60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E4DC505-6D8E-4210-9EB1-9A71F0754D60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E4DC505-6D8E-4210-9EB1-9A71F0754D60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5277C18-B2BF-48D6-BDDD-E2061CE94809}
EndGlobalSection
EndGlobal