-
Notifications
You must be signed in to change notification settings - Fork 17
/
Innofactor.EfCoreJsonValueConverter.sln
43 lines (43 loc) · 2.58 KB
/
Innofactor.EfCoreJsonValueConverter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Innofactor.EfCoreJsonValueConverter", "Innofactor.EfCoreJsonValueConverter\Innofactor.EfCoreJsonValueConverter.csproj", "{DF45F5FB-71A1-4B05-8928-A3FB75AE8F36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{08A40C82-BBD4-4D3E-81D4-66CC6CEB1AF8}"
ProjectSection(SolutionItems) = preProject
.github\workflows\buildconfig.yml = .github\workflows\buildconfig.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Innofactor.EfCoreJsonValueConverter.Attributes", "Innofactor.EfCoreJsonValueConverter.Attributes\Innofactor.EfCoreJsonValueConverter.Attributes.csproj", "{D761D1C3-F76E-4777-9BEE-67C1E3402D9D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Innofactor.EfCoreJsonValueConverter.Test", "Innofactor.EfCoreJsonValueConverter.Test\Innofactor.EfCoreJsonValueConverter.Test.csproj", "{4DF408F8-38CF-4BDB-B860-DA367AC0EDF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF45F5FB-71A1-4B05-8928-A3FB75AE8F36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF45F5FB-71A1-4B05-8928-A3FB75AE8F36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF45F5FB-71A1-4B05-8928-A3FB75AE8F36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF45F5FB-71A1-4B05-8928-A3FB75AE8F36}.Release|Any CPU.Build.0 = Release|Any CPU
{D761D1C3-F76E-4777-9BEE-67C1E3402D9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D761D1C3-F76E-4777-9BEE-67C1E3402D9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D761D1C3-F76E-4777-9BEE-67C1E3402D9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D761D1C3-F76E-4777-9BEE-67C1E3402D9D}.Release|Any CPU.Build.0 = Release|Any CPU
{4DF408F8-38CF-4BDB-B860-DA367AC0EDF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DF408F8-38CF-4BDB-B860-DA367AC0EDF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DF408F8-38CF-4BDB-B860-DA367AC0EDF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DF408F8-38CF-4BDB-B860-DA367AC0EDF4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6667B41F-E1F0-40CA-83DE-81B2539999FD}
EndGlobalSection
EndGlobal