12 lines
601 B
XML
12 lines
601 B
XML
<Project>
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
|
|
|
|
<PropertyGroup>
|
|
<!-- The .csproj files in this folder do not actually produce .dll's. They are only present to produce .nupkgs and enable Visual Studio support -->
|
|
<IsProjectReferenceProvider>false</IsProjectReferenceProvider>
|
|
<HasReferenceAssembly>false</HasReferenceAssembly>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="TemplateProjects.props" Condition="'$(IsTestProject)' != 'true' AND '$(IsTestAssetProject)' != 'true'" />
|
|
</Project>
|