This commit is contained in:
devops.bizgaze
2021-08-26 10:55:38 +05:30
parent d0c3a89f9e
commit c2feb917f2
+5 -21
View File
@@ -6,28 +6,12 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\unibase\helpers\TokenHelper\TokenHelper.Publish.csproj" />
<ProjectReference Include="..\..\unibase\mongdbprovider\MongoDbProvider\MongoDbProvider.Publish.csproj" />
<ProjectReference Include="..\..\unibase\pgsqldbprovider\PgSqlDbProvider\PgSqlDbProvider.Publish.csproj" />
<ProjectReference Include="..\..\unibase\platform.apps\Platform.Apps\Platform.Apps.Publish.csproj" />
<ProjectReference Include="..\..\unibase\platform.common\Platform.Common\Platform.Common.Publish.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Unibase.Core">
<HintPath>..\..\dlls_unibase\Unibase.Core.dll</HintPath>
</Reference>
<Reference Include="Unibase.DbProviders.MongoDbProvider">
<HintPath>..\..\dlls_unibase\Unibase.DbProviders.MongoDbProvider.dll</HintPath>
</Reference>
<Reference Include="Unibase.DbProviders.PgSqlDbProvider">
<HintPath>..\..\dlls_unibase\Unibase.DbProviders.PgSqlDbProvider.dll</HintPath>
</Reference>
<Reference Include="Unibase.Platform.Apps">
<HintPath>..\..\dlls_unibase\Unibase.Platform.Apps.dll</HintPath>
</Reference>
<Reference Include="Unibase.Platform.Core">
<HintPath>..\..\dlls_unibase\Unibase.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="Unibase.Platform.Membership">
<HintPath>..\..\dlls_unibase\Unibase.Platform.Membership.dll</HintPath>
</Reference>
<ProjectReference Include="..\..\unibase\platform\Platform.Membership\Platform.Membership.Publish.csproj" />
</ItemGroup>
</Project>