|
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>netcoreapp2.0</TargetFramework> |
| 5 | + |
| 6 | + <IsPackable>false</IsPackable> |
| 7 | + |
| 8 | + <StartupObject>Apache.Ignite.Core.Tests.DotNetCore.Common.TestRunner</StartupObject> |
| 9 | + |
| 10 | + <ApplicationIcon /> |
| 11 | + |
| 12 | + <OutputType>Exe</OutputType> |
| 13 | + </PropertyGroup> |
| 14 | + |
| 15 | + <ItemGroup> |
| 16 | + <Compile Include="..\Apache.Ignite.Core.Tests\AssertExtensions.cs" Link="Common\AssertExtensions.cs" /> |
| 17 | + <Compile Include="..\Apache.Ignite.Core.Tests\BinaryConfigurationTest.cs" Link="Binary\BinaryConfigurationTest.cs" /> |
| 18 | + <Compile Include="..\Apache.Ignite.Core.Tests\Binary\BinaryDateTimeTest.cs" Link="Binary\BinaryDateTimeTest.cs" /> |
| 19 | + <Compile Include="..\Apache.Ignite.Core.Tests\Binary\JavaBinaryInteropTest.cs" Link="Binary\JavaBinaryInteropTest.cs" /> |
| 20 | + <Compile Include="..\Apache.Ignite.Core.Tests\Binary\Serializable\AdvancedSerializationTest.cs" Link="Binary\Serializable\AdvancedSerializationTest.cs" /> |
| 21 | + <Compile Include="..\Apache.Ignite.Core.Tests\Binary\Serializable\CallbacksTest.cs" Link="Binary\Serializable\CallbacksTest.cs" /> |
| 22 | + <Compile Include="..\Apache.Ignite.Core.Tests\Binary\Serializable\GenericCollectionsTest.cs" Link="Binary\Serializable\GenericCollectionsTest.cs" /> |
| 23 | + <Compile Include="..\Apache.Ignite.Core.Tests\Binary\Serializable\SqlDmlTest.cs" Link="Binary\Serializable\SqlDmlTest.cs" /> |
| 24 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\AddArgCacheEntryProcessor.cs" Link="Cache\AddArgCacheEntryProcessor.cs" /> |
| 25 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\BinarizableAddArgCacheEntryProcessor.cs" Link="Cache\BinarizableAddArgCacheEntryProcessor.cs" /> |
| 26 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\BinarizableTestException.cs" Link="Cache\BinarizableTestException.cs" /> |
| 27 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\CacheAbstractTest.cs" Link="Cache\CacheAbstractTest.cs" /> |
| 28 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\CacheAbstractTransactionalTest.cs" Link="Cache\CacheAbstractTransactionalTest.cs" /> |
| 29 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\CachePartitionedTest.cs" Link="Cache\CachePartitionedTest.cs" /> |
| 30 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\CacheTestAsyncWrapper.cs" Link="Cache\CacheTestAsyncWrapper.cs" /> |
| 31 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\CacheTestKey.cs" Link="Cache\CacheTestKey.cs" /> |
| 32 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\DataRegionMetricsTest.cs" Link="Cache\DataRegionMetricsTest.cs" /> |
| 33 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\NonSerializableCacheEntryProcessor.cs" Link="Cache\NonSerializableCacheEntryProcessor.cs" /> |
| 34 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\NonSerializableException.cs" Link="Cache\NonSerializableException.cs" /> |
| 35 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\PersistenceTest.cs" Link="Cache\PersistenceTest.cs" /> |
| 36 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\CacheDmlQueriesTest.cs" Link="Cache\Query\CacheDmlQueriesTest.cs" /> |
| 37 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\CacheDmlQueriesTestSimpleName.cs" Link="Cache\Query\CacheDmlQueriesTestSimpleName.cs" /> |
| 38 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\CacheQueriesCodeConfigurationTest.cs" Link="Cache\Query\CacheQueriesCodeConfigurationTest.cs" /> |
| 39 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\CacheQueriesTest.cs" Link="Cache\Query\CacheQueriesTest.cs" /> |
| 40 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\CacheQueriesTestSimpleName.cs" Link="Cache\Query\CacheQueriesTestSimpleName.cs" /> |
| 41 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTest.Aggregates.cs" Link="Cache\Query\Linq\CacheLinqTest.Aggregates.cs" /> |
| 42 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTest.Base.cs" Link="Cache\Query\Linq\CacheLinqTest.Base.cs" /> |
| 43 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTest.CompiledQuery.cs" Link="Cache\Query\Linq\CacheLinqTest.CompiledQuery.cs" /> |
| 44 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTest.Contains.cs" Link="Cache\Query\Linq\CacheLinqTest.Contains.cs" /> |
| 45 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTest.Custom.cs" Link="Cache\Query\Linq\CacheLinqTest.Custom.cs" /> |
| 46 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTest.DateTime.cs" Link="Cache\Query\Linq\CacheLinqTest.DateTime.cs" /> |
| 47 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTest.Functions.cs" Link="Cache\Query\Linq\CacheLinqTest.Functions.cs" /> |
| 48 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTest.Introspection.cs" Link="Cache\Query\Linq\CacheLinqTest.Introspection.cs" /> |
| 49 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTest.Join.cs" Link="Cache\Query\Linq\CacheLinqTest.Join.cs" /> |
| 50 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTest.Join.LocalCollection.cs" Link="Cache\Query\Linq\CacheLinqTest.Join.LocalCollection.cs" /> |
| 51 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTest.Misc.cs" Link="Cache\Query\Linq\CacheLinqTest.Misc.cs" /> |
| 52 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTest.Numerics.cs" Link="Cache\Query\Linq\CacheLinqTest.Numerics.cs" /> |
| 53 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTest.Strings.cs" Link="Cache\Query\Linq\CacheLinqTest.Strings.cs" /> |
| 54 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTestSimpleName.cs" Link="Cache\Query\Linq\CacheLinqTestSimpleName.cs" /> |
| 55 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\Query\Linq\CacheLinqTestSqlEscapeAll.cs" Link="Cache\Query\Linq\CacheLinqTestSqlEscapeAll.cs" /> |
| 56 | + <Compile Include="..\Apache.Ignite.Core.Tests\Cache\TestReferenceObject.cs" Link="Cache\TestReferenceObject.cs" /> |
| 57 | + <Compile Include="..\Apache.Ignite.Core.Tests\Client\Cache\CacheTest.cs" Link="ThinClient\Cache\CacheTest.cs" /> |
| 58 | + <Compile Include="..\Apache.Ignite.Core.Tests\Client\Cache\EmptyObject.cs" Link="ThinClient\Cache\EmptyObject.cs" /> |
| 59 | + <Compile Include="..\Apache.Ignite.Core.Tests\Client\Cache\Person.cs" Link="ThinClient\Cache\Person.cs" /> |
| 60 | + <Compile Include="..\Apache.Ignite.Core.Tests\Client\Cache\ScanQueryTest.cs" Link="ThinClient\Cache\ScanQueryTest.cs" /> |
| 61 | + <Compile Include="..\Apache.Ignite.Core.Tests\Client\Cache\SqlQueryTest.cs" Link="ThinClient\Cache\SqlQueryTest.cs" /> |
| 62 | + <Compile Include="..\Apache.Ignite.Core.Tests\Client\ClientConnectionTest.cs" Link="ThinClient\ClientConnectionTest.cs" /> |
| 63 | + <Compile Include="..\Apache.Ignite.Core.Tests\Client\ClientTestBase.cs" Link="ThinClient\ClientTestBase.cs" /> |
| 64 | + <Compile Include="..\Apache.Ignite.Core.Tests\Client\IgniteClientConfigurationTest.cs" Link="ThinClient\IgniteClientConfigurationTest.cs" /> |
| 65 | + <Compile Include="..\Apache.Ignite.Core.Tests\Compute\ComputeApiTest.cs" Link="Compute\ComputeApiTest.cs" /> |
| 66 | + <Compile Include="..\Apache.Ignite.Core.Tests\DataStructures\AtomicLongTest.cs" Link="DataStructures\AtomicLongTest.cs" /> |
| 67 | + <Compile Include="..\Apache.Ignite.Core.Tests\DataStructures\AtomicReferenceTest.cs" Link="DataStructures\AtomicReferenceTest.cs" /> |
| 68 | + <Compile Include="..\Apache.Ignite.Core.Tests\DataStructures\AtomicSequenceTest.cs" Link="DataStructures\AtomicSequenceTest.cs" /> |
| 69 | + <Compile Include="..\Apache.Ignite.Core.Tests\EventsTestLocalListeners.cs" Link="Common\EventsTestLocalListeners.cs" /> |
| 70 | + <Compile Include="..\Apache.Ignite.Core.Tests\IgniteTestBase.cs" Link="Common\IgniteTestBase.cs" /> |
| 71 | + <Compile Include="..\Apache.Ignite.Core.Tests\Log\CustomLoggerTest.cs" Link="Log\CustomLoggerTest.cs" /> |
| 72 | + <Compile Include="..\Apache.Ignite.Core.Tests\MessagingTest.cs" Link="Common\MessagingTest.cs" /> |
| 73 | + <Compile Include="..\Apache.Ignite.Core.Tests\Query\BinarizablePerson.cs" Link="Cache\Query\BinarizablePerson.cs" /> |
| 74 | + <Compile Include="..\Apache.Ignite.Core.Tests\TestUtils.Common.cs" Link="Common\TestUtils.Common.cs" /> |
| 75 | + </ItemGroup> |
| 76 | + |
| 77 | + <ItemGroup> |
| 78 | + <Content Include="..\Apache.Ignite.Core.Tests\Config\cache-binarizables.xml" Link="Config\cache-binarizables.xml"> |
| 79 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 80 | + </Content> |
| 81 | + <Content Include="..\Apache.Ignite.Core.Tests\Config\cache-query.xml" Link="Config\cache-query.xml"> |
| 82 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 83 | + </Content> |
| 84 | + <Content Include="..\Apache.Ignite.Core.Tests\Config\Compute\compute-grid1.xml" Link="Config\Compute\compute-grid1.xml"> |
| 85 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 86 | + </Content> |
| 87 | + <Content Include="..\Apache.Ignite.Core.Tests\Config\Compute\compute-grid2.xml" Link="Config\Compute\compute-grid2.xml"> |
| 88 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 89 | + </Content> |
| 90 | + <Content Include="..\Apache.Ignite.Core.Tests\Config\Compute\compute-grid3.xml" Link="Config\Compute\compute-grid3.xml"> |
| 91 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 92 | + </Content> |
| 93 | + <Content Include="..\Apache.Ignite.Core.Tests\Config\native-client-test-cache.xml" Link="Config\native-client-test-cache.xml"> |
| 94 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 95 | + </Content> |
| 96 | + <Content Include="..\Apache.Ignite.Core.Tests\Config\spring-test.xml" Link="Config\spring-test.xml"> |
| 97 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 98 | + </Content> |
| 99 | + </ItemGroup> |
| 100 | + |
| 101 | + <ItemGroup> |
| 102 | + <PackageReference Include="Apache.Ignite" Version="0.0.1-test" /> |
| 103 | + <PackageReference Include="Apache.Ignite.Linq" Version="0.0.1-test" /> |
| 104 | + <PackageReference Include="Apache.Ignite.Schema" Version="0.0.1-test" /> |
| 105 | + <PackageReference Include="Apache.Ignite.NLog" Version="0.0.1-test" /> |
| 106 | + <PackageReference Include="Apache.Ignite.log4net" Version="0.0.1-test" /> |
| 107 | + <PackageReference Include="log4net" Version="2.0.5" /> |
| 108 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" /> |
| 109 | + <PackageReference Include="NLog" Version="4.4.12" /> |
| 110 | + <PackageReference Include="NUnit" Version="3.8.1" /> |
| 111 | + <PackageReference Include="NUnit3TestAdapter" Version="3.9.0" /> |
| 112 | + <PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0" /> |
| 113 | + </ItemGroup> |
| 114 | + |
| 115 | + <ItemGroup> |
| 116 | + <Folder Include="Binary\Serializable\" /> |
| 117 | + <Folder Include="Cache\Query\Linq\" /> |
| 118 | + <Folder Include="Cache\Query\" /> |
| 119 | + <Folder Include="Compute\" /> |
| 120 | + <Folder Include="Config\Compute\" /> |
| 121 | + <Folder Include="Log\" /> |
| 122 | + <Folder Include="DataStructures\" /> |
| 123 | + <Folder Include="ThinClient\Cache\" /> |
| 124 | + </ItemGroup> |
| 125 | + |
| 126 | + <ItemGroup> |
| 127 | + <None Include="Common\TestUtils.DotNetCore.cs" /> |
| 128 | + </ItemGroup> |
| 129 | + |
| 130 | + <ItemGroup> |
| 131 | + <None Update="app.config"> |
| 132 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 133 | + </None> |
| 134 | + </ItemGroup> |
| 135 | + |
| 136 | +</Project> |
0 commit comments