12 строки
322 B
XML
12 строки
322 B
XML
<Project>
|
|
<Import Project="..\Directory.Build.props" />
|
|
|
|
<PropertyGroup>
|
|
<!-- Override some repo-level properties not required for tests. -->
|
|
<Version>1.0.0</Version>
|
|
<SignAssembly>false</SignAssembly>
|
|
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">false</PublicSign>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|