This repository was archived by the owner on Dec 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCyclone.sln
54 lines (53 loc) · 2.21 KB
/
Cyclone.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cyclone", "Cyclone.csproj", "{C073F37F-0E04-414D-B5ED-50A4FA1E43BB}"
EndProject
Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "Packages", "Packages.mdproj", "{028809B5-D426-45F6-BAC4-2DEDC1F9120F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C073F37F-0E04-414D-B5ED-50A4FA1E43BB}.Debug|x86.ActiveCfg = Debug|x86
{C073F37F-0E04-414D-B5ED-50A4FA1E43BB}.Debug|x86.Build.0 = Debug|x86
{C073F37F-0E04-414D-B5ED-50A4FA1E43BB}.Release|x86.ActiveCfg = Release|x86
{C073F37F-0E04-414D-B5ED-50A4FA1E43BB}.Release|x86.Build.0 = Release|x86
{028809B5-D426-45F6-BAC4-2DEDC1F9120F}.Debug|x86.ActiveCfg = Debug|Any CPU
{028809B5-D426-45F6-BAC4-2DEDC1F9120F}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.FileWidth = 80
$2.scope = text/x-csharp
$2.TabsToSpaces = True
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$3.NewLinesForBracesInTypes = False
$3.NewLinesForBracesInMethods = False
$3.NewLinesForBracesInProperties = False
$3.NewLinesForBracesInAccessors = False
$3.NewLinesForBracesInAnonymousMethods = False
$3.NewLinesForBracesInControlBlocks = False
$3.NewLinesForBracesInAnonymousTypes = False
$3.NewLinesForBracesInObjectCollectionArrayInitializers = False
$3.NewLinesForBracesInLambdaExpressionBody = False
$3.NewLineForElse = False
$3.NewLineForCatch = False
$3.NewLineForFinally = False
$3.NewLineForMembersInObjectInit = False
$3.NewLineForMembersInAnonymousTypes = False
$3.NewLineForClausesInQuery = False
$3.SpaceAfterCast = True
$0.TextStylePolicy = $4
$4.FileWidth = 80
$4.TabsToSpaces = True
$4.scope = text/plain
$0.StandardHeader = $5
description = Inventory manager for bike rental businesses
EndGlobalSection
EndGlobal