-
Notifications
You must be signed in to change notification settings - Fork 0
/
sobert-sl.sln
30 lines (29 loc) · 1.09 KB
/
sobert-sl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sobert-sl", "sobert-sl\sobert-sl.csproj", "{F3C9A392-9C4A-4B41-AA2D-32996B6EDA3E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F3C9A392-9C4A-4B41-AA2D-32996B6EDA3E}.Debug|x64.ActiveCfg = Debug|x64
{F3C9A392-9C4A-4B41-AA2D-32996B6EDA3E}.Debug|x64.Build.0 = Debug|x64
{F3C9A392-9C4A-4B41-AA2D-32996B6EDA3E}.Release|x64.ActiveCfg = Release|x64
{F3C9A392-9C4A-4B41-AA2D-32996B6EDA3E}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 80
$3.TabsToSpaces = True
$3.EolMarker = Unix
$3.scope = text/plain
EndGlobalSection
EndGlobal