-
Notifications
You must be signed in to change notification settings - Fork 0
/
Learning_csharp_WinForm.sln
43 lines (43 loc) · 2.57 KB
/
Learning_csharp_WinForm.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 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Learning_csharp_WinForm", "Learning_csharp_WinForm\Learning_csharp_WinForm.csproj", "{85F72056-1385-4381-8B21-A161E3DD5B49}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Learning_csharp", "..\Learning_csharp\Learning_csharp\Learning_csharp.csproj", "{DDBC188B-B16C-44BF-9BEC-7CE64E0426BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyLib", "MyLib\MyLib.csproj", "{8749EEF7-CBFA-476B-8DE2-EEF730539E9A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InterfaceExample.Tests", "TestProject\InterfaceExample.Tests.csproj", "{CD0DD2F4-CFB4-4E41-A1EB-405AE5071D64}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{85F72056-1385-4381-8B21-A161E3DD5B49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85F72056-1385-4381-8B21-A161E3DD5B49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85F72056-1385-4381-8B21-A161E3DD5B49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85F72056-1385-4381-8B21-A161E3DD5B49}.Release|Any CPU.Build.0 = Release|Any CPU
{DDBC188B-B16C-44BF-9BEC-7CE64E0426BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDBC188B-B16C-44BF-9BEC-7CE64E0426BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDBC188B-B16C-44BF-9BEC-7CE64E0426BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDBC188B-B16C-44BF-9BEC-7CE64E0426BB}.Release|Any CPU.Build.0 = Release|Any CPU
{8749EEF7-CBFA-476B-8DE2-EEF730539E9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8749EEF7-CBFA-476B-8DE2-EEF730539E9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8749EEF7-CBFA-476B-8DE2-EEF730539E9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8749EEF7-CBFA-476B-8DE2-EEF730539E9A}.Release|Any CPU.Build.0 = Release|Any CPU
{CD0DD2F4-CFB4-4E41-A1EB-405AE5071D64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD0DD2F4-CFB4-4E41-A1EB-405AE5071D64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD0DD2F4-CFB4-4E41-A1EB-405AE5071D64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD0DD2F4-CFB4-4E41-A1EB-405AE5071D64}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {85129DC5-19BB-41A8-94B9-A5B52AFB1DD9}
EndGlobalSection
EndGlobal