-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImportAndReferenceAll.bat
22 lines (17 loc) · 2.19 KB
/
ImportAndReferenceAll.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
dotnet sln add --solution-folder ShiftFramework\ShiftEntity ..\..\..\ShiftEntity\ShiftEntity.Model\ShiftEntity.Model.csproj
dotnet sln add --solution-folder ShiftFramework\ShiftEntity ..\..\..\ShiftEntity\ShiftEntity.Core\ShiftEntity.Core.csproj
dotnet sln add --solution-folder ShiftFramework\ShiftEntity ..\..\..\ShiftEntity\ShiftEntity.Web\ShiftEntity.Web.csproj
dotnet sln add --solution-folder ShiftFramework\ShiftEntity ..\..\..\ShiftEntity\ShiftEntity.EFCore\ShiftEntity.EFCore.csproj
dotnet sln add --solution-folder ShiftFramework\ShiftEntity ..\..\..\ShiftEntity\ShiftEntity.CosmosDbReplication\ShiftEntity.CosmosDbReplication.csproj
dotnet sln add --solution-folder ShiftFramework\ShiftEntity ..\..\..\ShiftEntity\ShiftEntity.Print\ShiftEntity.Print.csproj
dotnet sln add --solution-folder ShiftFramework\ShiftBlazor ..\..\..\ShiftBlazor\ShiftBlazor\ShiftBlazor.csproj
dotnet sln add --solution-folder ShiftFramework\TypeAuth ..\..\..\TypeAuth\TypeAuth.Core\TypeAuth.Core.csproj
dotnet sln add --solution-folder ShiftFramework\TypeAuth ..\..\..\TypeAuth\TypeAuth.Blazor\TypeAuth.Blazor.csproj
dotnet sln add --solution-folder ShiftFramework\TypeAuth ..\..\..\TypeAuth\TypeAuth.AspNetCore\TypeAuth.AspNetCore.csproj
dotnet sln add --solution-folder ShiftFramework\ShiftIdentity ..\..\..\ShiftIdentity\ShiftIdentity.Core\ShiftIdentity.Core.csproj
dotnet sln add --solution-folder ShiftFramework\ShiftIdentity ..\..\..\ShiftIdentity\ShiftIdentity.Data\ShiftIdentity.Data.csproj
dotnet sln add --solution-folder ShiftFramework\ShiftIdentity ..\..\..\ShiftIdentity\ShiftIdentity.AspNetCore\ShiftIdentity.AspNetCore.csproj
dotnet sln add --solution-folder ShiftFramework\ShiftIdentity ..\..\..\ShiftIdentity\ShiftIdentity.Blazor\ShiftIdentity.Blazor.csproj
dotnet sln add --solution-folder ShiftFramework\ShiftIdentity ..\..\..\ShiftIdentity\ShiftIdentity.Dashboard.AspNetCore\ShiftIdentity.Dashboard.AspNetCore.csproj
dotnet sln add --solution-folder ShiftFramework\ShiftIdentity ..\..\..\ShiftIdentity\ShiftIdentity.Dashboard.Blazor\ShiftIdentity.Dashboard.Blazor.csproj
dotnet sln add --solution-folder ShiftFramework\TestingTools ..\..\..\ShiftFrameworkTestingTools\ShiftFrameworkTestingTools\ShiftFrameworkTestingTools.csproj