2019-03-07 08:28:15 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<PropertyGroup >
<OnnxRuntimeCsharpRoot > $(MSBuildThisFileDirectory)..\..</OnnxRuntimeCsharpRoot>
2019-04-16 07:00:07 +00:00
<PackageName Condition= "'$(PackageName)' == ''" > Microsoft.ML.OnnxRuntime</PackageName>
2019-07-09 20:51:51 +00:00
<OnnxRuntimeSampleCode Condition= "'$(OnnxRuntimeSampleCode)' == ''" > C_Api_Sample.cpp</OnnxRuntimeSampleCode>
2019-03-07 08:28:15 +00:00
</PropertyGroup>
2019-04-16 07:00:07 +00:00
<Import Project= "..\packages\$(PackageName).$(CurrentOnnxRuntimeVersion)\build\native\$(PackageName).props" Condition= "Exists('..\packages\$(PackageName).$(CurrentOnnxRuntimeVersion)\build\native\$(PackageName).props')" />
2019-03-07 08:28:15 +00:00
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
2019-05-20 22:48:14 +00:00
</ProjectConfiguration>
2019-12-21 03:53:51 +00:00
<ProjectConfiguration Include= "Debug|Win32" >
2019-05-20 22:48:14 +00:00
<Configuration > Debug</Configuration>
<Platform > x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > x86</Platform>
2019-03-07 08:28:15 +00:00
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 15.0</VCProjectVersion>
<ProjectGuid > {B8CA7F10-0171-4EA5-8662-5A9942DDF415}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > MicrosoftMLOnnxRuntimeEndToEndTestsRunCapi</RootNamespace>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2019-05-20 22:48:14 +00:00
<PropertyGroup Condition= "'$(Configuration)'=='Debug'" Label= "Configuration" >
2019-03-07 08:28:15 +00:00
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
2019-12-21 03:53:51 +00:00
<PlatformToolset > v142</PlatformToolset>
2019-03-07 08:28:15 +00:00
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
2019-05-20 22:48:14 +00:00
<PropertyGroup Condition= "'$(Configuration)'=='Release'" Label= "Configuration" >
2019-03-07 08:28:15 +00:00
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
2019-12-21 03:53:51 +00:00
<PlatformToolset > v142</PlatformToolset>
2019-03-07 08:28:15 +00:00
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
2019-05-20 22:48:14 +00:00
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Debug|x86'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Release|x86'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
2019-03-07 08:28:15 +00:00
<PropertyGroup Label= "UserMacros" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<LinkIncremental > true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<LinkIncremental > false</LinkIncremental>
</PropertyGroup>
2019-05-20 22:48:14 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x86'" >
<LinkIncremental > true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x86'" >
<LinkIncremental > false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Debug'" >
2019-03-07 08:28:15 +00:00
<ClCompile >
<PrecompiledHeader > NotUsing</PrecompiledHeader>
<WarningLevel > Level3</WarningLevel>
<Optimization > Disabled</Optimization>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > _DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
2019-05-20 22:48:14 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Release'" >
2019-03-07 08:28:15 +00:00
<ClCompile >
<PrecompiledHeader > NotUsing</PrecompiledHeader>
<WarningLevel > Level3</WarningLevel>
<Optimization > MaxSpeed</Optimization>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
2019-07-09 20:51:51 +00:00
<ClCompile Include= "$(OnnxRuntimeSampleCode)" />
2019-03-07 08:28:15 +00:00
</ItemGroup>
<ItemGroup >
2019-12-21 03:53:51 +00:00
<None Include= "$(OnnxRuntimeCSharpRoot)\testdata\*" >
2019-03-07 08:28:15 +00:00
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
<Visible > false</Visible>
</None>
<None Include= "packages.config" />
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2019-04-16 07:00:07 +00:00
<Import Project= "..\packages\$(PackageName).$(CurrentOnnxRuntimeVersion)\build\native\$(PackageName).targets" Condition= "Exists('..\packages\$(PackageName).$(CurrentOnnxRuntimeVersion)\build\native\$(PackageName).targets')" />
2019-03-07 08:28:15 +00:00
</ImportGroup>
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2019-04-16 07:00:07 +00:00
<Error Condition= "!Exists('..\packages\$(PackageName).$(CurrentOnnxRuntimeVersion)\build\native\$(PackageName).props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\$(PackageName).$(CurrentOnnxRuntimeVersion)\build\native\$(PackageName).props'))" />
<Error Condition= "!Exists('..\packages\$(PackageName).$(CurrentOnnxRuntimeVersion)\build\native\$(PackageName).targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\$(PackageName).$(CurrentOnnxRuntimeVersion)\build\native\$(PackageName).targets'))" />
2019-03-07 08:28:15 +00:00
</Target>
2019-12-21 03:53:51 +00:00
</Project>