Skip to content

Commit 5776418

Browse files
committed
Moves FlubuCore.LiteDb to src folder
1 parent ee73365 commit 5776418

23 files changed

+3
-12
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,5 @@ src/Template/.vs/
155155
src/dotnet-flubu/dotnet-flubu.csproj.user
156156
FlubuCore.LiteDb/bin/
157157
FlubuCore.LiteDb/obj/
158+
src/FlubuCore.LiteDb/obj/
159+
src/FlubuCore.LiteDb/bin/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/FlubuCore.WebApi/FlubuCore.WebApi.csproj.user

-11
This file was deleted.

src/flubu.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Deploy", "Deploy\Deploy.csp
3737
EndProject
3838
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlubuCore.Tool", "FlubuCore.Tool\FlubuCore.Tool.csproj", "{1EC21B6A-AE85-467F-BFE4-956E3245B1E8}"
3939
EndProject
40-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlubuCore.LiteDb", "..\FlubuCore.LiteDb\FlubuCore.LiteDb.csproj", "{A501F246-9963-49CB-BF5C-A704D339FCFC}"
40+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlubuCore.LiteDb", "FlubuCore.LiteDb\FlubuCore.LiteDb.csproj", "{A501F246-9963-49CB-BF5C-A704D339FCFC}"
4141
EndProject
4242
Global
4343
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)