-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPadraoCommand.sln
More file actions
39 lines (39 loc) · 1.62 KB
/
PadraoCommand.sln
File metadata and controls
39 lines (39 loc) · 1.62 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32602.291
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PadraoCommand", "PadraoCommand.csproj", "{F1E1C4E8-4BC4-4BB3-ACE6-0E998970648A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Interfaces", "Interfaces", "{A096DFE8-1CB1-429E-87D2-AD3400ABF1DE}"
ProjectSection(SolutionItems) = preProject
ICommand.cs = ICommand.cs
IReceiver.cs = IReceiver.cs
IState.cs = IState.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EF1FDEA2-9685-4CDF-A0DD-6606096EDCAB}"
ProjectSection(SolutionItems) = preProject
Command.cs = Command.cs
Receiver.cs = Receiver.cs
State.cs = State.cs
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1E1C4E8-4BC4-4BB3-ACE6-0E998970648A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1E1C4E8-4BC4-4BB3-ACE6-0E998970648A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1E1C4E8-4BC4-4BB3-ACE6-0E998970648A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1E1C4E8-4BC4-4BB3-ACE6-0E998970648A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3703BEFC-2F7F-4117-BC33-EB14E3C8966D}
EndGlobalSection
EndGlobal