forked from henrybauer/GPOSpeedPump
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathGPOSpeedPump.sln
More file actions
41 lines (41 loc) · 1.62 KB
/
GPOSpeedPump.sln
File metadata and controls
41 lines (41 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
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.810.21
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GPOSpeedPump", "Source\GPOSpeedPump\GPOSpeedPump.csproj", "{BA9DDBF5-97D5-4A1B-AAF4-E627D3580886}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA9DDBF5-97D5-4A1B-AAF4-E627D3580886}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA9DDBF5-97D5-4A1B-AAF4-E627D3580886}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA9DDBF5-97D5-4A1B-AAF4-E627D3580886}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA9DDBF5-97D5-4A1B-AAF4-E627D3580886}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FC892894-2F6F-429C-A367-D2E6C797997B}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.SpaceAfterColonInBaseTypeDeclaration = False
$2.SpaceAfterSemicolonsInForStatement = False
$2.SpaceBeforeColonInBaseTypeDeclaration = False
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 132
$3.NoTabsAfterNonTabs = True
$3.EolMarker = Unix
$3.scope = text/plain
EndGlobalSection
EndGlobal