-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjetoElevador.sln
45 lines (45 loc) · 1.68 KB
/
ProjetoElevador.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.810.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjetoElevador", "ProjetoElevador\ProjetoElevador.csproj", "{0AD54051-C708-4625-9DF3-99FE0CC3B69F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|anycpu = Debug|anycpu
Release|anycpu = Release|anycpu
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0AD54051-C708-4625-9DF3-99FE0CC3B69F}.Debug|anycpu.ActiveCfg = Debug|anycpu
{0AD54051-C708-4625-9DF3-99FE0CC3B69F}.Debug|anycpu.Build.0 = Debug|anycpu
{0AD54051-C708-4625-9DF3-99FE0CC3B69F}.Release|anycpu.ActiveCfg = Release|anycpu
{0AD54051-C708-4625-9DF3-99FE0CC3B69F}.Release|anycpu.Build.0 = Release|anycpu
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FCB482B4-CB72-4F64-AF40-68696B2C5CE4}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$0.TextStylePolicy = $4
$4.FileWidth = 80
$4.TabsToSpaces = True
$4.scope = text/plain
$0.StandardHeader = $5
$0.VersionControlPolicy = $6
$6.CommitMessageStyle = $7
$7.Indent = @\t
$7.IncludeDirectoryPaths = True
$0.ChangeLogPolicy = $8
EndGlobalSection
EndGlobal