mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
16 lines
419 B
XML
16 lines
419 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<IsVsixProject Condition="'$(IsVsixProject)' == '' AND $(MSBuildProjectName.StartsWith('Cosmos.VS'))">True</IsVsixProject>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="Workarounds.props" />
|
|
|
|
<Import Project="RepoLayout.props" />
|
|
<Import Project="RestoreSources.props" />
|
|
|
|
<Import Project="PackageProperties.props" />
|
|
|
|
<Import Project="Versions.props" />
|
|
|
|
</Project>
|