-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathUnitOfWork.NET.sln
More file actions
58 lines (58 loc) · 2.57 KB
/
UnitOfWork.NET.sln
File metadata and controls
58 lines (58 loc) · 2.57 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0CB37AF8-94C3-4E5D-A0DD-440DCE584EED}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Generic", "Generic", "{53728AEF-7694-4DEA-A7FA-D695E1C3FEBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitOfWork.NET", "UnitOfWork.NET\UnitOfWork.NET.csproj", "{0C954627-333D-4B69-837A-A5627D76150A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitOfWork.NET.NUnit", "UnitOfWork.NET.NUnit\UnitOfWork.NET.NUnit.csproj", "{BE810765-29C1-487F-869B-1C8416D6A697}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C954627-333D-4B69-837A-A5627D76150A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C954627-333D-4B69-837A-A5627D76150A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C954627-333D-4B69-837A-A5627D76150A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C954627-333D-4B69-837A-A5627D76150A}.Release|Any CPU.Build.0 = Release|Any CPU
{BE810765-29C1-487F-869B-1C8416D6A697}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE810765-29C1-487F-869B-1C8416D6A697}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE810765-29C1-487F-869B-1C8416D6A697}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE810765-29C1-487F-869B-1C8416D6A697}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0C954627-333D-4B69-837A-A5627D76150A} = {53728AEF-7694-4DEA-A7FA-D695E1C3FEBE}
{BE810765-29C1-487F-869B-1C8416D6A697} = {53728AEF-7694-4DEA-A7FA-D695E1C3FEBE}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 260
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-fsharp
$0.FSharpFormattingPolicy = $2
$2.DefaultFormat = $3
$3.IndentOnTryWith = False
$3.ReorderOpenDeclaration = True
$3.SpaceAfterComma = True
$3.SpaceAfterSemicolon = True
$3.SpaceAroundDelimiter = True
$3.SpaceBeforeArgument = True
$3.SpaceBeforeColon = True
$2.scope = text/x-fsharp
EndGlobalSection
EndGlobal