|
17 | 17 | </PropertyGroup>
|
18 | 18 |
|
19 | 19 | <ItemGroup>
|
| 20 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\BinaryParityTest.cs" Link="ApiParity\BinaryParityTest.cs" /> |
| 21 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\CacheAffinityParityTest.cs" Link="ApiParity\CacheAffinityParityTest.cs" /> |
| 22 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\CacheConfigurationParityTest.cs" Link="ApiParity\CacheConfigurationParityTest.cs" /> |
| 23 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\CacheMetricsParityTest.cs" Link="ApiParity\CacheMetricsParityTest.cs" /> |
| 24 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\CacheParityTest.cs" Link="ApiParity\CacheParityTest.cs" /> |
| 25 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\ClientConnectorConfigurationParityTest.cs" Link="ApiParity\ClientConnectorConfigurationParityTest.cs" /> |
| 26 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\ClusterMetricsParityTest.cs" Link="ApiParity\ClusterMetricsParityTest.cs" /> |
| 27 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\ClusterParityTest.cs" Link="ApiParity\ClusterParityTest.cs" /> |
| 28 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\ComputeParityTest.cs" Link="ApiParity\ComputeParityTest.cs" /> |
| 29 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\DataRegionConfigurationParityTest.cs" Link="ApiParity\DataRegionConfigurationParityTest.cs" /> |
| 30 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\DataRegionMetricsParityTest.cs" Link="ApiParity\DataRegionMetricsParityTest.cs" /> |
| 31 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\DataStorageConfigurationParityTest.cs" Link="ApiParity\DataStorageConfigurationParityTest.cs" /> |
| 32 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\DataStorageMetricsParityTest.cs" Link="ApiParity\DataStorageMetricsParityTest.cs" /> |
| 33 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\EventsParityTest.cs" Link="ApiParity\EventsParityTest.cs" /> |
| 34 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\IgniteConfigurationParityTest.cs" Link="ApiParity\IgniteConfigurationParityTest.cs" /> |
| 35 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\IgniteParityTest.cs" Link="ApiParity\IgniteParityTest.cs" /> |
| 36 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\MessagingParityTest.cs" Link="ApiParity\MessagingParityTest.cs" /> |
| 37 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\ParityTest.cs" Link="ApiParity\ParityTest.cs" /> |
| 38 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\QueryEntityConfigurationParityTest.cs" Link="ApiParity\QueryEntityConfigurationParityTest.cs" /> |
| 39 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\ServicesParityTest.cs" Link="ApiParity\ServicesParityTest.cs" /> |
| 40 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\StreamerParityTest.cs" Link="ApiParity\StreamerParityTest.cs" /> |
| 41 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\TransactionMetricsParityTest.cs" Link="ApiParity\TransactionMetricsParityTest.cs" /> |
| 42 | + <Compile Include="..\Apache.Ignite.Core.Tests\ApiParity\TransactionsParityTest.cs" Link="ApiParity\TransactionsParityTest.cs" /> |
20 | 43 | <Compile Include="..\Apache.Ignite.Core.Tests\AssertExtensions.cs" Link="Common\AssertExtensions.cs" />
|
21 | 44 | <Compile Include="..\Apache.Ignite.Core.Tests\BinaryConfigurationTest.cs" Link="Binary\BinaryConfigurationTest.cs" />
|
22 | 45 | <Compile Include="..\Apache.Ignite.Core.Tests\Binary\BinaryDateTimeTest.cs" Link="Binary\BinaryDateTimeTest.cs" />
|
|
75 | 98 | <Compile Include="..\Apache.Ignite.Core.Tests\DataStructures\AtomicReferenceTest.cs" Link="DataStructures\AtomicReferenceTest.cs" />
|
76 | 99 | <Compile Include="..\Apache.Ignite.Core.Tests\DataStructures\AtomicSequenceTest.cs" Link="DataStructures\AtomicSequenceTest.cs" />
|
77 | 100 | <Compile Include="..\Apache.Ignite.Core.Tests\EventsTestLocalListeners.cs" Link="Common\EventsTestLocalListeners.cs" />
|
| 101 | + <Compile Include="..\Apache.Ignite.Core.Tests\IgniteConfigurationTest.cs" Link="Common\IgniteConfigurationTest.cs" /> |
78 | 102 | <Compile Include="..\Apache.Ignite.Core.Tests\IgniteTestBase.cs" Link="Common\IgniteTestBase.cs" />
|
79 | 103 | <Compile Include="..\Apache.Ignite.Core.Tests\Log\CustomLoggerTest.cs" Link="Log\CustomLoggerTest.cs" />
|
80 | 104 | <Compile Include="..\Apache.Ignite.Core.Tests\MessagingTest.cs" Link="Common\MessagingTest.cs" />
|
| 105 | + <Compile Include="..\Apache.Ignite.Core.Tests\Plugin\PluginTest.cs" Link="Plugin\PluginTest.cs" /> |
| 106 | + <Compile Include="..\Apache.Ignite.Core.Tests\Plugin\TestIgnitePlugin.cs" Link="Plugin\TestIgnitePlugin.cs" /> |
| 107 | + <Compile Include="..\Apache.Ignite.Core.Tests\Plugin\TestIgnitePluginConfiguration.cs" Link="Plugin\TestIgnitePluginConfiguration.cs" /> |
| 108 | + <Compile Include="..\Apache.Ignite.Core.Tests\Plugin\TestIgnitePluginException.cs" Link="Plugin\TestIgnitePluginException.cs" /> |
| 109 | + <Compile Include="..\Apache.Ignite.Core.Tests\Plugin\TestIgnitePluginProvider.cs" Link="Plugin\TestIgnitePluginProvider.cs" /> |
81 | 110 | <Compile Include="..\Apache.Ignite.Core.Tests\Query\BinarizablePerson.cs" Link="Cache\Query\BinarizablePerson.cs" />
|
82 | 111 | <Compile Include="..\Apache.Ignite.Core.Tests\TestUtils.Common.cs" Link="Common\TestUtils.Common.cs" />
|
83 | 112 | </ItemGroup>
|
|
110 | 139 | </ItemGroup>
|
111 | 140 |
|
112 | 141 | <ItemGroup>
|
113 |
| - <PackageReference Include="Apache.Ignite" Version="0.0.1-test" /> |
114 |
| - <PackageReference Include="Apache.Ignite.Linq" Version="0.0.1-test" /> |
115 |
| - <PackageReference Include="Apache.Ignite.Schema" Version="0.0.1-test" /> |
116 |
| - <PackageReference Include="Apache.Ignite.NLog" Version="0.0.1-test" /> |
117 |
| - <PackageReference Include="Apache.Ignite.log4net" Version="0.0.1-test" /> |
118 | 142 | <PackageReference Include="log4net" Version="2.0.5" />
|
119 | 143 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
|
120 |
| - <PackageReference Include="NLog" Version="4.4.12" /> |
121 | 144 | <PackageReference Include="NUnit" Version="3.8.1" />
|
122 | 145 | <PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
|
123 | 146 | <PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0" />
|
| 147 | + |
| 148 | + <ProjectReference Include="..\Apache.Ignite.Core\Apache.Ignite.Core.DotNetCore.csproj" /> |
| 149 | + <ProjectReference Include="..\Apache.Ignite.Linq\Apache.Ignite.Linq.DotNetCore.csproj" /> |
124 | 150 | </ItemGroup>
|
125 | 151 |
|
126 | 152 | <ItemGroup>
|
|
132 | 158 | <Folder Include="Config\Client\" />
|
133 | 159 | <Folder Include="Log\" />
|
134 | 160 | <Folder Include="DataStructures\" />
|
| 161 | + <Folder Include="ApiParity\" /> |
| 162 | + <Folder Include="Plugin\" /> |
135 | 163 | <Folder Include="ThinClient\Cache\" />
|
136 | 164 | </ItemGroup>
|
137 | 165 |
|
|
0 commit comments