mirror of https://github.com/dapr/dotnet-sdk.git
9 lines
331 B
XML
9 lines
331 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!-- Set Paths -->
|
|
<PropertyGroup>
|
|
<RepoRoot>$(MSBuildThisFileDirectory)..\</RepoRoot>
|
|
<RequestedVerbosity Condition=" '$(RequestedVerbosity)' == '' ">minimal</RequestedVerbosity>
|
|
</PropertyGroup>
|
|
</Project>
|