-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAutoPocoIO.Repository.sln
More file actions
53 lines (53 loc) · 2.36 KB
/
AutoPocoIO.Repository.sln
File metadata and controls
53 lines (53 loc) · 2.36 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoPocoIO.Repository", "src\AutoPocoIO.Repository.csproj", "{5A9BC18D-30CE-426A-A9AC-B26D534A8310}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0CB7D6F8-7D25-4480-82D4-9295EA3F89E8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoPocoIO.Repository.Test", "tests\AutoPocoIO.Repository.Test\AutoPocoIO.Repository.Test.csproj", "{A17C4375-4127-4AF2-BA45-4348B1BCCAF3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A9BC18D-30CE-426A-A9AC-B26D534A8310}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A9BC18D-30CE-426A-A9AC-B26D534A8310}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A9BC18D-30CE-426A-A9AC-B26D534A8310}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A9BC18D-30CE-426A-A9AC-B26D534A8310}.Release|Any CPU.Build.0 = Release|Any CPU
{A17C4375-4127-4AF2-BA45-4348B1BCCAF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A17C4375-4127-4AF2-BA45-4348B1BCCAF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A17C4375-4127-4AF2-BA45-4348B1BCCAF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A17C4375-4127-4AF2-BA45-4348B1BCCAF3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8EB54E03-1D0C-476E-8F04-2E4EFF7605C3}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.FileWidth = 80
$2.TabsToSpaces = True
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$0.TextStylePolicy = $4
$4.FileWidth = 80
$4.TabsToSpaces = True
$4.scope = text/plain
$0.StandardHeader = $5
version = 1.0.0-alpha
EndGlobalSection
EndGlobal