-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathClass2GUI.sln
More file actions
45 lines (45 loc) · 2.35 KB
/
Copy pathClass2GUI.sln
File metadata and controls
45 lines (45 loc) · 2.35 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.19
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Class2GUI", "Class2GUI\Class2GUI.csproj", "{8B35B9CB-00F1-4431-B762-42127B8522BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Class2GUIApp", "Class2GUIApp\Class2GUIApp.csproj", "{FF55A505-F299-4992-ACE6-20D9F8C7888D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{7AC68BEB-5205-4B7A-9E3B-FFB2637CF568}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Files\Screen1.png = Files\Screen1.png
Files\Screen2.png = Files\Screen2.png
Files\Screen3.png = Files\Screen3.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Class2GUITest", "Class2GUITest\Class2GUITest.csproj", "{10DFD5F0-AEC4-4471-83D3-8C5ADF74F065}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B35B9CB-00F1-4431-B762-42127B8522BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B35B9CB-00F1-4431-B762-42127B8522BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B35B9CB-00F1-4431-B762-42127B8522BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B35B9CB-00F1-4431-B762-42127B8522BC}.Release|Any CPU.Build.0 = Release|Any CPU
{FF55A505-F299-4992-ACE6-20D9F8C7888D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF55A505-F299-4992-ACE6-20D9F8C7888D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF55A505-F299-4992-ACE6-20D9F8C7888D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF55A505-F299-4992-ACE6-20D9F8C7888D}.Release|Any CPU.Build.0 = Release|Any CPU
{10DFD5F0-AEC4-4471-83D3-8C5ADF74F065}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10DFD5F0-AEC4-4471-83D3-8C5ADF74F065}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10DFD5F0-AEC4-4471-83D3-8C5ADF74F065}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10DFD5F0-AEC4-4471-83D3-8C5ADF74F065}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {97363443-CB28-4B7F-B36A-1B1BC12474BD}
EndGlobalSection
EndGlobal