2019-01-12 01:24:54 +00:00
|
|
|
<!-- @DIRECTORY_BUILD_PROPS_COMMENT@ -->
|
|
|
|
|
<Project>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<!-- Note: build.py puts the CMake binary directory under an additional directory named for the build
|
|
|
|
|
configuration, so we want the parent directory here. -->
|
|
|
|
|
<OnnxRuntimeBuildDirectory>@CMAKE_BINARY_DIR@/..</OnnxRuntimeBuildDirectory>
|
2019-09-09 18:17:44 +00:00
|
|
|
|
|
|
|
|
<OnnxRuntimeCsharpRoot>$(MSBuildThisDirectory)</OnnxRuntimeCsharpRoot>
|
|
|
|
|
<RestorePackagesPath>$(MSBuildThisFileDirectory)\packages</RestorePackagesPath>
|
|
|
|
|
<RestoreConfigFile>$(MSBuildThisFileDirectory)\NuGet.CSharp.config</RestoreConfigFile>
|
|
|
|
|
<MSBuildWarningsAsMessages>NU1503</MSBuildWarningsAsMessages>
|
|
|
|
|
<RestoreIgnoreFailedSource>true</RestoreIgnoreFailedSource>
|
|
|
|
|
|
|
|
|
|
<DefineConstants>@CSHARP_PREPROCESSOR_DEFINES@$(DefineConstants)</DefineConstants>
|
2019-01-12 01:24:54 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|