Skip to content

Commit

Permalink
Executable program for playing around
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Aug 9, 2019
1 parent 243a085 commit cfd47ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EFCore.Runtime.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"test\\EFCore.Sqlite.FunctionalTests\\EFCore.Sqlite.FunctionalTests.csproj",
"test\\EFCore.Sqlite.Tests\\EFCore.Sqlite.Tests.csproj",
"test\\EFCore.Tests\\EFCore.Tests.csproj"
"..\\Games\\Games.csproj"
]
}
}
}
6 changes: 6 additions & 0 deletions EFCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFCore.Benchmarks", "benchm
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EF.Benchmarks.Shared", "benchmark\EF.Benchmarks.Shared\EF.Benchmarks.Shared.csproj", "{BFC26566-4C6D-4904-A559-8FFE09369901}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Games", "..\Games\Games.csproj", "{15363C1F-E3E7-48F7-B35C-C03A3C3A2453}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -367,6 +369,10 @@ Global
{BFC26566-4C6D-4904-A559-8FFE09369901}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFC26566-4C6D-4904-A559-8FFE09369901}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFC26566-4C6D-4904-A559-8FFE09369901}.Release|Any CPU.Build.0 = Release|Any CPU
{15363C1F-E3E7-48F7-B35C-C03A3C3A2453}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15363C1F-E3E7-48F7-B35C-C03A3C3A2453}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15363C1F-E3E7-48F7-B35C-C03A3C3A2453}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15363C1F-E3E7-48F7-B35C-C03A3C3A2453}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit cfd47ec

Please sign in to comment.