devops.bizgaze 3 anni fa
parent
commit
c2feb917f2
1 ha cambiato i file con 5 aggiunte e 21 eliminazioni
  1. 5
    21
      UnitTests.Core/UnitTests.Core.Publish.csproj

+ 5
- 21
UnitTests.Core/UnitTests.Core.Publish.csproj Vedi File

@@ -6,28 +6,12 @@
6 6
   </PropertyGroup>
7 7
 
8 8
   <ItemGroup>
9
+    <ProjectReference Include="..\..\unibase\helpers\TokenHelper\TokenHelper.Publish.csproj" />
10
+    <ProjectReference Include="..\..\unibase\mongdbprovider\MongoDbProvider\MongoDbProvider.Publish.csproj" />
11
+    <ProjectReference Include="..\..\unibase\pgsqldbprovider\PgSqlDbProvider\PgSqlDbProvider.Publish.csproj" />
12
+    <ProjectReference Include="..\..\unibase\platform.apps\Platform.Apps\Platform.Apps.Publish.csproj" />
9 13
     <ProjectReference Include="..\..\unibase\platform.common\Platform.Common\Platform.Common.Publish.csproj" />
10
-  </ItemGroup>
11
-
12
-  <ItemGroup>
13
-    <Reference Include="Unibase.Core">
14
-      <HintPath>..\..\dlls_unibase\Unibase.Core.dll</HintPath>
15
-    </Reference>
16
-    <Reference Include="Unibase.DbProviders.MongoDbProvider">
17
-      <HintPath>..\..\dlls_unibase\Unibase.DbProviders.MongoDbProvider.dll</HintPath>
18
-    </Reference>
19
-    <Reference Include="Unibase.DbProviders.PgSqlDbProvider">
20
-      <HintPath>..\..\dlls_unibase\Unibase.DbProviders.PgSqlDbProvider.dll</HintPath>
21
-    </Reference>
22
-    <Reference Include="Unibase.Platform.Apps">
23
-      <HintPath>..\..\dlls_unibase\Unibase.Platform.Apps.dll</HintPath>
24
-    </Reference>
25
-    <Reference Include="Unibase.Platform.Core">
26
-      <HintPath>..\..\dlls_unibase\Unibase.Platform.Core.dll</HintPath>
27
-    </Reference>
28
-    <Reference Include="Unibase.Platform.Membership">
29
-      <HintPath>..\..\dlls_unibase\Unibase.Platform.Membership.dll</HintPath>
30
-    </Reference>
14
+    <ProjectReference Include="..\..\unibase\platform\Platform.Membership\Platform.Membership.Publish.csproj" />
31 15
   </ItemGroup>
32 16
 
33 17
 </Project>

Loading…
Annulla
Salva