-
Notifications
You must be signed in to change notification settings - Fork 1
/
Machine.sln
63 lines (63 loc) · 3.52 KB
/
Machine.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Machine", "Machine\Machine.csproj", "{7BB06C03-3771-4FFE-BB95-B86BF409F6B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interface", "Interface\Interface.csproj", "{DE113006-89E8-4547-B195-735EC9CCE6F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BB06C03-3771-4FFE-BB95-B86BF409F6B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BB06C03-3771-4FFE-BB95-B86BF409F6B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BB06C03-3771-4FFE-BB95-B86BF409F6B6}.Debug|x64.ActiveCfg = Debug|x64
{7BB06C03-3771-4FFE-BB95-B86BF409F6B6}.Debug|x64.Build.0 = Debug|x64
{7BB06C03-3771-4FFE-BB95-B86BF409F6B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BB06C03-3771-4FFE-BB95-B86BF409F6B6}.Release|Any CPU.Build.0 = Release|Any CPU
{7BB06C03-3771-4FFE-BB95-B86BF409F6B6}.Release|x64.ActiveCfg = Release|x64
{7BB06C03-3771-4FFE-BB95-B86BF409F6B6}.Release|x64.Build.0 = Release|x64
{DE113006-89E8-4547-B195-735EC9CCE6F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE113006-89E8-4547-B195-735EC9CCE6F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE113006-89E8-4547-B195-735EC9CCE6F2}.Debug|x64.ActiveCfg = Debug|Any CPU
{DE113006-89E8-4547-B195-735EC9CCE6F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE113006-89E8-4547-B195-735EC9CCE6F2}.Release|Any CPU.Build.0 = Release|Any CPU
{DE113006-89E8-4547-B195-735EC9CCE6F2}.Release|x64.ActiveCfg = Release|x64
{DE113006-89E8-4547-B195-735EC9CCE6F2}.Release|x64.Build.0 = Release|x64
{DE113006-89E8-4547-B195-735EC9CCE6F2}.Debug|x64.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.VersionControlPolicy = $2
$2.inheritsSet = Mono
$0.StandardHeader = $3
$3.Text = @ \n ${FileName}\n \n Author:\n ${AuthorName} <${AuthorEmail}>\n\n Copyright (c) ${Year} ${CopyrightHolder}\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <http://www.gnu.org/licenses/>.
$3.IncludeInNewFiles = True
$0.NameConventionPolicy = $4
$4.Rules = $5
$5.NamingRule = $6
$6.Name = Type Parameters
$6.AffectedEntity = TypeParameter
$6.VisibilityMask = VisibilityMask
$6.NamingStyle = PascalCase
$6.IncludeInstanceMembers = True
$6.IncludeStaticEntities = True
$6.RequiredPrefixes = $7
$7.String = T
$6.RequiredSuffixes = $8
$8.String = Exception
version = 1
EndGlobalSection
EndGlobal