mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-15 20:50:42 +00:00
* Include onnxruntime binary when not using pacakge referene or uap app. * Remove the lib\uap10.0 build from the nuget package - causing conflicts * Add UWP test * remove build files * remove local change * reset mimalloc and onnx-tensorrt * change username to Microsoft Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
51 lines
2.7 KiB
Text
51 lines
2.7 KiB
Text
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 16
|
|
VisualStudioVersion = 16.0.31911.196
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AI.MachineLearning.Tests.Uwp", "Microsoft.AI.MachineLearning.Tests.Uwp.csproj", "{F8060B61-2BBC-4516-8C4E-AB969766B609}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|ARM = Debug|ARM
|
|
Debug|ARM64 = Debug|ARM64
|
|
Debug|x64 = Debug|x64
|
|
Debug|x86 = Debug|x86
|
|
Release|ARM = Release|ARM
|
|
Release|ARM64 = Release|ARM64
|
|
Release|x64 = Release|x64
|
|
Release|x86 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Debug|ARM.ActiveCfg = Debug|ARM
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Debug|ARM.Build.0 = Debug|ARM
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Debug|ARM.Deploy.0 = Debug|ARM
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Debug|ARM64.ActiveCfg = Debug|ARM64
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Debug|ARM64.Build.0 = Debug|ARM64
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Debug|ARM64.Deploy.0 = Debug|ARM64
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Debug|x64.ActiveCfg = Debug|x64
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Debug|x64.Build.0 = Debug|x64
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Debug|x64.Deploy.0 = Debug|x64
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Debug|x86.ActiveCfg = Debug|x86
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Debug|x86.Build.0 = Debug|x86
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Debug|x86.Deploy.0 = Debug|x86
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Release|ARM.ActiveCfg = Release|ARM
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Release|ARM.Build.0 = Release|ARM
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Release|ARM.Deploy.0 = Release|ARM
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Release|ARM64.ActiveCfg = Release|ARM64
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Release|ARM64.Build.0 = Release|ARM64
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Release|ARM64.Deploy.0 = Release|ARM64
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Release|x64.ActiveCfg = Release|x64
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Release|x64.Build.0 = Release|x64
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Release|x64.Deploy.0 = Release|x64
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Release|x86.ActiveCfg = Release|x86
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Release|x86.Build.0 = Release|x86
|
|
{F8060B61-2BBC-4516-8C4E-AB969766B609}.Release|x86.Deploy.0 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {61039EFE-27CB-40D3-9CAB-BDE4B2ED9A94}
|
|
EndGlobalSection
|
|
EndGlobal
|