|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>Microsoft.ML.Samples</AssemblyName>
<LangVersion>Latest</LangVersion>
<DefineConstants>TRACE;RELEASE;NET;NET8_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="Dynamic\DataOperations\BootstrapSample.cs"/>
<Compile Include="Dynamic\DataOperations\Cache.cs"/>
<Compile Include="Dynamic\DataOperations\CrossValidationSplit.cs"/>
<Compile Include="Dynamic\DataOperations\DataViewEnumerable.cs"/>
<Compile Include="Dynamic\DataOperations\FilterRowsByColumn.cs"/>
<Compile Include="Dynamic\DataOperations\FilterRowsByCustomPredicate.cs"/>
<Compile Include="Dynamic\DataOperations\FilterRowsByKeyColumnFraction.cs"/>
<Compile Include="Dynamic\DataOperations\FilterRowsByMissingValues.cs"/>
<Compile Include="Dynamic\DataOperations\FilterRowsByStatefulCustomPredicate.cs"/>
<Compile Include="Dynamic\DataOperations\LoadFromEnumerable.cs"/>
<Compile Include="Dynamic\DataOperations\LoadingSvmLight.cs"/>
<Compile Include="Dynamic\DataOperations\LoadingText.cs"/>
<Compile Include="Dynamic\DataOperations\SaveAndLoadFromBinary.cs"/>
<Compile Include="Dynamic\DataOperations\SaveAndLoadFromText.cs"/>
<Compile Include="Dynamic\DataOperations\ShuffleRows.cs"/>
<Compile Include="Dynamic\DataOperations\SkipRows.cs"/>
<Compile Include="Dynamic\DataOperations\TakeRows.cs"/>
<Compile Include="Dynamic\DataOperations\TrainTestSplit.cs"/>
<Compile Include="Dynamic\ModelOperations\OnnxConversion.cs"/>
<Compile Include="Dynamic\ModelOperations\SaveLoadModel.cs"/>
<Compile Include="Dynamic\ModelOperations\SaveLoadModelFile.cs"/>
<Compile Include="Dynamic\NgramExtraction.cs"/>
<Compile Include="Dynamic\SimpleDataViewImplementation.cs"/>
<Compile Include="Dynamic\TensorFlow\ImageClassification.cs"/>
<Compile Include="Dynamic\TensorFlow\TextClassification.cs"/>
<Compile Include="Dynamic\TextTransform.cs"/>
<Compile Include="Dynamic\Trainers\AnomalyDetection\RandomizedPcaSample.cs"/>
<Compile Include="Dynamic\Trainers\AnomalyDetection\RandomizedPcaSampleWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\AveragedPerceptron.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\AveragedPerceptronWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\Calibrators\FixedPlatt.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\Calibrators\Isotonic.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\Calibrators\Naive.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\Calibrators\Platt.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\FactorizationMachine.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\FastForest.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\FastForestWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\FastTree.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\FastTreeWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\FieldAwareFactorizationMachine.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\FieldAwareFactorizationMachineWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\Gam.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\GamWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\LbfgsLogisticRegression.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\LbfgsLogisticRegressionWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\LdSvm.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\LdSvmWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\LightGbm.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\LightGbmWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\LinearSvm.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\LinearSvmWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\PermutationFeatureImportance.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\PermutationFeatureImportanceLoadFromDisk.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\PriorTrainer.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\SdcaLogisticRegression.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\SdcaLogisticRegressionWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\SdcaNonCalibrated.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\SdcaNonCalibratedWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\SgdCalibrated.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\SgdCalibratedWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\SgdNonCalibrated.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\SgdNonCalibratedWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\SymbolicSgdLogisticRegression.cs"/>
<Compile Include="Dynamic\Trainers\BinaryClassification\SymbolicSgdLogisticRegressionWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\Clustering\KMeans.cs"/>
<Compile Include="Dynamic\Trainers\Clustering\KMeansWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\ImageClassification\ImageClassificationDefault.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\ImageClassification\LearningRateSchedulingCifarResnetTransferLearning.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\ImageClassification\ResnetV2101TransferLearningEarlyStopping.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\ImageClassification\ResnetV2101TransferLearningTrainTestSplit.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\LbfgsMaximumEntropy.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\LbfgsMaximumEntropyWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\LightGbm.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\LightGbmWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\LogLossPerClass.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\NaiveBayes.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\OneVersusAll.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\PairwiseCoupling.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\PermutationFeatureImportance.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\PermutationFeatureImportanceLoadFromDisk.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\SdcaMaximumEntropy.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\SdcaMaximumEntropyWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\SdcaNonCalibrated.cs"/>
<Compile Include="Dynamic\Trainers\MulticlassClassification\SdcaNonCalibratedWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\Ranking\FastTree.cs"/>
<Compile Include="Dynamic\Trainers\Ranking\FastTreeWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\Ranking\LightGbm.cs"/>
<Compile Include="Dynamic\Trainers\Ranking\LightGbmWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\Ranking\PermutationFeatureImportance.cs"/>
<Compile Include="Dynamic\Trainers\Ranking\PermutationFeatureImportanceLoadFromDisk.cs"/>
<Compile Include="Dynamic\Trainers\Recommendation\MatrixFactorization.cs"/>
<Compile Include="Dynamic\Trainers\Recommendation\MatrixFactorizationWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\Recommendation\OneClassMatrixFactorizationWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\Regression\FastForest.cs"/>
<Compile Include="Dynamic\Trainers\Regression\FastForestWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\Regression\FastTree.cs"/>
<Compile Include="Dynamic\Trainers\Regression\FastTreeTweedie.cs"/>
<Compile Include="Dynamic\Trainers\Regression\FastTreeTweedieWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\Regression\FastTreeWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\Regression\Gam.cs"/>
<Compile Include="Dynamic\Trainers\Regression\GamAdvanced.cs"/>
<Compile Include="Dynamic\Trainers\Regression\GamWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\Regression\GamWithOptionsAdvanced.cs"/>
<Compile Include="Dynamic\Trainers\Regression\LbfgsPoissonRegression.cs"/>
<Compile Include="Dynamic\Trainers\Regression\LbfgsPoissonRegressionWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\Regression\LightGbm.cs"/>
<Compile Include="Dynamic\Trainers\Regression\LightGbmAdvanced.cs"/>
<Compile Include="Dynamic\Trainers\Regression\LightGbmWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\Regression\LightGbmWithOptionsAdvanced.cs"/>
<Compile Include="Dynamic\Trainers\Regression\OnlineGradientDescent.cs"/>
<Compile Include="Dynamic\Trainers\Regression\OnlineGradientDescentWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\Regression\OrdinaryLeastSquares.cs"/>
<Compile Include="Dynamic\Trainers\Regression\OrdinaryLeastSquaresAdvanced.cs"/>
<Compile Include="Dynamic\Trainers\Regression\OrdinaryLeastSquaresWithOptions.cs"/>
<Compile Include="Dynamic\Trainers\Regression\OrdinaryLeastSquaresWithOptionsAdvanced.cs"/>
<Compile Include="Dynamic\Trainers\Regression\PermutationFeatureImportance.cs"/>
<Compile Include="Dynamic\Trainers\Regression\PermutationFeatureImportanceLoadFromDisk.cs"/>
<Compile Include="Dynamic\Trainers\Regression\Sdca.cs"/>
<Compile Include="Dynamic\Trainers\Regression\SdcaWithOptions.cs"/>
<Compile Include="Dynamic\Transforms\ApplyOnnxModel.cs"/>
<Compile Include="Dynamic\Transforms\ApplyONNXModelWithInMemoryImages.cs"/>
<Compile Include="Dynamic\Transforms\ApproximatedKernelMap.cs"/>
<Compile Include="Dynamic\Transforms\CalculateFeatureContribution.cs"/>
<Compile Include="Dynamic\Transforms\CalculateFeatureContributionCalibrated.cs"/>
<Compile Include="Dynamic\Transforms\Categorical\OneHotEncoding.cs"/>
<Compile Include="Dynamic\Transforms\Categorical\OneHotEncodingMultiColumn.cs"/>
<Compile Include="Dynamic\Transforms\Categorical\OneHotHashEncoding.cs"/>
<Compile Include="Dynamic\Transforms\Categorical\OneHotHashEncodingMultiColumn.cs"/>
<Compile Include="Dynamic\Transforms\Concatenate.cs"/>
<Compile Include="Dynamic\Transforms\Conversion\ConvertType.cs"/>
<Compile Include="Dynamic\Transforms\Conversion\ConvertTypeMultiColumn.cs"/>
<Compile Include="Dynamic\Transforms\Conversion\Hash.cs"/>
<Compile Include="Dynamic\Transforms\Conversion\HashWithOptions.cs"/>
<Compile Include="Dynamic\Transforms\Conversion\KeyToValueToKey.cs"/>
<Compile Include="Dynamic\Transforms\Conversion\MapKeyToBinaryVector.cs"/>
<Compile Include="Dynamic\Transforms\Conversion\MapKeyToValueMultiColumn.cs"/>
<Compile Include="Dynamic\Transforms\Conversion\MapKeyToVector.cs"/>
<Compile Include="Dynamic\Transforms\Conversion\MapKeyToVectorMultiColumn.cs"/>
<Compile Include="Dynamic\Transforms\Conversion\MapValue.cs"/>
<Compile Include="Dynamic\Transforms\Conversion\MapValueIdvLookup.cs"/>
<Compile Include="Dynamic\Transforms\Conversion\MapValueToArray.cs"/>
<Compile Include="Dynamic\Transforms\Conversion\MapValueToKeyMultiColumn.cs"/>
<Compile Include="Dynamic\Transforms\CopyColumns.cs"/>
<Compile Include="Dynamic\Transforms\CustomMapping.cs"/>
<Compile Include="Dynamic\Transforms\CustomMappingSaveAndLoad.cs"/>
<Compile Include="Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs"/>
<Compile Include="Dynamic\Transforms\DropColumns.cs"/>
<Compile Include="Dynamic\Transforms\Expression.cs"/>
<Compile Include="Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnCount.cs"/>
<Compile Include="Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnCountMultiColumn.cs"/>
<Compile Include="Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnMutualInformation.cs"/>
<Compile Include="Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnMutualInformationMultiColumn.cs"/>
<Compile Include="Dynamic\Transforms\ImageAnalytics\ConvertToGrayScale.cs"/>
<Compile Include="Dynamic\Transforms\ImageAnalytics\ConvertToGrayScaleInMemory.cs"/>
<Compile Include="Dynamic\Transforms\ImageAnalytics\ConvertToImage.cs"/>
<Compile Include="Dynamic\Transforms\ImageAnalytics\DnnFeaturizeImage.cs"/>
<Compile Include="Dynamic\Transforms\ImageAnalytics\ExtractPixels.cs"/>
<Compile Include="Dynamic\Transforms\ImageAnalytics\LoadImages.cs"/>
<Compile Include="Dynamic\Transforms\ImageAnalytics\ResizeImages.cs"/>
<Compile Include="Dynamic\Transforms\IndicateMissingValues.cs"/>
<Compile Include="Dynamic\Transforms\IndicateMissingValuesMultiColumn.cs"/>
<Compile Include="Dynamic\Transforms\NormalizeBinning.cs"/>
<Compile Include="Dynamic\Transforms\NormalizeBinningMulticolumn.cs"/>
<Compile Include="Dynamic\Transforms\NormalizeGlobalContrast.cs"/>
<Compile Include="Dynamic\Transforms\NormalizeLogMeanVariance.cs"/>
<Compile Include="Dynamic\Transforms\NormalizeLogMeanVarianceFixZero.cs"/>
<Compile Include="Dynamic\Transforms\NormalizeLpNorm.cs"/>
<Compile Include="Dynamic\Transforms\NormalizeMeanVariance.cs"/>
<Compile Include="Dynamic\Transforms\NormalizeMinMax.cs"/>
<Compile Include="Dynamic\Transforms\NormalizeMinMaxMulticolumn.cs"/>
<Compile Include="Dynamic\Transforms\NormalizeSupervisedBinning.cs"/>
<Compile Include="Dynamic\Transforms\Projection\VectorWhiten.cs"/>
<Compile Include="Dynamic\Transforms\Projection\VectorWhitenWithOptions.cs"/>
<Compile Include="Dynamic\Transforms\ReplaceMissingValues.cs"/>
<Compile Include="Dynamic\Transforms\ReplaceMissingValuesMultiColumn.cs"/>
<Compile Include="Dynamic\Transforms\SelectColumns.cs"/>
<Compile Include="Dynamic\Transforms\StatefulCustomMapping.cs"/>
<Compile Include="Dynamic\Transforms\Text\ApplyCustomWordEmbedding.cs"/>
<Compile Include="Dynamic\Transforms\Text\ApplyWordEmbedding.cs"/>
<Compile Include="Dynamic\Transforms\Text\FeaturizeText.cs"/>
<Compile Include="Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs"/>
<Compile Include="Dynamic\Transforms\Text\LatentDirichletAllocation.cs"/>
<Compile Include="Dynamic\Transforms\Text\NormalizeText.cs"/>
<Compile Include="Dynamic\Transforms\Text\ProduceHashedNgrams.cs"/>
<Compile Include="Dynamic\Transforms\Text\ProduceHashedWordBags.cs"/>
<Compile Include="Dynamic\Transforms\Text\ProduceNgrams.cs"/>
<Compile Include="Dynamic\Transforms\Text\ProduceWordBags.cs"/>
<Compile Include="Dynamic\Transforms\Text\RemoveDefaultStopWords.cs"/>
<Compile Include="Dynamic\Transforms\Text\RemoveStopWords.cs"/>
<Compile Include="Dynamic\Transforms\Text\TokenizeIntoCharactersAsKeys.cs"/>
<Compile Include="Dynamic\Transforms\Text\TokenizeIntoWords.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\DetectAnomalyBySrCnn.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\DetectAnomalyBySrCnnBatchPrediction.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\DetectChangePointBySsa.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\DetectChangePointBySsaBatchPrediction.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\DetectChangePointBySsaStream.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\DetectEntireAnomalyBySrCnn.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\DetectIidChangePoint.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\DetectIidChangePointBatchPrediction.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\DetectIidSpike.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\DetectIidSpikeBatchPrediction.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\DetectSeasonality.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\DetectSpikeBySsa.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\DetectSpikeBySsaBatchPrediction.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\Forecasting.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\ForecastingWithConfidenceInterval.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\LocalizeRootCause.cs"/>
<Compile Include="Dynamic\Transforms\TimeSeries\LocalizeRootCauseMultidimension.cs"/>
<Compile Include="Dynamic\Transforms\TreeFeaturization\FastForestBinaryFeaturizationWithOptions.cs"/>
<Compile Include="Dynamic\Transforms\TreeFeaturization\FastForestRegressionFeaturizationWithOptions.cs"/>
<Compile Include="Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs"/>
<Compile Include="Dynamic\Transforms\TreeFeaturization\FastTreeRankingFeaturizationWithOptions.cs"/>
<Compile Include="Dynamic\Transforms\TreeFeaturization\FastTreeRegressionFeaturizationWithOptions.cs"/>
<Compile Include="Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs"/>
<Compile Include="Dynamic\Transforms\TreeFeaturization\PretrainedTreeEnsembleFeaturizationWithOptions.cs"/>
<Compile Include="Dynamic\WithOnFitDelegate.cs"/>
<Compile Include="Program.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.ML.Samples\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.ML.Samples\Release\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.ML.Samples\Release\net8.0\Microsoft.ML.Samples.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.ML.Samples\Release\net8.0\Microsoft.ML.Samples.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\ref\5afd66bf9bf246a9acb87a29d22deee9\Google.Protobuf.dll"/>
<ReferencePath Include="..\..\..\..\ref\600424695ff841b2b5b398c15d8a2421\ICSharpCode.SharpZipLib.dll"/>
<ReferencePath Include="..\..\..\..\ref\4a0ef002360e40588913cd11eac3210f\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\befc7e5c466a49a4ae8654c3166f5784\Microsoft.ML.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\893e4c7e2fce433281bedc6b6df69277\Microsoft.ML.CpuMath.dll"/>
<ReferencePath Include="..\..\..\..\ref\3065a3a84e434becb1e11851350941d1\Microsoft.ML.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\2fd9395330b5474cb2a783c7ac703394\Microsoft.ML.DataView.dll"/>
<ReferencePath Include="..\..\..\..\ref\adc193033dd64addb67f16ec1052b5e7\Microsoft.ML.DnnImageFeaturizer.ResNet18.dll"/>
<ReferencePath Include="..\..\..\..\ref\bbc3893bdc2c40b4970625b5b6500cda\Microsoft.ML.FastTree.dll"/>
<ReferencePath Include="..\..\..\..\ref\07236d2f589a4047902d6dd3a4bc49f3\Microsoft.ML.ImageAnalytics.dll"/>
<ReferencePath Include="..\..\..\..\ref\9c76ed01929748aeaffcfd7f899062f3\Microsoft.ML.KMeansClustering.dll"/>
<ReferencePath Include="..\..\..\..\ref\70b713bfeb2b4f718c2413fb3214e8fb\Microsoft.ML.LightGbm.dll"/>
<ReferencePath Include="..\..\..\..\ref\c2c39d9354c245a9a3b37e1844d05bcb\Microsoft.ML.Mkl.Components.dll"/>
<ReferencePath Include="..\..\..\..\ref\da64265fecd24ef9a271afe5a336c355\Microsoft.ML.OnnxConverter.dll"/>
<ReferencePath Include="..\..\..\..\ref\015311d2a7b744f985ab261143cf7c6c\Microsoft.ML.OnnxRuntime.dll"/>
<ReferencePath Include="..\..\..\..\ref\081d89ed67044876b98357c50a035d78\Microsoft.ML.OnnxTransformer.dll"/>
<ReferencePath Include="..\..\..\..\ref\e6cf14b46f2548e5833af730e3ca6ef5\Microsoft.ML.PCA.dll"/>
<ReferencePath Include="..\..\..\..\ref\db811ac2d0c94d6980598b6405846948\Microsoft.ML.Recommender.dll"/>
<ReferencePath Include="..\..\..\..\ref\76e48fc2d8994b4a9ccd5f3b02b6c97b\Microsoft.ML.SamplesUtils.dll"/>
<ReferencePath Include="..\..\..\..\ref\6433974aa28c4226b920d964d7bf8025\Microsoft.ML.StandardTrainers.dll"/>
<ReferencePath Include="..\..\..\..\ref\00b85821161e441bb5d4d299f3bff1da\Microsoft.ML.TensorFlow.dll"/>
<ReferencePath Include="..\..\..\..\ref\20a5e1d31d194890884eac1d073d48ab\Microsoft.ML.TimeSeries.dll"/>
<ReferencePath Include="..\..\..\..\ref\b9d4ee56a2944587beb3711bad320fdd\Microsoft.ML.Transforms.dll"/>
<ReferencePath Include="..\..\..\..\ref\f693523fb7e047ffacbd659102308db2\Microsoft.ML.Vision.dll"/>
<ReferencePath Include="..\..\..\..\ref\764d369cfb7c413da3cdf00f1a228241\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\0ab4679ba933465d91c630b34aca0b11\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\bae557075fe942db92bb10c74133003a\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\255a2366b44c4267a8cf3904a6982ac5\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\ref\83f1fb99e5ea4b5db156d6053b117686\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\5b7176e7d7204bd38612cc557cabaad7\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\5852307f981f4c72a8f128e1bb1ee9ec\NumSharp.Lite.dll"/>
<ReferencePath Include="..\..\..\..\ref\71ddcbe8f9c441fca9395f4200af8ed1\Protobuf.Text.dll"/>
<ReferencePath Include="..\..\..\..\ref\14b5169d2c64476c8ffca22db361363a\SkiaSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\bc31e32376464e0697809934790e1212\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\12cd6836bf0745dfbf70e8a9683ec0e8\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\385322b9af084a4d9553c8c1744990c4\System.CodeDom.dll"/>
<ReferencePath Include="..\..\..\..\ref\94133a5ce33144768e3465b4bdf48504\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\ref\0968722e99d643c7be7519b04504708a\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\ref\3cd8d0e240d34c4982977404c6674dee\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\ref\e67751fe9f27443da36dd68221719987\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\ref\c39b6960f33a4d9f85eb637104744999\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\ref\c8b47c7e9a854895b2f7487c89776f60\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\bc9402b2b82947759e5efccccf29d496\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\5f15b74f798b431fb1ccf0a8c0de6026\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\d38cc15573974a00977cb4aca3d31403\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\ref\46e66a4ec1a24b9c9b5340db923e4fe1\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\c798f2b63d0b47f986280352c22ff6a8\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\ref\b34c10e187774e679baaebf2ebfd79af\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\947d1516b25346bb8397f2b7eb769cca\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\9e86d97cb75c4f0da1bf7eb4da40a70b\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\4c87bff2e3914b1fa00b0e96cadaffc9\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\b622aa48a7514950bd0023741fa5c85b\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\f3542037a1774517a20fb9c7061dec5f\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\f4ed98b748f2400a98006a61d203d062\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\4a20e18acf7e4d6391db76b43fe035ac\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\445b2ba8030448b388d11b7ace3f158f\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\516bbaeaa18b4e59b1fc5d080743c97a\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\c529c18bb46d4a5f862b9a340c449e54\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\ref\174a517831574864b6aee28cef9098aa\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\ref\7cbba2195a4f4db98ce96fcdcd9a4df7\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\3ab6d5d747e6450684e7460521b34592\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\ref\f6248a005fe34d19b43f5bb59f3ddd91\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\6ab148963db144c5a86a8f337140b3fa\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\ref\f23c233a77964d5f9250825536114d81\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\92795ac6976746e59455f38c2cc8fa33\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\3dcf776373f8400ebbba1b2ef690de6a\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\f5090da886c64424ba949af1fc23221c\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\015f97532d5d43dc8abc94b10dcc6ae6\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\ref\f7c6a5cdd7744fdeb8183d1ee8a9fd36\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\ref\c64896b8f9ff4a648dd3137f9de2e4dc\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\ref\93ffd444e29b48c591042d6eef02c1b2\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\ref\5c8821d51df34f3aaba8e4828122d541\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\9ffe13e94c2a400cb272f54bd67eea03\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\ref\5b518b8c14464e43a20956bb350b0945\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\ref\ee830edfdefa412fa894fccd60800b1e\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\27e307dd47d144c0817985b0e99d689c\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\130a955145814ed2a1f8c187585903c7\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\ref\722a7eeffefe4ac7a05cd60fb69302b9\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\a75af1f84c5e4158a228ca49bd3aac1a\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\9a18ba1816144bab869e823961bc3d36\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\16ed45ba78ef4f439158ba3263a0d879\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\4e210257985747c2b19058700e5557ca\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\ref\2a440e120aee48939731b71fc1f0a7a2\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\ref\60a74440fcbd49b1b00772e9cfa2a8ae\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\7bbb9bc0a5fa48d7b7c96911a6443235\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\983ca007146042df887e03f1f09c7bc1\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\694a4e6f572b41a3bb7a4f4c4aa074a2\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\ref\722b669a25214cc2a6dc3240aaa3affd\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\2a2523b3096646639a66a84153b15c18\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\3ddcae9e175d4f5eb34a27f3ae6a038e\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\f32c12097f554bf7b70f538d5950da24\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\ref\0c2aaba9be4c44cbb2aa2d64abc7596e\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\2445ec587d504875ac2eb96e8b314072\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\ref\74348ea4329f47cea07310decf6ace7e\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\959ffdcd3606468da8c72ce98f7ab47b\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\403a481063a74bb4860e1c1d3c5291cd\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\580875318bf846d3949f3d705b322a61\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\ref\caa7f54f5c904306bfc1b76d8da3105a\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\ref\cab7c30b752c4924b0f86c9cde6cb0c3\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\374851c3a8e94fb78f1083c9cf541513\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\ref\9937f39b6ba5440bbfcd7224399dcecd\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\5237746cd207442396aae4e67bfe4336\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\ref\082c227f5d224cb9b5eb1e404ef6f320\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\ref\f5bdbe271f2a46b3bfb0dcfe32a39e7a\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\d780906d6b524d61a7692978d57dc9b5\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\ref\6009346287264577a34620f1e1f0095a\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\7f19ca88a50d4585b1b3b6ef0c634fd1\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\ref\a2376d7823be4d65a496ec031199f3af\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\ref\497325688cc14cf1b230118e1d59b7cf\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\f6fb524af0a146f6bff6d4d009b595cd\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\8c0717e933234252b3d755dbb2993eaf\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\ddd70fc9703e458ebc2ffafaa9742b4a\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\26667249ef2646cd94b35d9516082085\System.Numerics.Tensors.dll"/>
<ReferencePath Include="..\..\..\..\ref\a6681a3a43fb4137ad86aecdbd6afa55\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\4aa3e5614fe84c66bddcf95a40424cb0\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\8c6b7c5c6d564c7f85bc0416905c4b4d\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\251294a8eb794ef3b81a80bbd2728c7a\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\ref\39a526891b954b1cb69f9db74bbec01a\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\ref\d5ee35de227d4f5c88cc36a56556be7a\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\ref\8ddc0ed326574fb4a05caeaeaca7b033\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\ref\84cea70840874bf7b6cea5c02a17742b\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\e2c7152ccd7f4048b915130b2e4f9823\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\f6af7594797b4303b3960ea08bdadf7f\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\1a8a9636f5c84e5fa8249c9cf4f368fa\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\80dca89103004310b25b0dc7ef881098\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\ref\87554d0b15ed4b9891d175bcc48af856\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\23ac0e266a394b26b74c308470ba2c82\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\ref\6d0dd82f1e6246d4b108ff2948c1d3d9\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\8153f71a5d5a4ad7bcfe48fc5e9902e0\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\ref\610b90b38fa24ebcb27a2ab11d9bce03\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\3b51307bd78f4141a4edb149f719d757\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\aa951f4fe0eb47699fba47e55564af48\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\ref\0bb832192fc440eeae8ecb2c2fccf5c5\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\abdfbd31780c42c78774bef082796726\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\ref\22bb069044074acf8d586d193c408efd\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\1fd4d550fd754a44aa2636112bfa6ab6\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\ref\f22f804da3a84cf495fed5b0313e0cd9\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\ref\83343f581bc545e1b8be166d8fd620d4\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\496a4765fce94950aeb4d0bca466fc26\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\96fe45c3239f41d8a211a66f0670db0e\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\ref\1d788c8763c449b0afaf3146f442c785\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\2deaa4a745a84d25a4cc6e3ceb86b881\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\325cda6bfeff4ae598aaa30c8d1f99aa\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\7ec036d4f99a48509380723f4a878c25\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\ec85366201944101abad81fe18d3bec4\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\ref\3f17b4973af44eebbe84829df73a952e\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\ref\f328411d272942d59a4dbfd3268d33f7\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\ref\ecc74cc668ce41ff99862e241c389efe\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\ref\7d380bfa63984e359682af3c9a2543d5\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\ref\c2ac26a319774dc589f15f316448d2ea\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\039b99bd92b64a4cb877f27a0d99f425\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\ref\df6612290ba145a6919cc570bc999397\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\d6ab5c08dc784cf38a9c3f7ba255dd89\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\ref\57886b7f5e02439686bfa841a5c0306c\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\76f77c40edbd43e6bff9803903cc676b\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\ref\0e3caff649704b55a050b1d72678eb60\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\bb36b041244a48a7aebdbefc1d7c9d86\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\ref\60ad4c4eb93242869a84a7b42a543bab\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\57f1d05e8bac49c7be3a4d3c6ddcd638\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\ref\9b39e1d105c8431595a6822cd68d4ebd\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\ref\99bd1815261b4085aa180affb7875b4f\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\cb31e7ca7772453eb2b748e3554b104f\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\cbb73439200f4b7c9ba0b108772f2d9f\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\d32c617ed9024b24abafcf032d54f415\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\dadd8324e10642549462cb1b89d2f527\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\8cb3fa8d6f80495e89e0e427a21b27a6\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\b8acd4b16c684b3bbd9b49c78b3fc9d5\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\981b53edb05d4f40b8ee0fe4832b2dd8\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\ref\4d94c21796124430ba0ead01e764423e\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\ref\36d42b216567422da82da9690b692eb9\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\ref\df4c6029f8034ff39a9fd964ae60c1c6\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\9c46d4b831934d70979e87ce8790fc4a\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\c20f18766bbb4a46b5fb7d38959e6072\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\ref\72e81fa0a15342f1aae81ef24131d657\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\ca5ade96076a46c2b51a5d07ec8003de\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\ref\bfbe4a47e3a543e1ad659c6d4f5c3ee4\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\ref\782ddeb9f55a418fa7b8056bd455a02c\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\ref\bd928cbe02644b31ace763295a3e0f46\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\08adf704ddeb489da12db5434b34c3f5\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\40735e5df8bd4a0aaaada036078994f2\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\7bcba98a7aab40748b6e0addb5f6bb3d\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\bc21ddfb008145a19b2b451f4940be46\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\e21bc1b72fb546039d9ef74940439ab3\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\8b86498a96ad41049481001fe3100a05\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\ref\ddfca59b531440599011d3ce3943f00b\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\f7b6d4d165b149e98ce637cc64136deb\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\e5d42a0680dd4472b3261a37e9c96774\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\a0e3210a1bed4f46918878f19f87ffbf\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\ref\63652037aac34308ba9337c281aba3fc\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\ref\b3c648505a6e44fdb8b2ce2139f78f93\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\0e601f70d20741478a8cfd8e7538f696\TensorFlow.NET.dll"/>
<ReferencePath Include="..\..\..\..\ref\4b3ea965079041e3864ba7b1b375206a\WindowsBase.dll"/>
</ItemGroup>
</Project>
|