diff --git a/Sources/EFMapping/EFChampionMapper.cs b/Sources/EFMapping/EFChampionMapper.cs new file mode 100644 index 0000000..c6c84d2 --- /dev/null +++ b/Sources/EFMapping/EFChampionMapper.cs @@ -0,0 +1,7 @@ +namespace EFMapping +{ + public class EFChampionMapper + { + + } +} \ No newline at end of file diff --git a/Sources/EFMapping/EFMapping.csproj b/Sources/EFMapping/EFMapping.csproj new file mode 100644 index 0000000..bafd05b --- /dev/null +++ b/Sources/EFMapping/EFMapping.csproj @@ -0,0 +1,9 @@ + + + + net6.0 + enable + enable + + + diff --git a/Sources/LeagueOfLegends.sln b/Sources/LeagueOfLegends.sln index 79394bd..4741386 100644 --- a/Sources/LeagueOfLegends.sln +++ b/Sources/LeagueOfLegends.sln @@ -39,6 +39,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViewModels", "ViewModels\Vi EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LolApp", "LolApp\LolApp.csproj", "{0C898A04-092A-49AA-BE65-8AE818A2AF50}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFMapping", "EFMapping\EFMapping.csproj", "{33567480-B38B-4A1E-9A81-6F4136A09C15}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -107,6 +109,10 @@ Global {0C898A04-092A-49AA-BE65-8AE818A2AF50}.Release|Any CPU.ActiveCfg = Release|Any CPU {0C898A04-092A-49AA-BE65-8AE818A2AF50}.Release|Any CPU.Build.0 = Release|Any CPU {0C898A04-092A-49AA-BE65-8AE818A2AF50}.Release|Any CPU.Deploy.0 = Release|Any CPU + {33567480-B38B-4A1E-9A81-6F4136A09C15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {33567480-B38B-4A1E-9A81-6F4136A09C15}.Debug|Any CPU.Build.0 = Debug|Any CPU + {33567480-B38B-4A1E-9A81-6F4136A09C15}.Release|Any CPU.ActiveCfg = Release|Any CPU + {33567480-B38B-4A1E-9A81-6F4136A09C15}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE