-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathLWM_Deep_Storage.sln
36 lines (35 loc) · 1.33 KB
/
LWM_Deep_Storage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LWM.DeepStorage", "DeepStorage\LWM.DeepStorage.csproj", "{A5CA1745-DFF4-4DDE-B237-F0BB3D8B1C27}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5CA1745-DFF4-4DDE-B237-F0BB3D8B1C27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5CA1745-DFF4-4DDE-B237-F0BB3D8B1C27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5CA1745-DFF4-4DDE-B237-F0BB3D8B1C27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5CA1745-DFF4-4DDE-B237-F0BB3D8B1C27}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$0.TextStylePolicy = $2
$2.scope = text/x-csharp
$2.FileWidth = 80
$2.TabsToSpaces = True
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$3.NewLinesForBracesInAccessors = False
$0.StandardHeader = $4
$0.TextStylePolicy = $5
$5.FileWidth = 80
$5.TabsToSpaces = True
$5.scope = text/plain
version = 1.5.0
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal