forked from UNOPS/filer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFiler.sln
46 lines (46 loc) · 2.46 KB
/
Filer.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
37
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Filer.Core", "Filer.Core\Filer.Core.csproj", "{2765EA37-69D2-4DB6-89D1-DBF9A3B3CBAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Filer.EntityFrameworkCore", "Filer.EntityFrameworkCore\Filer.EntityFrameworkCore.csproj", "{87645483-68F2-4E15-B399-A60A8E447768}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D33BCAB8-4B00-473D-A6B3-66876BD340BB}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Filer.sln.DotSettings = Filer.sln.DotSettings
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Filer.EntityFrameworkCore.Tests", "Filer.EntityFrameworkCore.Tests\Filer.EntityFrameworkCore.Tests.csproj", "{942B948D-8C3A-41BE-94D0-69C2A283DF47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2765EA37-69D2-4DB6-89D1-DBF9A3B3CBAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2765EA37-69D2-4DB6-89D1-DBF9A3B3CBAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2765EA37-69D2-4DB6-89D1-DBF9A3B3CBAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2765EA37-69D2-4DB6-89D1-DBF9A3B3CBAE}.Release|Any CPU.Build.0 = Release|Any CPU
{87645483-68F2-4E15-B399-A60A8E447768}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87645483-68F2-4E15-B399-A60A8E447768}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87645483-68F2-4E15-B399-A60A8E447768}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87645483-68F2-4E15-B399-A60A8E447768}.Release|Any CPU.Build.0 = Release|Any CPU
{942B948D-8C3A-41BE-94D0-69C2A283DF47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{942B948D-8C3A-41BE-94D0-69C2A283DF47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{942B948D-8C3A-41BE-94D0-69C2A283DF47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{942B948D-8C3A-41BE-94D0-69C2A283DF47}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6BE2568-2C06-48C2-BDF1-17D125C5924F}
EndGlobalSection
EndGlobal