-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFormsCore.sln
More file actions
51 lines (51 loc) · 3.05 KB
/
FormsCore.sln
File metadata and controls
51 lines (51 loc) · 3.05 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
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FormsCore", "src\System.Windows.Forms\src\System.Windows.Forms.csproj", "{96A7C2AC-1A39-4AAB-9AE9-896987893BC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mono.Posix.NETStandard-netstandard_2_0", "src\Mono.Posix\Mono.Posix.NETStandard-netstandard_2_0.csproj", "{7FB35F8F-9075-4EDB-9CEE-D1B493A9125C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{5F9539C9-5791-4AE3-8AD4-C90A507D0153}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "create-keyboards", "tools\create-keyboards\create-keyboards.csproj", "{69783EBA-AA21-4B53-9DFF-668FACD1D6CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{D073272F-62E0-4F69-9015-001E54D39248}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestApp", "samples\TestApp\TestApp.csproj", "{3546DC4A-817C-491E-91F5-71C00E9C9479}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96A7C2AC-1A39-4AAB-9AE9-896987893BC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96A7C2AC-1A39-4AAB-9AE9-896987893BC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96A7C2AC-1A39-4AAB-9AE9-896987893BC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96A7C2AC-1A39-4AAB-9AE9-896987893BC5}.Release|Any CPU.Build.0 = Release|Any CPU
{7FB35F8F-9075-4EDB-9CEE-D1B493A9125C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FB35F8F-9075-4EDB-9CEE-D1B493A9125C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FB35F8F-9075-4EDB-9CEE-D1B493A9125C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FB35F8F-9075-4EDB-9CEE-D1B493A9125C}.Release|Any CPU.Build.0 = Release|Any CPU
{69783EBA-AA21-4B53-9DFF-668FACD1D6CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69783EBA-AA21-4B53-9DFF-668FACD1D6CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69783EBA-AA21-4B53-9DFF-668FACD1D6CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69783EBA-AA21-4B53-9DFF-668FACD1D6CF}.Release|Any CPU.Build.0 = Release|Any CPU
{3546DC4A-817C-491E-91F5-71C00E9C9479}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3546DC4A-817C-491E-91F5-71C00E9C9479}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3546DC4A-817C-491E-91F5-71C00E9C9479}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3546DC4A-817C-491E-91F5-71C00E9C9479}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{69783EBA-AA21-4B53-9DFF-668FACD1D6CF} = {5F9539C9-5791-4AE3-8AD4-C90A507D0153}
{3546DC4A-817C-491E-91F5-71C00E9C9479} = {D073272F-62E0-4F69-9015-001E54D39248}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E106B075-3194-4A8F-93C6-BBD5F2CD9A62}
EndGlobalSection
EndGlobal