-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKGySoft.WinForms.sln
More file actions
48 lines (48 loc) · 2.54 KB
/
KGySoft.WinForms.sln
File metadata and controls
48 lines (48 loc) · 2.54 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.2.11415.280
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KGySoft.WinForms", "KGySoft.WinForms\KGySoft.WinForms.csproj", "{DC2C824D-22F9-49E8-A4D2-549FFA73DFD9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{910A190E-E4A1-4121-A8A0-B29F33192845}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
en-US_User.dic = en-US_User.dic
IgnoredWords.dic = IgnoredWords.dic
KGySoft.snk = KGySoft.snk
KGySoft.WinForms.ruleset = KGySoft.WinForms.ruleset
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KGySoft.WinForms.Example", "KGySoft.WinForms.Example\KGySoft.WinForms.Example.csproj", "{DCFA4BB8-8ADF-0B30-2148-A51D7EB36D9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KGySoft.WinForms.UnitTest", "KGySoft.WinForms.UnitTest\KGySoft.WinForms.UnitTest.csproj", "{6CBD8A32-81BB-0273-95C7-EAE32A96C954}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC2C824D-22F9-49E8-A4D2-549FFA73DFD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC2C824D-22F9-49E8-A4D2-549FFA73DFD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC2C824D-22F9-49E8-A4D2-549FFA73DFD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC2C824D-22F9-49E8-A4D2-549FFA73DFD9}.Release|Any CPU.Build.0 = Release|Any CPU
{DCFA4BB8-8ADF-0B30-2148-A51D7EB36D9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCFA4BB8-8ADF-0B30-2148-A51D7EB36D9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCFA4BB8-8ADF-0B30-2148-A51D7EB36D9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCFA4BB8-8ADF-0B30-2148-A51D7EB36D9E}.Release|Any CPU.Build.0 = Release|Any CPU
{6CBD8A32-81BB-0273-95C7-EAE32A96C954}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CBD8A32-81BB-0273-95C7-EAE32A96C954}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CBD8A32-81BB-0273-95C7-EAE32A96C954}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CBD8A32-81BB-0273-95C7-EAE32A96C954}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E07D6F50-FEEE-470F-8696-DB959AA5A75C}
EndGlobalSection
EndGlobal