This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WindowsFormsApp1.sln
49 lines (49 loc) · 2.54 KB
/
WindowsFormsApp1.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 16
VisualStudioVersion = 16.0.31402.337
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsApp1", "WindowsFormsApp1\WindowsFormsApp1.csproj", "{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Debug|ARM.ActiveCfg = Debug|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Debug|ARM.Build.0 = Debug|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Debug|ARM64.Build.0 = Debug|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Debug|x64.ActiveCfg = Debug|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Debug|x64.Build.0 = Debug|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Debug|x86.ActiveCfg = Debug|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Debug|x86.Build.0 = Debug|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Release|Any CPU.Build.0 = Release|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Release|ARM.ActiveCfg = Release|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Release|ARM.Build.0 = Release|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Release|ARM64.ActiveCfg = Release|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Release|ARM64.Build.0 = Release|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Release|x64.ActiveCfg = Release|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Release|x64.Build.0 = Release|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Release|x86.ActiveCfg = Release|Any CPU
{F90774FA-08A9-4A55-91BE-18B56A8BBEBD}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F1F2BB7-9048-494A-879B-F7E9F184620A}
EndGlobalSection
EndGlobal