🔧 Adds handling for samples & tests

This commit is contained in:
2021-06-19 16:47:14 +03:00
parent cc8551f9f7
commit 1b19576225
4 changed files with 13 additions and 1 deletions

10
src/Directory.build.props Normal file
View File

@ -0,0 +1,10 @@
<Project>
<ImportGroup Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))) == 'true'">
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
</ImportGroup>
<PropertyGroup Label="Package">
<PackageProjectUrl>http://localhost</PackageProjectUrl>
<RepositoryUrl>http://localhost</RepositoryUrl>
</PropertyGroup>
</Project>