mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
11 lines
362 B
XML
11 lines
362 B
XML
<Project>
|
|
|
|
<Import Project="StrongName.targets" />
|
|
|
|
<Import Project="Templates.targets" Condition="'$(IsTemplatesProject)' == 'True'" />
|
|
<Import Project="Tests.targets" Condition="'$(IsTestProject)' == 'True'" />
|
|
<Import Project="VSIX.targets" Condition="'$(IsVsixProject)' == 'True'" />
|
|
|
|
<Import Project="Workarounds.targets" />
|
|
|
|
</Project>
|